Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhaanbukhsh/tweet-bot
The Script is written to automate favorite and follow people.
https://github.com/farhaanbukhsh/tweet-bot
Last synced: 14 days ago
JSON representation
The Script is written to automate favorite and follow people.
- Host: GitHub
- URL: https://github.com/farhaanbukhsh/tweet-bot
- Owner: farhaanbukhsh
- License: mit
- Created: 2015-08-02T13:52:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T14:17:22.000Z (over 9 years ago)
- Last Synced: 2023-12-15T10:14:42.414Z (11 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweet-Bot
The Script is written to automate favorite and follow people on Twitter.#Dependencies
You need to get consumer_key, consumer_secretm, access_token_key, access_token_secret from twitter developer site and put it in this line in the script.`api = twitter.Api(consumer_key='',
consumer_secret='',
access_token_key='',
access_token_secret='')`and
`$pip install twitter`
#Usage:
`$python twiiter_bot.py`#Demo
[![asciicast](https://asciinema.org/a/b28wmbtrspdn3ai9rvakyvpkc.png)](https://asciinema.org/a/b28wmbtrspdn3ai9rvakyvpkc)#Credits
"Feel free to use" , but you should never forget to give credit the author because if you dont then who will.