diff options
author | Roman Gräf <roman.graef@gmail.com> | 2018-03-11 17:41:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 17:41:57 +0000 |
commit | 6ffacbd91b0adb0cddc40f93a3af490acffb10e1 (patch) | |
tree | b1429debcdd952dd58dfdea06be74b9a61eb1742 | |
parent | f3cbd5100b205d9d9e7f3b3b27b7c37b69834aac (diff) | |
download | telegramuserbot-6ffacbd91b0adb0cddc40f93a3af490acffb10e1.tar.gz telegramuserbot-6ffacbd91b0adb0cddc40f93a3af490acffb10e1.tar.bz2 telegramuserbot-6ffacbd91b0adb0cddc40f93a3af490acffb10e1.zip |
Create README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8349a9 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |