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: about 1 month 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 (almost 3 years ago)
- Last Synced: 2024-12-11T15:02:27.226Z (about 1 month ago)
- Topics: bot, python, twitter
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- 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.