https://github.com/qiwihui/telegram_members
Telegram group members handling
https://github.com/qiwihui/telegram_members
Last synced: 6 months ago
JSON representation
Telegram group members handling
- Host: GitHub
- URL: https://github.com/qiwihui/telegram_members
- Owner: qiwihui
- Created: 2020-12-11T16:14:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T00:45:54.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T13:12:32.222Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Telegram Message
===## Instructions
1. create telegrem app at http://my.telegram.org/
- login with telephone
- click "API development tools" to create new application with
- App title
- Short name
- Platform: "Other"
- get "App api_id" and "App api_hash"2. fill config
copy `config.example.py` to `config.py`
3. run script one by one
```py
python fetch_members.py
python send_message.py members.csv
python add_to_group.py members.csv
```## TODO
1. async version