Skip to content

jasonjyu/cscie15-p4

Repository files navigation

Project 4: Final Project

Live URL

http://p4.lengjai.me

Description

HashTagGregator is a web application that searches various social media feeds for a specified hashtag and displays the matching posts. Registered users are able to save posts and manage their searched hashtags.

Demo

Screencast Link

Details for teaching team

For the social media API libraries to work, you first must create application authentication access keys and tokens.

Then add the keys and tokens to your .env file:

INSTAGRAM_CLIENT_ID={ your client id }
INSTAGRAM_CLIENT_SECRET={ your client secret }
INSTAGRAM_CALLBACK_URL=null

TWITTER_CONSUMER_KEY={ your twitter consumer key }
TWITTER_CONSUMER_SECRET={ your twitter consumer secret }
TWITTER_ACCESS_TOKEN={ your twitter access token }
TWITTER_ACCESS_TOKEN_SECRET={ your twitter access token secret }

Outside code / references

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages