GitXplorerGitXplorer
i

Tweet-Bot

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Verified
9f802a6863cca21d1af559abcb2d479c8ed4916f

Added extra features.

iimdeep2905 committed 5 years ago
Verified
18dd7b905374e623ac87c12e117960a82a2fdb3a

Added automatic follow-back and random hashtags.

iimdeep2905 committed 5 years ago
Verified
1c74763137406dccc94fca873ae2d0ffb6a7cf81

Update README.md

iimdeep2905 committed 5 years ago
Verified
5bb4ea6217234b60629f54baf3a66496647b1106

Add files via upload

iimdeep2905 committed 5 years ago
Verified
5f623613997c6999644da0d59ffa218880ec577f

Update README.md

iimdeep2905 committed 5 years ago
Verified
557793e0bd8d0ec8080e116ce2e166a3549d9cf5

Changed caption source to randomtextgenerator.com

iimdeep2905 committed 5 years ago

README

The README file for this repository.

Tweet Bot

Follow the bot Here!

Introduction

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.

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) and run it with python main.py.

Credits

Contributors 💻 :

Without these excellant libraries ❤️ this would not have been possible.

  • pillow
  • selenium
  • tweepy