https://github.com/dfm/parrotization
https://github.com/dfm/parrotization
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfm/parrotization
- Owner: dfm
- License: mit
- Created: 2015-01-26T13:28:39.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:24:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T05:41:25.304Z (over 1 year ago)
- Language: Python
- Homepage: https://twitter.com/parrotization
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tweeting using a Markov chain trained on the tweets from [@parrotization](https://twitter.com/parrotization)'s followers.
Usage
-----
1. First, make a new Twitter app and then run `python parrotization.py setup` and enter the required info.
2. Then, once you have some followers, run `python parrotization.py update` to download a bunch of tweets and train the model.
3. To queue up some tweets, run `python parrotization.py queue` and curate the shit.
4. Finally, run `python parrotization.py tweet` to post a queued tweet.
Author & License
----------------
Dan Foreman-Mackey & MIT