Skip to content

PranabMandal1/Terabox-Bypass

 
 

Repository files navigation

Bot Logo

TeraBox Link Bypass Bot 🚀


Description:

The TeraBox Link Bypass Bot is a sophisticated Telegram bot crafted to seamlessly bypass download links from the TeraBox file hosting service. Users can send TeraBox links to the bot, and it will elegantly provide direct download links along with comprehensive information about the file.


Features:

  1. Start Command:

    • /start: Initiates communication with the bot, presenting users with a refined introduction and clear usage instructions.
  2. Ping Command:

    • /ping: Allows the distinguished bot owner to assess its responsiveness and latency with a touch of professionalism.
  3. Link Handling:

    • Automatically detects TeraBox links in messages, ensuring a polished user experience.
    • Validates URLs, fetching direct download links with a commitment to precision.
    • Presents file details such as title, size, and download link in a structured and professional manner.
  4. Access Control:

    • Restricts usage to private chats or specified groups, prioritizing privacy and controlled access.
    • Issues a courteous warning when accessed from unauthorized groups.

Commands:

  1. /start:

    • Invokes a welcome message with clear instructions, setting the tone for user engagement.
  2. /ping:

    • Empowers the bot owner with the ability to gauge responsiveness and latency in a refined manner.

How to Use:

  1. Start a Chat:

    • Initiate a private chat with the bot, ensuring a discreet and personalized experience.
  2. Send TeraBox Links:

    • Share TeraBox links with the bot, guaranteeing a streamlined interaction.
  3. Receive Download Links:

    • Experience the bot's efficiency as it provides direct download links and comprehensive file information.

Additional Information:

  • Bot Link:

  • Forbidden Access:

    • Groups not listed in the allowed_groups variable will receive a polite warning.
  • Error Handling:

    • Displays an informative error message if there are issues with link processing, maintaining transparency.

More Information:

  • Dependencies:

    • Install necessary Python libraries using pip install -r requirements.txt.
  • Customization:

    • Adjust the allowed_groups variable for precise group access control.
    • Tailor the error messages or other text as needed, ensuring a polished user interface.
  • Disclaimer:

    • This bot is intended for educational and personal use only, upholding the highest standards of ethical use.

How to Run:

  1. Install Dependencies:

    • Execute pip install -r requirements.txt to install the required Python libraries.
  2. Run the Bot:

    • Execute the script, ensuring a smooth and reliable operation.
  3. Enjoy:

    • Embark on a seamless journey with the bot to bypass TeraBox links and download files effortlessly.

Deployment

Deployment is easy, you can deploy Terabox Bypass on Heroku or Railway.

  1. Fork this repository.
  2. In environment variable section, add the following variables:
    • API_ID : Get it from my.telegram.org.
    • API_HASH : Get it from my.telegram.org.
    • BOT_TOKEN : Get it from @BotFather.
    • SESSION_STRING : Get it from Run on Repl.it.
    • owner_id : Your Telegram ID.Get it from here
    • allowed_groups : ID of groups where the bot should work(with square [] brackets). eg:- ["-12323xxxx"] or ["1212xxx", "1236xxx"]
    • MY_COOKIES : Get it from here.
    • MY_HEADERS : Get it from here.
    • HELP VIDEO FOR TERABOX: Watch the video credits to @r0ld3x
  3. Deploy on Railway
    • Deploy
  4. And Fill in the VARS obtained from step 2
  5. Click on Deploy.
  6. Restart the app and enjoy.
  7. To check if app is live or not, use /ping command in Chat.

Contributors:

  • Bot Developer:

About

Terabox Link Bypass Telegram bot in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Procfile 0.2%