Skip to content

Reddit bot that creates text in portuguese using Markov chains

Notifications You must be signed in to change notification settings

LuisSousaRego/imitante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

imitante

Generate text from subreddit's self posts using markov chains.

Prerequisites

praw.ini file

Create a praw.ini file inside the /src/ directory.

Add a new bot to the file with your reddit app credentials by appending the following to your praw.ini file:

[imitante]
client_id=yourclientid
client_secret=yourclientsecret
password=yourpassword
username=yourusername

Get started

Open the terminal in the src/ directory inside the project and run the main.py file with:

python3 main.py

For help on all available options:

python3 main.py -h

The generated text is written in a .txt file inside text/ directory.

About

Reddit bot that creates text in portuguese using Markov chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages