futuremash

所属分类:数学计算
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2016-12-08 16:44:36
上 传 者sh-1993
说明:  一个使用马尔可夫链创建虚假科技新闻头条的Twitter机器人
(A Twitter bot that uses Markov chains to create fake tech news headlines)

文件列表:
dependecies.txt (73, 2016-12-08)
futuremash/ (0, 2016-12-08)
futuremash/__init__.py (0, 2016-12-08)
futuremash/config/ (0, 2016-12-08)
futuremash/config/config_example.yaml (806, 2016-12-08)
futuremash/config/logging.yml (958, 2016-12-08)
futuremash/corpusbuilder.py (8171, 2016-12-08)
futuremash/tests/ (0, 2016-12-08)
futuremash/tests/test_corpusbuilder.py (924, 2016-12-08)
futuremash/tweetbuilder.py (4804, 2016-12-08)
futuremash/worker.py (1137, 2016-12-08)

# Futuremash A project to create a simple Twitter bot that uses Markov chains to generate fake tech news headlines. ## Main components ### corpusbuilder.py This script uses PRAW to scrape headlines from various related subreddits and Twython to do the same from Twitter. Headlines are saved to text files in a `corpus` directory. Files older than 120 days are deleted in order to limit growth. ### tweetbuilder.py This script uses the Markovify library to build the tweets from the files in the `corpus` directory. At the moment output is just send to the command line, as the corpus is not yet large enough to build statisying sentences. Once this improves, tweetbuilder.py will use the Twitter API (via Twython) to send them out into the world. ## Development plans - Change relative paths to absolute paths. - All the testing. - Documentation, probably. - Prepare for deployment to hosted platform. ### All the fake tech news that's fit to print to stdout Here are some early favourites that came up during testing but didn't make it to Twitter: - Twitter says it will ban diesel vehicles by 2025. - Analysts predict Canada could have the stamina. - AI learns to predict the future of government? - The tech enabling a man rescuing a teeny kitten that wandered into traffic - I just got real. - The hybrid Slice Planner gives you the best way of doing zero g experiments. - The ‘just walk out technology’ of Amazon Go store bills everything to your posterior! - Scientists from Singapore have developed a new generation of supersonic jets. - Panasonic to launch megaphone that can help those dealing with anxiety! - Is Apple ever going to be 100% automated? - Google DeepMind could invent the next four years.

近期下载者

相关文件


收藏者