Skip to content

Commit 9cb23df

Browse files
committed
Merge branch 'feature/sync'
2 parents 3ae04ff + 3b4fe16 commit 9cb23df

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# BitBot
2+
3+
### About
4+
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.
25+
Feel free to make PRs, open issues etc.

0 commit comments

Comments
 (0)