A Web app that extracts images of a particular key word entered by the user from Twitter and displays as a photo gallery.
Requirements:
-
Make sure to install TwitterAPI on your machine (pip install tweepy)
-
To make the app work, you need to register on https://dev.twitter.com/ and get a consumer key, consumer secret, access token key, access token secret
-
Install Xampp Server. Make sure server is running before executing the python file.
-
Mozilla Firefox browser specifially. (because selenium works witf firefox only)
Steps:
- Make sure to import all the dependencies required by the python files.
- First run, interface.pyw by double clicking it.
- That's it!