An open API service indexing awesome lists of open source software.

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.

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