https://github.com/tiennm99/export-telegram-group-members
Export Telegram group members
https://github.com/tiennm99/export-telegram-group-members
telegram telethon
Last synced: 8 months ago
JSON representation
Export Telegram group members
- Host: GitHub
- URL: https://github.com/tiennm99/export-telegram-group-members
- Owner: tiennm99
- License: apache-2.0
- Created: 2024-03-29T14:41:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T11:10:58.000Z (about 2 years ago)
- Last Synced: 2024-05-14T12:28:32.939Z (about 2 years ago)
- Topics: telegram, telethon
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# export-telegram-group-members
Export Telegram group members
## How to use
1. Clone this repository:
```bash
git clone https://github.com/tiennm99/export-telegram-group-members.git
```
2. Install requirements:
```bash
pip install -r requirements.txt
```
3. Create a new Telegram app at [https://my.telegram.org](https://my.telegram.org) and get the `api_id` and `api_hash`.
4. Copy `.env.example` to `.env` and fill in the `api_id`, `api_hash`, and `phone`.
5. Run the script:
```bash
python main.py
```