[go: nahoru, domu]

Skip to content

vo0x/proxy-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Proxy Bot

Telegram bot to monitor telegram proxys to users.

Installation

  1. Clone the repository:

    git clone https://github.com/1ns8/proxy-telegram-bot.git
    cd proxy-telegram-bot
  2. Install the required Python packages:

    pip3 install -r requirements.txt

    or

    pip3 install pyrogram
    pip3 install tgcrypto
  3. Configure your bot:

    Replace 'your api_id', 'your api_hash', and 'your bot_token' in the proxy-bot/main.py with your actual Telegram API ID, API hash, and bot token.

    api_id = int('your api_id')
    api_hash = 'your api_hash'
    bot_token = 'your bot_token'
  4. Ensure your proxy list is correctly defined:

    just add your proxys to proxys list in the main.py file

    proxys = ['proxy_1', ....]

Usage

  1. Run the bot:

    python main.py
  2. Interact with the bot on Telegram:

    • Send /start to receive a welcome message.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Contact

Feel free to open an issue if you have any questions or suggestions.