Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 585 Bytes

Reddit hot stream

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.

How to run

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 &