documentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-04 02:24:35 +03:00
parent 2807d8257a
commit a164852da6
2 changed files with 26 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Politics Mark
*A telegram bot that gathers messages from public channels and
creates messages using markov chains based on that data*
## Setup
1. Activate venv (recommended)
```
$ python3 -m venv venv
```
2. Install requirements
```
$ pip3 install -r requirements.txt
```
3. Create a `.env` file
Use `.env.example` as a guide