Skip to content

chamow97/snappy

Repository files navigation

forthebadge forthebadge forthebadge

Snappy


Overview

Snappy is a tool to display images from Twitter and Tumblr as a Gallery with the given tag.

Screencasts

Login and Registration Page



Twitter and Tumblr Image Gallery



Running the web app

  1. Clone the repository - git clone https://github.com/chamow97/snappy
  2. Install python 3 - sudo apt-get update sudo apt-get install python3
  3. Install Django - pip3 install django
  4. Install Tweepy - sudo pip3 install tweepy
  5. Install Requests - sudo pip3 install requests
  6. Run the web app by navigating into the master directory- python3 manage.py runserver
  7. Note: You should register your application and get your consumer key for both Twitter and Tumblr and insert it in views.py to make this application work. Click here to get your Twitter api key and here for Tumblr api key.

Future Works

  • Filter NSFW images
  • Add more websites
  • Multiple hashtag search
  • Save the search result for prompting the user

Contributors

Contact

For queries or comments, contact here: chamow97@hotmail.com