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

https://github.com/nibalizer/opensourcefeed

24/7 feed of open source activity
https://github.com/nibalizer/opensourcefeed

Last synced: 9 months ago
JSON representation

24/7 feed of open source activity

Awesome Lists containing this project

README

          

# Open Source Feed on Twitch

This app controls the [opensourcefeed](https://twitch.tv/opensourcefeed) livestream. It keeps a 24/7 heartbeat of all the open source code and contributions flying around the internet.

![what it looks like](img/demo.png)

# Architecture

![architecture](img/architecture.png)

# Quickstart

- Configure `config.sh` from `example.config.sh`
- Run `npm install` in `web` dir
- Run `virtualenv --python=python3 venv` in `workers/github`
- Run `source venv/bin/activate`
- Run `pip install -r requirements.txt` in `workers/github` dir (possibly in venv)
- Return to top level directory (with `README.md`)
- Run `run-apps.sh`

# License

Apache 2.0

# References

-
-
-
-
-
-