diff options
-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 |