Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpEcHiDe/MyTelegramOrgRoBot
https://github.com/SpEcHiDe/MyTelegramOrgRoBot
auth my scrapper telegram
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SpEcHiDe/MyTelegramOrgRoBot
- Owner: SpEcHiDe
- License: agpl-3.0
- Created: 2019-10-22T15:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T14:48:55.000Z (6 months ago)
- Last Synced: 2024-06-28T13:35:02.356Z (5 months ago)
- Topics: auth, my, scrapper, telegram
- Language: Python
- Homepage: https://telegram.dog/UseTGXBot
- Size: 59.6 KB
- Stars: 108
- Watchers: 6
- Forks: 269
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyTelegramOrgRoBot
~~(yet)~~ another my.telegram.org scrapper inside Telegram.
### ⚠ legal DISclaimER 🚸
please treat your APP ID and API HASH with care, and ensure that they do not fall into wrong hands.**Telegram said**: __It is forbidden to pass this value to third parties__.
## Frequently Asked Questions
- Should you Trust this bot?
- **NO**. __you should never sent any of your private credentials to unknown third-party Telegram Bots__. This bot / source code was an attempt to scrap `my.telegram.org` using `Python3` libraries.## installing
#### The Only Way
- clone the repository, locally.
```sh
git clone https://GitHub.com/SpEcHiDe/MyTelegramOrgRoBot.git
```- change the directory.
```sh
cd MyTelegramOrgRoBot
```- create a virtual environment.
```sh
python3 -m venv venv
```- activate the virtual environment.
```sh
. ./venv/bin/activate
```- install the requirements.
```sh
pip install -r requirements.txt
```- create config.env
- run the bot
```sh
python -m bot
```## [@SpEcHlDe](https://telegram.dog/ThankTG)
- Only `TG_BOT_TOKEN` environment variables is mandatory.
- The Telegram RoBot should work without setting the non-mandatory variables.
- Please report any issues to the support group: [@SpEcHlDe](https://telegram.dog/ThankTG)## learning
check out the [helper_funcs](https://github.com/SpEcHiDe/MyTelegramOrgRoBot/tree/master/bot/helper_funcs) directory, to see how `my.telegram.org` is scrapped.
## LICENSE
[AGPLv3](https://github.com/SpEcHiDe/MyTelegramOrgRoBot/tree/master/LICENSE)## credits
- Libraries Used:
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
- [aiohttp](https://github.com/aio-libs/aiohttp)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4)- Thanks to:
- [me](https://tx.me/SpEcHlDe)