Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cheshire137/aggrecat

Build your own activity feed from different social media sites.
https://github.com/cheshire137/aggrecat

github-api rails-application rails5 react reddit-api twitch-api twitter-api youtube-api

Last synced: about 1 month ago
JSON representation

Build your own activity feed from different social media sites.

Awesome Lists containing this project

README

        

# Aggrecat

Build your own activity feed from different social media sites.

## How to Develop

Create a [Twitter app](https://apps.twitter.com/).
Create a [Google API key](https://console.developers.google.com/apis/credentials).
Create a [Twitch app](https://www.twitch.tv/kraken/oauth2/clients).

```bash
bundle install
rails db:migrate
rake db:setup
cp dotenv.sample .env
```

Modify .env with your Twitter app's credentials, your Google API
key, and your Twitch client ID.

```bash
bundle exec rails s
open http://localhost:3000
```