Follow the bot Here!
This is a fun little project created in python. It will fetch random image from Unsplash and random caption from randomtextgenerator. Then it will post it on twitter using tweepy.
- Fulfill requirements in
requirements.txt
(i.e.pip install -r requirements.txt
). - Replace
XXX
with your keys inmain.py
(Get yours here) and run it withpython main.py
.
Contributors 💻 :
Without these excellant libraries ❤️ this would not have been possible.
- pillow
- selenium
- tweepy