From 6ffacbd91b0adb0cddc40f93a3af490acffb10e1 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Sun, 11 Mar 2018 17:41:57 +0000 Subject: Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 -- cgit