Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SpEcHiDe/MyTelegramOrgRoBot


https://github.com/SpEcHiDe/MyTelegramOrgRoBot

auth my scrapper telegram

Last synced: 3 months ago
JSON representation

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)