Skip to content

Generates reddit submissions using a Markov generator trained on submissions from a given subreddit.

License

Notifications You must be signed in to change notification settings

eu90h/reddit-submission-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

reddit-submission-generator

Generates reddit submissions using a Markov generator trained on submissions from a given subreddit. The results could use improvement, but it was just for fun anyway.

Usage

python3 reddit_generator.py --help

usage: reddit_generator.py [-h] [--new] [--num_submissions N] subreddit

Reddit Submission Generator

positional arguments:
subreddit             subreddit to train the markov generator with

optional arguments:
-h, --help            show this help message and exit
--new                 new markov chain with latest top 100 subreddit posts
	--num_submissions N, -n N
	                    number of submissions to generate

About

Generates reddit submissions using a Markov generator trained on submissions from a given subreddit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages