This project auto-posts messages to Discord channels with interval and optional webhook logging.
Warning: This tool breaks Discord Terms of Service. Use at your own risk. I’m not responsible for any bans or consequences.
Install Termux: Download Termux here
Clone the repo & install requirements:
pkg update && pkg install git python -y
git clone https://github.com/lantas-bit/Auto-post
cd Auto-post
pip install flask requests
Run the bot:
python autopost.py
How to get discord account token?
How to get token on kiwi browser (android)
Open in browser:
Visit http://localhost:5000
from your phone browser (while Termux is running).
Install Python
Download from: Python
During installation, make sure to check “Add Python to PATH”
Download / clone the repository
[Download this repository]
-
5B60
- Click the green
Code
button - Choose Download Zip
- Extract the file zip
[Cloning this repositori] Open CMD and run:
Install git: Git
git clone https://github.com/lantas-bit/Auto-post
cd Auto-post
Before installing required packages on cmd or powershell read this:
if you already download and extract the Zip file run this on cmd inside the extracted folder
Install required packages
pip install flask requests
Run the bot
python autopost.py
Access the web controller Open your browser and visit:
http://localhost:5000