Skip to content

Fast, multi-threaded Pastebin autoposter with Cloudflare bypass and proxy support. Post content automatically while avoiding detection.

License

Notifications You must be signed in to change notification settings

sexfrance/Pastebin-Autoposter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastebin Autoposter

A tool designed to automate posting content to Pastebin with proxy support, Cloudflare bypass, and efficient batch processing.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • Requires: Python 3.7+
  • Make a python virtual environment: python3 -m venv venv
  • Source the environment: venv\Scripts\activate (Windows) / source venv/bin/activate (macOS, Linux)
  • Install the requirements: pip install -r requirements.txt

🔥 Features

  • Automated content posting to Pastebin
  • Cloudflare challenge bypass
  • Proxy support for avoiding rate limits
  • Multi-threaded posting capabilities
  • Flexible content management (single file or directory-based)
  • Custom post titles support
  • Automatic saving of paste URLs
  • Smart rate limit handling

📝 Usage

  1. Content Setup:

    • Option 1: Place your content in input/content.txt
    • Option 2: Add multiple files in input/Content/ directory (filename becomes post title)
  2. Proxy Setup (Optional):

    • Add proxies to input/proxies.txt (one per line)
    • Format: ip:port or user:pass@ip:port
  3. Configuration:

    • Adjust settings in input/config.toml:
      [dev]
      Debug = false
      Proxyless = false
      Threads = 1
  4. Running the script:

    python main.py
  5. Output:

    • Generated Pastebin URLs are saved in output/links.txt

📹 Preview

Preview


❗ Disclaimers

  • This project is for educational purposes only
  • The author is not responsible for any misuse of this tool
  • Respect Pastebin's terms of service and rate limits
  • When using proxies, ensure they are properly configured and reliable

📜 ChangeLog

v0.0.1 ⋮ 12/26/2024
! Initial release.

About

Fast, multi-threaded Pastebin autoposter with Cloudflare bypass and proxy support. Post content automatically while avoiding detection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages