https://github.com/imdeep2905/tweet-bot
This is a fun little project created in python. It will fetch random image and caption . Then it will post it on twitter using tweepy.
https://github.com/imdeep2905/tweet-bot
caption random randomimage twitter-api twitter-bot
Last synced: 5 months ago
JSON representation
This is a fun little project created in python. It will fetch random image and caption . Then it will post it on twitter using tweepy.
- Host: GitHub
- URL: https://github.com/imdeep2905/tweet-bot
- Owner: imdeep2905
- Created: 2020-02-28T13:49:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:20:57.000Z (over 2 years ago)
- Last Synced: 2025-04-03T08:42:33.101Z (6 months ago)
- Topics: caption, random, randomimage, twitter-api, twitter-bot
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet Bot
Follow the bot [Here!](https://twitter.com/tweet_bot_1729)
# Introduction
This is a fun little project created in python. It will fetch random image from [Unsplash](https://source.unsplash.com/) and random caption from [randomtextgenerator](https://randomtextgenerator.com/). Then it will post it on twitter using tweepy.# How to run
1. Fulfill requirements in ```requirements.txt```(i.e. ```pip install -r requirements.txt```).
2. Replace ```XXX``` with your keys in ```main.py``` ([Get yours here](https://developer.twitter.com/)) and run it with
```python main.py```.# Credits
Contributors :computer: :
* [Deep Raval](https://github.com/imdeep2905)Without these excellant libraries :heart: this would not have been possible.
* pillow
* selenium
* tweepy