Giter Club home page Giter Club logo

python_markovchain_trumpbot's Introduction

Donald Trump Markov Chain Sonnet Generator and TwitterBot

A Program in Python, consisting of 3 files. This program takes the transcript from a Donald Trump speech, makes a word count dictionary to analyse word frequency, and inputs the speech into a Markov-Chain generator. This produces pseudo-random text from the speech, which is made into sonnets and tweeted line by line.

get_speech.py

Requests the Wall Street Journal URL containing the speech, parses the HTML and writes the speech to a text file, Trump_speech.txt. (NB - the speech is no longer available from the website - due to a paywall. trump_dict and markov_gen work using the Trump_speech.txt file saved in this project. Code for this file left, as an example of using python to parse a website.)

trump_dict.py

Reads the text file, Trump_speech.txt, makes a word count dictionary and prints out the top 50 most common words over 4 letters long, and looks up specific word counts.

markov_gen.py

Uses MarkovChain class from cc_markov file (cloned from https://github.com/Codecademy/markov_python ) - generates pseudo-random text from Trump Speech. Converts the output into sonnet form. Tweets a Trump sonnet line by line using twitter API.

python_markovchain_trumpbot's People

Contributors

carolos avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.