Markov tweet generator using Lana Del Rey lyrics.
The order needed to run this is
- scrape_lyrics.py
- generate_markov_dictionary.py
- tweet_generator.py
- send_tweet.py (add your API key and token to the template)
I did this as a way to learn some python and markov chains(which are super interesting, seriously go read up on them)