blob: e8349a911ee94004d806ec216deaaca8159d31db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# telegramuserbot
## Setup
1. fire up a [virtual environment][venv] in `venv/`. use python 3.6
1. create an [app over at telegrams][tapps]
1. copy the data into the `config.ini` file according to the `example.config.ini`
1. `./launch.sh`
1. log in with your telegram account
1. done. you can add this to crontab or something
[venv]: https://virtualenv.pypa.io/en/stable/
[tapps]: https://my.telegram.org/apps
|