rajaganapathy2000 / MyTelegramOrgBot

Another My.telegram.org Scrapper Inside Telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyTelegramOrgRoBot

(yet) another my.telegram.org scrapper inside Telegram.

installing

The Easy Way

Deploy

The Legacy Way

  • clone the repository, locally.
git clone https://GitHub.com/AmineSoukara/MyTelegramOrgBot.git
  • change the directory.
cd MyTelegramOrgBot
  • 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: @DamienHelp

learning

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

LICENSE

AGPLv3

credits

About

Another My.telegram.org Scrapper Inside Telegram.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%