• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 12 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a simple script for creating @everyword-like twitter services

Everyword Bot

Build Status Coverage Status

This is a small Python script that implements an @everyword-like Twitter bot. Here's what you'll need to run it:

  • Python 2.7+, 3.4+
  • Tweepy
  • a plain text file, with each of your desired tweets on one line

Instructions

Run the script from the command-line like so:

$ python everywordbot.py --consumer_key=<ckey> --consumer_secret=<csecret> \
	  --access_token=<atoken> --token_secret=<tokensecret> \
	  --source_file=<source> --index_file=<index>

... where:

  • <ckey> is your Twitter consumer key;
  • <csecret> is your Twitter consumer secret;
  • <atoken> is a valid Twitter access token;
  • <tokensecret> is the access token secret for the token given above;
  • <source> is the filename of a plain text file, with one tweet per line (defaults to tweet_list.txt in the current directory); and
  • <index> is the name of a file where the script can store the current tweet index (i.e., which line in the file should be tweeted next). The script must be able to write to this file.

You'll need to arrange to have this script run at some interval, using a tool like cron. For example, to post a tweet every half hour, you might put the command line above in a bash script named /home/aparrish/post_tweet.sh and then put the following in your crontab:

0,30 * * * * cd /home/aparrish; bash post_tweet.sh >>error.log 2>&1

Production Notes

Twitter may return one of a variety of error messages in response to an attempt to post a status update (invalid authorization credentials, rate limits, fail whales, etc.). This script does not attempt to catch or differentiate between these errors; however, it will only increment the index if the post succeeds. (The idea is that 100% coverage of the source file is more important than 100% uptime.)

As stated in the license, this software is provided under no warranty of any kind. However, if the operation of this script is critical to your business, grant application, art school thesis, or innovative government program, you may want to monitor the results of the script by (e.g.) checking the return value of the script and sending an e-mail message if it's non-zero. Feel free to update the script to handle errors in whatever method is appropriate for your specific application.

Obtaining Twitter authorization credentials

The easiest way to obtain the appropriate credentials is as follows:

  • Create a new Twitter account. This is the account on whose behalf the script will post tweets.
  • Go to the Twitter Application Management page and sign in with the account you just created. (You'll need to verify your account's e-mail address before Twitter will let you log in with your new account.)
  • Click "Create a new application."
  • Fill in the form. The "Callback URL" field is not important.
  • You'll be taken to the overview page for your new application. Activate the "Settings" tab and change the "Application Type" from "Read only" to "Read and Write."
  • Return to the "Details" tab. Select "Create my access token" at the bottom of the page.
  • Congratulations! All the information that you need (consumer key, consumer secret, access token, access token secret) is now displayed on the "Details" tab.

In my experience, Twitter may prevent newly created accounts from posting status updates, responding to such requests with invalid authorization errors. This is likely an anti-spam measure. Wait a few minutes and try again before freaking out.

Creating your Twitter API application while logged in to your Twitter bot user account is the by far simplest method for obtaining credentials. However, you'll hit a wall quick if you want to run more than one bot, since Twitter requires an account to have an active telephone number attached to it in order to register new applications, and no two accounts can be associated with the same phone number. It's possible to swap a single phone number between accounts (by clearing it out on one account, and adding it to another), but you might find it easier to manage all of your applications from one account, and then have your bot accounts authenticate with those applications. You can use this script (using tweepy) or this script (using the oauth2 library) to get the relevant credentials from Twitter on the command-line.

(The above information above may become inaccurate if Twitter changes their policies or the layout of their site.)

License

Everyword Bot is provided under the MIT license. See LICENSE.TXT for more information.

More Repositories

1

pronouncingpy

A simple interface for the CMU pronouncing dictionary
Python
300
star
2

pytracery

Python port of Kate Compton's Tracery text expansion library.
Python
252
star
3

gutenberg-dammit

I wanted all of plaintext Project Gutenberg in an easy-to-use format, so I made this
Python
209
star
4

rwet

Notebooks and other materials for Reading and Writing Electronic Text
Jupyter Notebook
199
star
5

gutenberg-poetry-corpus

A corpus of poetry from Project Gutenberg
Jupyter Notebook
186
star
6

phonetic-similarity-vectors

Source code to accompany my paper "Poetic sound similarity vectors using phonetic features"
Jupyter Notebook
166
star
7

pycorpora

A simple Python interface for Darius Kazemi's Corpora Project.
Python
119
star
8

rwet-examples

Reading and Writing Electronic Text Example Code
Python
95
star
9

pincelate

Easy to use ML model for spelling and sounding out words
Jupyter Notebook
89
star
10

seaduck

A bare-bones simulation-driven narrative framework
JavaScript
86
star
11

dmep-python-intro

Jupyter Notebook
82
star
12

pocket-sp

Design files for my Pocket SP Game Boy mod
73
star
13

pronouncingjs

a simple javascript interface to the CMU pronouncing dictionary (for node and browser!)
JavaScript
69
star
14

text-resources

I have this big list of links to text stuff that I like, so I thought I'd make it into a repository.
67
star
15

material-of-language

Notes and notebooks for Material of Language
Jupyter Notebook
63
star
16

gen-text-workshop

Tutorials, resources and links on generative text.
50
star
17

simpleneighbors

A clean and easy interface for performing nearest-neighbor lookups
Python
50
star
18

nb5js-proof-of-concept

proof of concept for a p5js-specific notebook interface
JavaScript
48
star
19

example-twitter-bot-node

Example Twitter Bot(s) for node.js
JavaScript
41
star
20

sfpc-gen-text-2015

notes and links for generative text workshop at SFPC 2015
40
star
21

nonsense-verse-pycon-2020

Materials for PyCon 2020 Workshop, "Nonsense verse... with Python and machine learning"
Jupyter Notebook
30
star
22

corpus-driven-narrative-generation

Thoughts toward and tutorial on corpus-driven narrative generation
Jupyter Notebook
22
star
23

comexmadivla

Computational exploration of magical and divinatory language
Jupyter Notebook
21
star
24

word-gan-book-generator

Generating books from GANs trained on bitmaps of whole words
Jupyter Notebook
21
star
25

plot-to-poem

"Translate" a plot from Mark Riedl's WikiPlots corpus into a poem. For NaPoGenMo 2017.
Jupyter Notebook
20
star
26

semanticsimilaritychatbot

A tiny unfussy corpus-driven chatbot based on semantic similarity
Python
20
star
27

nanogenmo2014

My NaNoGenMo project for 2014
TeX
18
star
28

bezmerizing

a tiny quirky library with some bezier curve functions
Jupyter Notebook
17
star
29

nanogenmo2015

repository for "our arrival," my nanogenmo 2015 project
Python
16
star
30

linear-lsystem-poetry

a strange textual interface for making poetry with l-systems
JavaScript
15
star
31

predictive-text-and-text-generation

rwet example for binder
Jupyter Notebook
15
star
32

universal-sentence-encoder-xling-runway

Wrapper for Universal Sentence Encoder for use in Runway
Python
12
star
33

mydinosaur

A fun library for bot makers to create RSS feeds for their bots.
Python
12
star
34

eroft

Electronic Rituals, Oracles and Fortune Telling
Jupyter Notebook
11
star
35

fullwidth

A keyboard layout file for OSX that turns your keystrokes into  full-width Unicode characters.
10
star
36

nanogenmo2017

The Average Novel
Jupyter Notebook
9
star
37

iceboxbreakfast

A William Carlos Williams-parodizing Mastodon bot
Python
9
star
38

word-dcgan

why not train a gan on bitmaps of random words? what's the worst that could happen
Python
8
star
39

plaintext-example-files

just a lil collection of plaintext example files
8
star
40

bobey-dig

Moby Dick with a head cold (for NaNoGenMo 2019)
Jupyter Notebook
7
star
41

xterm-ansi-bundle

xterm.js and ansi-escape-sequences bundled for browser use
JavaScript
7
star
42

tracery_kernel

A barebones custom Jupyter kernel for Tracery
Jupyter Notebook
6
star
43

wordfreq-en-25000

quick and dirty dump of 25k English words from wordfreq
Python
6
star
44

processing.py-workshop-examples

Example code for "Introduction to processing.py" workshop given at NYU/ITP, June 2011
Python
5
star
45

mimetree

Last Baby Standing: a Facebook game where you mate your friends together to breed the perfect, space fungus-resistant child. ("Mimetree" was the project code name.)
Python
5
star
46

cashclones

a twitter bot for making alternate history scenarios
Web Ontology Language
4
star
47

characterror

A shmup about spelling
Python
4
star
48

libraryofemoji

Source code for generating emoji names like those seen on @libraryofemoji.
Python
4
star
49

romcomsort

NaNoGenMo 2019 project: sort a bunch of romcoms
Jupyter Notebook
4
star
50

definer-tornado-on-heroku

A web application for randomly defining words. Demonstrates Tornado on Heroku.
Python
4
star
51

treestr

a Python string type that keeps track of its own history and metadata
Python
4
star
52

humanshangingout

can they be deceived? can they be deceived... by a robot?
Python
3
star
53

manipulating-font-data-flat

basic tutorial on using flat's opentype functions
Jupyter Notebook
3
star
54

ezi72ulx

Turn Inform 7 code into .ulx files—fast
Python
3
star
55

shoestrings

markov chain text generation library
Jupyter Notebook
3
star
56

contentmalleable

a javascript snippet for breaking the contents of a contenteditable up into marked-up words
JavaScript
2
star
57

twitteravatarkeyboard

Type using the Twitter avatars of users whose screen names have only one letter.
2
star
58

contextfreegengen

A context-free grammar generator generator, based heavily on Darius Kazemi's GenGen.
HTML
2
star
59

rwet-examples-c

rewriting my RWET examples in C
C
2
star
60

devos-vote

jupyter notebook for democracy
Jupyter Notebook
2
star
61

progdat

Notebooks etc for Programming with Data (NYU ITP)
Jupyter Notebook
2
star
62

sexywindsurfing

automated agent for apples to apples
Python
1
star
63

runway-markov-test

Making a very simple model for Runway
Python
1
star
64

chars74k-json-dump

Convert the stroke trajectories of the hand-drawn English letters in the Chars74k dataset to JSON
Jupyter Notebook
1
star
65

Simple-Flask-Example

A simple web application for word counts in a text file
Python
1
star