We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d92209 commit 8dfe810Copy full SHA for 8dfe810
1 file changed
README.md
@@ -1,2 +1,23 @@
1
-# github_labelbot
+# Github Labelbot
2
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