You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BitBot is unofficial Bitrise CI client for macOS. It uses Bitrise public API for all of it's features. Before use add your personal access token and application build trigger tokens in account list.
5
+
6
+
BitBot was built to work for my current project so it definitely lacks a lot of functionality available via Bitrise API and is full of bugs. Fell free to drop me a line if you found one or need a feature.
7
+
8
+
BitBot and me are not associated or affiliated with Bitrise in any way.
9
+
10
+
### Building
11
+
- Clone the repo
12
+
- Run `pod install` in root directory
13
+
- Open Bitrise.xcworkspace file
14
+
- Build Bitrise target or export binary
15
+
16
+
### Account credentials
17
+
To use BitBot you need to provide your account token in account access token.
18
+
You can generate it on your account settings page.
19
+
20
+
To use 'rebuild' feature you also need build token which is specific for each app.
21
+
You can find it under 'code' tab in app settings. Add it by selecting you app in accounts list and selecting 'add build key...' from the context menu.
22
+
23
+
### Contributing
24
+
BitBot was built for my personal needs and thus lacks lots of features from the Bitrise public API.
0 commit comments