This script posts every post in hot that gets above 15k upvotes in a discord channel, it saves the post in memory for 24 hours to prevent dupes and then removes it.
Clone the repo
git clone https://github.com/NewCircuit/reddit-hot-stream.git
Install the requirements
python3 -m pip -r install requirements.txt
Create conf.ini from existing template
cp conf.example.ini conf.ini
Edit conf.ini with the correct info
vim/nano conf.ini
Run the script
nohup python3 main.py &