This script sets up a backend service that launches a website. The website allows users to upload files to Discord using a webhook. Also, it automates the process of sending posts from specified subreddits to the Discord webhook. The users simply need to enter the name of the subreddit.
- pip installations in the requirements.txt
- Python 3.8.x+ (use
python --versionto check)
- Open your command line
- Use
cd ...the directory folder... - Run
pip install -r requirements.txt - Once complete, fill in your .env using this
- Choose the script use as an option and return to stage 4 until .env is fullfilled
- Use
python backend.pyto start the backend - In the terminal it will give you two websites to visit and you will use that (the frontend)
Contact me via support@starlover.online in a case of any issues with an image and explanation
Note: For Reddit usage, the script sends titles and descriptions if no picture or GIF media is available. It includes buttons to view posts. Currently, there is no support for videos from Reddit. All types of uploads are supported.