23 lines
336 B
Markdown
23 lines
336 B
Markdown
# 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
|