Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swatv3nub/scrapperrobot
https://github.com/swatv3nub/scrapperrobot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swatv3nub/scrapperrobot
- Owner: swatv3nub
- License: agpl-3.0
- Created: 2021-02-03T17:11:39.000Z (almost 4 years ago)
- Default Branch: Alpha
- Last Pushed: 2021-03-10T23:29:47.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T05:06:46.648Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
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/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)