├── .gitignore ├── README.md ├── config.yml-sample ├── forwardgram.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidbar/forwardgram/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidbar/forwardgram/HEAD/README.md -------------------------------------------------------------------------------- /config.yml-sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidbar/forwardgram/HEAD/config.yml-sample -------------------------------------------------------------------------------- /forwardgram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidbar/forwardgram/HEAD/forwardgram.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | telethon 2 | pyyaml --------------------------------------------------------------------------------