Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrismanaziz/Scrap-Man
Bot Scrap APP ID and API HASH Telegram
https://github.com/mrismanaziz/Scrap-Man
Last synced: 25 days ago
JSON representation
Bot Scrap APP ID and API HASH Telegram
- Host: GitHub
- URL: https://github.com/mrismanaziz/Scrap-Man
- Owner: mrismanaziz
- License: agpl-3.0
- Created: 2021-04-10T06:22:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T11:21:04.000Z (about 2 years ago)
- Last Synced: 2024-08-09T13:13:49.195Z (5 months ago)
- Language: Python
- Homepage: https://t.me/scrapmanbot
- Size: 31.3 KB
- Stars: 27
- Watchers: 2
- Forks: 58
- Open Issues: 0
-
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__.
- can be found on [Telegram](https://telegram.dog/scrapmanbot)
🙄 [@ScrapMan](https://telegram.dog/scrapmanbot) **is the only Telegram RoBot, which is using this repository code**. 🙄😬
__For any other bots, ask the respective bot developers, for the source code, before sending **any private credentials*" to the bots__.## 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 Easy Way
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
#### The Legacy Way
- clone the repository, locally.
```sh
git clone https://github.com/mrismanaziz/Scrap-Man.git
```- change the directory.
```sh
cd MyTelegramOrgRoBot
```- create a virtual environment.
```sh
virtualenv -p /usr/bin/python3 venv
```- activate the virtual environment.
```sh
. ./venv/bin/activate
```- install the requirements.
```sh
pip install -r requirements.txt
```- create config.py
- run the bot
```sh
python3 bot.py
```## [@ScrapMan](https://telegram.dog/scrapmanbot)
- 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: [@SharingUserbot](https://t.me/SharingUserbot)## learning
check out the [helper_funcs](https://github.com/mrismanaziz/Scrap-Man/tree/master/helper_funcs) directory, to see how my.telegram.org is scrapped.
## LICENSE
[AGPLv3](https://github.com/mrismanaziz/Scrap-Man/blob/master/LICENSE)## credits
- Libraries Used:
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
- [requests](https://github.com/psf/requests)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4)
- Thanks to:
- [me](https://tx.me/mrismanaziz)