KourvA / MTProtoBot

This bot sends you MTProto proxies for Telegram up to 20 at once! Proxies are being updated frequently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTProto Telegram Bot

Get frequently updated MTProto proxies from bot up to 20 at once!

Also see information about each proxy which bot sends to you



▋Features

This bot can send from 5 - 20 proxies based on proxy index. [5, 10, 15, 20]

  • /mtp command to show proxy menu.

▋Clone Repository

To get started, first you need to clone this repository from github into your machine:

git clone https://github.com/Kourva/MTProtoBot

and if you dont have git you can install it from your package manager!


▋Install Requirements

Then you have to install requirements before running bot

  1. Navigate to bot directory
  2. Install requirements using pip
cd MTProtoBot
pip install -r requirements.txt

This will install pyTelegamBotAPI and Requests for you


▋Config your token

Now you have to get create bot from BotFather (If you don't have) and take your Token to starts working with your bot.
After getting Token from BotFather replace the Token in utils.py in line 10 as follows:

# Bot token to use
Token = "6146793572:AAE7fbH29UPOKzlHlp0YDr9o06o_NdD4DBk"

This is just an example Token. Use yours instead


▋Launch the bot

Now you are ready to launch your bot in polling mode inside your terminal using python

python main.py

You can also use proxychains to run your bot via Tor proxy

proxycahins python main.py

Or in quiet mode

proxychains -q python main.py

To install proxychains install proxychains-ng and then edit the config file in /etc/proxychains.conf.
In config file comment the strict_chain and un-comment dynamic_chain and its ready to use.

▋TOR new IP address

If you got any denied requests that blocked your Ip address, you can renew your IP

sudo killall -HUP tor

▋Thanks

Give me a start if you made this bot helpful

About

This bot sends you MTProto proxies for Telegram up to 20 at once! Proxies are being updated frequently.

License:MIT License


Languages

Language:Python 100.0%