GitXplorerGitXplorer
i

Tweet-Bot

public
5 stars
2 forks
2 issues

Commits

List of commits on branch master.
Verified
5f1e957b5290611d4300432dd2b069a525a78bd1

Update README.md

iimdeep2905 committed 5 years ago
Verified
45c3969cc993c4433c1bd6727c638aff460f4ff5

Update README.md

iimdeep2905 committed 5 years ago
Verified
e6c0e4d4451286614db9be3697dc6d386fcbd316

Create requirements.txt

iimdeep2905 committed 5 years ago
Verified
5b6b61eb2be33e99a22d4cd6001ceac4ac2e2816

Update README.md

iimdeep2905 committed 5 years ago
Unverified
b8d60dc4f7a482094d60e5b26d0defa1c8146222

Added hashtags

iimdeep2905 committed 5 years ago
Unverified
8e1e84fcffd4ad1edd86716ef9748605942ca8da

Added main.py

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