GitXplorerGitXplorer
Q

PythonTwitterBot

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e5b10c8cf60ee694c8cb170587b32ca4b6e13ec7

Update README.md

QQuinny committed 11 years ago
Unverified
321a9f1d2dff369087b9561884e9534ede90ac96

Update README.md

QQuinny committed 11 years ago
Unverified
85218312198fb3d0005aba2b4d4e9116880ab9e1

Bot code

QQuinny committed 11 years ago
Unverified
0993fcb0c3a22cfb9db9ca682ac1cbba7f51d02e

Initial commit

QQuinny committed 11 years ago

README

The README file for this repository.

PythonTwitterBot

A simple template for a twitter bot coded in python using Twitter Tools

Full credit for the API goes to Mike Verdone

This template is intended to be used as a starting point for any twitter bot, it includes all of the essential commands such as searching and replying to tweets.

How To Use

  • Clone the repository
  • If you dont already have easy_install, then get it by following the instructions here
  • Open up a terminal and run easy_install twitter
  • Fill in the OAUTH_TOKEN, OAUTH_KEY, etc. to your own details
  • And your done!