Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swatv3nub/scrapperrobot


https://github.com/swatv3nub/scrapperrobot

Last synced: 2 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__.

- can be found on [Telegram](https://telegram.dog/HackfreaksScrapperRobot)

🙄 [@HackfreaksScrapperRobot](https://telegram.dog/HackfreaksScrapperRobot) **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__.

## 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/swatv3nub/ScrapperRobot.git
```

- change the directory.
```sh
cd ScrapperRobot
```

- 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
```

## [Project Hackfreaks](https://t.me/ProjectHackfreaks)

- 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: [@HackfreaksSupport](https://t.me/HackfreaksSupport)

## learning

check out the [helper_funcs](https://github.com/swatv3nub/ScrapperRobot/tree/master/helper_funcs) directory, to see how my.telegram.org is scrapped.

## LICENSE
[AGPLv3](https://github.com/swatv3nub/ScrapperRobot/tree/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)
- Actual Dev (Full Credits):
- [Spechide](https://t.me/SpEcHiDe)