A tool designed to automate posting content to Pastebin with proxy support, Cloudflare bypass, and efficient batch processing.
💬 Discord
·
📜 ChangeLog
·
- 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
- 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
-
Content Setup:
- Option 1: Place your content in
input/content.txt
- Option 2: Add multiple files in
input/Content/
directory (filename becomes post title)
- Option 1: Place your content in
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt
(one per line) - Format:
ip:port
oruser:pass@ip:port
- Add proxies to
-
Configuration:
- Adjust settings in
input/config.toml
:[dev] Debug = false Proxyless = false Threads = 1
- Adjust settings in
-
Running the script:
python main.py
-
Output:
- Generated Pastebin URLs are saved in
output/links.txt
- Generated Pastebin URLs are saved in
- 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
v0.0.1 ⋮ 12/26/2024
! Initial release.