Coder Social home page Coder Social logo

twitter-chatbot's Introduction

#Simple Twitter Chat bot

This is a small, simple chatter bot using The awesome twitter library Tweepy and this simple yet fun chatter bot
##Setup To get twitter-chatbot up and talking, do the following:

  • Install tweepy, iether with pip, or it's git hub page
  • Install chatterbot, iether with pip, or it's git hub page
  • Get a twitter app from apps.twitter.com, and optionally get a different account to use it with
  • Modify the apps permission level to "Read and write", so it can send direct messages (This is what the bot is set up to do now, though of course you can change it)
  • Put you're app's API keys in a file called keys.py like:
    • c_key = 'Consumer key here'
    • c_secret = 'Consumer secret here'
  • Run the included authorize.py tool, it will help you get you're tokens if you didn't put them in keys.py.
  • You can also optionally put tokens in (if you had twitter generate them), as:
    • token = 'Token here'
    • token_secret = 'Token secret here'
  • If everything worked, you should be able to run the bot like:
    • python chatbot.py
  • Now just send what ever account you set it up on a DM and the bot will begin learning and responding!

Note that this is a really simple bot, suggestions for more complex / smarter ones are welcome!

twitter-chatbot's People

Contributors

oliver2213 avatar

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.