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

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

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