xzjia / TwitterBellingBot

Dumb Twitter bot belling now and then

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Belling Bot

  • Dumb Twitter bot belling now and then. Find it at @BellingBot.

  • The most important part is done by tweepy.

  • The application is hoted on Google App Engine. The homepage doesn't contain too much information, thus it's not included here.

  • For obvious reason, the keys.py used to access the Twitter API is not included neither. An example of keys.py could be

    keys = dict(
        consumer_key =          'AAAAAAAAAAAAAAAAAAA',
        consumer_secret =       'BBBBBBBBBBBBBBBBBBB',
        access_token =          'CCCCCCCCCCCCCCCCCCC',
        access_token_secret =   'DDDDDDDDDDDDDDDDDDD',
    )
  • Improvements could be made in a lot of ways (URL protection, make good use of 140 character and etc.). I'll try to refine it if some good ideas come to me in the future.

  • Find me at here.

About

Dumb Twitter bot belling now and then

License:MIT License


Languages

Language:Python 100.0%