Inspiration

Ever since social media has been dominating our lives, we all want to keep on top of every post and tweet. And sometimes that causes us to scroll all the way to yesterday's feed, no matter how long it takes. But what about times when you hadn't had time to check your feed in two, three days, or a week? Well we have a solution where you don't have to waste your time scrolling!

What it does

Scroll-No-More is a chrome extension that sorts your feed and allows you to see it by day, up to a week back. Just click on a tab and it'll take you to the day you want.

How we built it

To build it we used Chrome Extention API and Twitter REST API. We pull the data from all the tweets on your timeline and embed them into a webpage style chrome extension where if you click on "yesterday" tab it takes you to your feed from yesterday.

Challenges we ran into

We had never before used any API's so we had to learn on the go. Twitter API does not allow to get tweets by date parameter, so we had to figure out a way to get around that using the parameters that do exit, which are count and since_id.

Accomplishments that we're proud of

We are proud of having an interface to show and we have a clear idea of what we want our product to look like.

What we learned

We learned that Twitter API is challenging to use, and constraining when it comes to sorting by time.

What's next for Scroll-No-More

We actually want to complete this project and make it work and be efficient in dealing with large and inconsistent amounts of data.

Built With

Share this project:

Updates