This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
API_ID=<app id>
|
||||||
|
API_HASH=<app hash>
|
||||||
|
ENTITY=<where to send>
|
||||||
|
CHANNELS='Lepragram anekdot_bb'
|
||||||
22
README.md
Normal file
22
README.md
Normal 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
|
||||||
Reference in New Issue
Block a user