https://github.com/iyanuashiri/tweet-bot
This is a Twitter bot that tweets inspiring quotes. Click on the link to learn how to build a Twitter bot
https://github.com/iyanuashiri/tweet-bot
python3 rapidapi tweepy twitter-bot
Last synced: 8 months ago
JSON representation
This is a Twitter bot that tweets inspiring quotes. Click on the link to learn how to build a Twitter bot
- Host: GitHub
- URL: https://github.com/iyanuashiri/tweet-bot
- Owner: iyanuashiri
- License: mit
- Created: 2017-10-28T11:59:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T07:03:28.000Z (over 8 years ago)
- Last Synced: 2025-04-04T13:44:21.516Z (11 months ago)
- Topics: python3, rapidapi, tweepy, twitter-bot
- Language: Python
- Homepage: https://www.twilio.com/blog/build-deploy-twitter-bots-python-tweepy-pythonanywhere
- Size: 6.84 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweet-Bot
This is a Twitter bot that tweets inspiring quotes. It uses RapidAPI to access a Random Quotes Generator API and then uses Tweepy
to access Twitter API.
RapidAPI is an API marketplace, while Tweepy is an API wrapper.

