Skip to content

JohnMcAninley/Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Twitter

This repository contains projects revolving around twitter.

TwitterContestBot

This bot follows users and retweets tweets in order to enter contests.

Create a config file with the structure:

[AUTH]
CONSUMER_KEY = <consumer_key>
CONSUMER_SECRET = <consumer_secret>
ACCESS_KEY = <access_key>
ACCESS_SECRET = <access_secret>

replacing the respective fields with your twitter authentication information.

In TwitterContestBot.py change CFG_FILENAME to the file you created.

SoupNaziBot

This bot finds tweets expressing a desire for soup and responds with "No soup for you!"

Usage: See TwitterContestBot useag.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages