Skip to content

APNovichkov/TweeterIO

Repository files navigation

Welcome to TweeterIO!

Official Website🔗

Generate funny Tweets from personalities like Trump or Putin, or in the tone of books such as War and Peace! Under the hood, this Tweet Generator is based on the n'th order Markov Chain principle. Large bodies of text are analyzed turned into a 3rd order Markov Chain, which is then used to randomly generate tweets.


screenshot

Table of Contents

🚀 Installation

Manual

# Clone repo
git clone https://github.com/APNovichkov/TweeterIO.git
# CD into repo folder and setup python virtual environment
cd TweeterIO 
python -m venv
# Install python requirements
pip install -r requiremenets.txt
# Run in Terminal :)
python app.py
#or
flask run

Examples

Example1 Example2

📝 License

By contributing, you agree that your contributions will be licensed under its MIT License.

In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.

Contributors

Contributions are welcome!


Andrey Novichkov

💻

About

A Markov-Chain Tweet Generator Web App. Generate random tweets that sound like Trump, Putin and other sources with one click of a button!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published