This is a bot who create event issue on TGmeetup/TGevents repo.
This project uses python3 on Unix-like and MacOS. Go check them out if you don't have them locally installed.
- Preinstall TGmeetup
$ sudo apt install python-setuptools
$ cd ~/ && git clone https://github.com/TGmeetup/TGmeetup.git
$ cd TGmeetup
$ cp API.cfg.sample API.cfg
$ make install
- Install eventbot
$ cd ~/ && git clone https://github.com/TGmeetup/eventbot.git
$ cd ~/eventbot
$ cp AuthKey.cfg.sample AuthKey.cfg
$ pip3 install -r requirements.txt
$ cd ~/eventbot
$ python3 eventbot/eventbot.py
$ sudo apt install python-setuptools
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
Follow PEP 8
$ autopep8 --in-place --aggressive --max-line-length=90 <filename>
$ flake8 --exclude=venv,setup.py --max-line-length=90
Using pytest
.
Thanks to these contributors, you can see them all here: https://github.com/TGmeetup/eventbot/graphs/contributors
MIT