From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
[https://twitter.com/apollo11junk @apollo11junk] is a twitter bot account.
[https://twitter.com/apollo11junk @apollo11junk] is a twitter bot account. It generates fake Apollo 11 radio chatter.


=How It Works=
=How It Works=
Line 7: Line 7:
This is then hooked into the [https://github.com/leonardr/olipy Olipy] library, which is an "artistic text-generation" library. It uses the [https://textblob.readthedocs.org/en/latest/ TextBlob] library for natural language processing (NLP) tasks, and Queneau assembly for assembling coherent text at the sentence level.
This is then hooked into the [https://github.com/leonardr/olipy Olipy] library, which is an "artistic text-generation" library. It uses the [https://textblob.readthedocs.org/en/latest/ 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 [http://history.nasa.gov/ap11fj/ Apollo 11 Flight Journal] and [http://history.nasa.gov/alsj/ Apollo 11 Surface Journal].
Olipy then generates the fake Apollo 11 radio chatter using, as a raw data source, the (fascinating) radio transcripts from the [http://history.nasa.gov/ap11fj/ Apollo 11 Flight Journal] and [http://history.nasa.gov/alsj/ Apollo 11 Surface Journal].
 
=Thanks Leonardr!=


This is all possible thanks to the efforts of [https://github.com/leonardr/ leonardr (GitHub)], thanks to whom this twitter bot was up and running in a whopping 20 minutes. The magic is all leonardr. I just plugged stuff in.
This is all possible thanks to the efforts of [https://github.com/leonardr/ leonardr (GitHub)], thanks to whom this twitter bot was up and running in a whopping 20 minutes. The magic is all leonardr. I just plugged stuff in.

Revision as of 18:36, 21 December 2013

@apollo11junk is a twitter bot account. It generates fake Apollo 11 radio chatter.

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.

Olipy then generates the fake Apollo 11 radio chatter using, as a raw data source, the (fascinating) radio transcripts from the Apollo 11 Flight Journal and Apollo 11 Surface Journal.

Thanks Leonardr!

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. The magic is all leonardr. I just plugged stuff in.