Skip to content

Demonstration of a simple Markov Babbler that rehashes the AWS Blog.

License

Notifications You must be signed in to change notification settings

dacut/awsbabbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Markov Babbler rehashing the AWS Blog from my Vienna feed.

You'll need BeautifulSoup 4 and Python 3.6+ installed. It's usually cleanest to do this in a virtual environment:

% virtualenv venv
% source venv/bin/activate
(venv)% pip install bs4
(venv)% python ./awsbabbler.py --parse
(venv)% python ./awsbabbler.py --babble

The parse step ingests the blog posts and creates a chain.pickle file, containing the word chain. Babble ingests the chain.pickle and randomly selects 100 words from the chain.

About

Demonstration of a simple Markov Babbler that rehashes the AWS Blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages