Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cheshire137/aggrecat
- Owner: cheshire137
- Created: 2017-06-24T20:28:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T04:25:47.000Z (over 7 years ago)
- Last Synced: 2024-09-27T16:03:30.541Z (about 2 months ago)
- Topics: github-api, rails-application, rails5, react, reddit-api, twitch-api, twitter-api, youtube-api
- Language: Ruby
- Size: 95.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```