diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..dc94234 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +API_ID= +API_HASH= +ENTITY= +CHANNELS='Lepragram anekdot_bb' \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8b880e --- /dev/null +++ b/README.md @@ -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