Giter VIP home page Giter VIP logo

12tweet's Introduction

Hello! Thanks for checking out 1-2-tweet!

Let's cut to the chase. 1-2-tweet is a project that
makes it possible to build twitter bots. Think IRC
or AIMbots, except more buzz-termy.

So how do you go about getting this running on your
box? Should be simple, let's start.

First off, you're going to need python. Make sure
you can start up python from the command line.

> python
Python 2.x.x (version garble)
[GCC garble]
Type "help", "copyright", "credits" or "license" for more information.
>>>

You should see something at least similar to the
above. If not, go ahead and download it.
http://www.python.org/download/

With python in hand, run the following set of
commands to install the required libraries:

cd mysql
python setup.py build
python setup.py install

cd simplejson
python setup.py build
python setup.py install

cd twitter
python setup.py build
python setup.py install

If any of these fail, just do the standard Google search
and you should fine solutions.

While these are running, you should get mysql running
on your box so that you can interact with a database.

Import schema/12tweet.sql into a database and it will
create skeletons of the necessary tables for running
example.py.

Now with everything installed, you can create your bot!
Check out twitterbot.py to see examples.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.