8000 GitHub - cemat295/Auto-post: Autopost discord
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cemat295/Auto-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-post

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.

My Discord Server

Setup Instructions on termux

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 pc

How to get token on kiwi browser (android)

Open in browser:

Visit http://localhost:5000 from your phone browser (while Termux is running).

Setup Instructions on windows

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

Screenshot

Screenshot

About

Autopost discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • HTML 27.3%
0