mrismanaziz / Scrap-Man

Bot Scrap APP ID and API HASH Telegram

Home Page:https://t.me/scrapmanbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

๐Ÿ™„ @ScrapMan 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

The Legacy Way

  • clone the repository, locally.
git clone https://github.com/mrismanaziz/Scrap-Man.git
  • change the directory.
cd MyTelegramOrgRoBot
  • create a virtual environment.
virtualenv -p /usr/bin/python3 venv
  • activate the virtual environment.
. ./venv/bin/activate
  • install the requirements.
pip install -r requirements.txt
  • create config.py

  • run the bot

python3 bot.py
  • 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

learning

check out the helper_funcs directory, to see how my.telegram.org is scrapped.

LICENSE

AGPLv3

credits

About

Bot Scrap APP ID and API HASH Telegram

https://t.me/scrapmanbot

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.9%Language:Procfile 0.1%