Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipinho/twitter-quote-bot
A bot to view quoted responses on Twitter.
https://github.com/philipinho/twitter-quote-bot
bot python twitter
Last synced: 9 days ago
JSON representation
A bot to view quoted responses on Twitter.
- Host: GitHub
- URL: https://github.com/philipinho/twitter-quote-bot
- Owner: Philipinho
- License: apache-2.0
- Created: 2020-10-30T15:35:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T10:49:20.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:03:27.875Z (over 1 year ago)
- Topics: bot, python, twitter
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter-Quote-Bot
A bot to view quoted responses on Twitter.### How To Use
1. Insert your Twitter API credentials on the config.py file.
2. Replace the "bot_username" value with your bot's username on the bot.py file.
3. Run ```python3 bot.py``` to start program.