Code that creates copypasta
Run the following command (tested on python 3.7.3)
pip install -r requirements.txt
You need to register a Reddit app, which you can do here. Then fill out reddit_details.json with the following
{
"client_id": "",
"client_secret": "",
"user_agent": "",
"username": "",
"password": ""
}
python collect_pasta.py
python train.py
Get direct output
python generate.py
Post to r/copypasta on a timed basis
python timed_reddit_post.py