Skip to content

Commit 8dfe810

Browse files
committed
Add README
1 parent 0d92209 commit 8dfe810

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# github_labelbot
1+
# Github Labelbot
22
Configurable Github bot used for automatic issues labeling
3+
4+
## Configuration
5+
TBA
6+
7+
## Installation and running
8+
Clone the repo and install necessary packages:
9+
10+
```
11+
$ git clone https://github.com/Fanarim/github_labelbot
12+
$ virtualenv -p python3 venv
13+
$ source venv/bin/activate
14+
$ pip install -r requirements.txt
15+
```
16+
17+
Now you can run the command:
18+
19+
`$ ./main.py --help`
20+
21+
22+
## About
23+
Github Labelbot is being developed as part of MI-PYT lecture at Faculty of Information technology, Czech Technical University in Prague.

0 commit comments

Comments
 (0)