From charlesreid1

Revision as of 18:32, 21 December 2013 by Admin (talk | contribs) (Created page with "[https://twitter.com/apollo11junk @apollo11junk] is a twitter bot account. '''How It Works''' [https://twitter.com/apollo11junk @apollo11junk] is written in Python and uses the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

@apollo11junk is a twitter bot account.

How It Works @apollo11junk is written in Python and uses the python-twitter module. (Pydoc documentation for the module is available here.)

This is then hooked into the Olipy library, which is an "artistic text-generation" library. It uses the TextBlob library for natural language processing (NLP) tasks, and Queneau assembly for assembling coherent text at the sentence level.

It uses, as a raw data source, the (fascinating) radio transcripts from the Apollo 11 Flight Journal and Apollo 11 Surface Journal.

This is all possible thanks to the efforts of leonardr (GitHub), thanks to whom this twitter bot was up and running in a whopping 20 minutes.