An open API service indexing awesome lists of open source software.

https://github.com/ibrdrahim/telegram-auto-reply

Python script using telethon for auto replying telegram message
https://github.com/ibrdrahim/telegram-auto-reply

hacktoberfest hacktoberfest-2019 hacktoberfest19 hacktoberfest2019 indonesia python-script telegram-auto telegram-bot telethon

Last synced: 5 months ago
JSON representation

Python script using telethon for auto replying telegram message

Awesome Lists containing this project

README

        

# telegram auto reply
Python script using telethon for auto replying telegram message

How to use

1. Get Telegram API Key

got to https://my.telegram.org and go to API development tools

2. Install Python

https://www.python.org/downloads/

3. Install telethon

https://docs.telethon.dev/en/latest/basic/installation.html

4. Open .env and setup your environtment
notes:
if debug mode set to true, script will only response to message from self



API_ID = YOUR API ID
API_HASH = 'YOUR API HASH'
DEBUG_MODE = false

5. Run main.py

6. Enjoy! 🍻

Example

![Example](https://pbs.twimg.com/media/EDNXtmfUEAAY2u8?format=jpg&name=4096x4096)

inspired by
https://gist.github.com/yi-jiayu/acc31fbad5a25f746430428ce4d62c28