https://github.com/timnekk/telegramrestrictionchecker
CLI Tool that Checks Telegram Bots, Chats, Users for any Restrictions
https://github.com/timnekk/telegramrestrictionchecker
Last synced: over 1 year ago
JSON representation
CLI Tool that Checks Telegram Bots, Chats, Users for any Restrictions
- Host: GitHub
- URL: https://github.com/timnekk/telegramrestrictionchecker
- Owner: TimNekk
- License: gpl-3.0
- Created: 2024-03-08T07:31:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T07:58:24.000Z (over 2 years ago)
- Last Synced: 2025-01-28T19:35:49.487Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TelegramRestrictionChecker
CLI Tool that Checks Telegram Bots, Chats, Users for any Restrictions
## π¦ Installation
1. Clone the repository
```shell
git clone https://github.com/TimNekk/TelegramRestrictionChecker
```
2. Rename [config.json.dist](config.json.dist) to `config.json`
```shell
cd TelegramRestrictionChecker
cp config.json.dist .env
```
3. Configure `config.json`
- Obtain the API key by following [Telegramβs instructions](https://core.telegram.org/api/obtaining_api_id)
- Fill in `api_id` and `api_hash` with the obtained values
- Fill in the `usernames` with the usernames of the bots, chats, or users you want to check
4. Install the dependencies
```shell
pip install -r requirements.txt
```
## π Usage
Run the app
```shell
python app.py
```
## π₯ Contributing
**Contributions are welcome! Here's how you can help:**
1. Fork it
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request
6. Get your code reviewed
7. Merge your code
8. Get a π
## π License
This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details