sanpii / out-of-gafam

Generate RSS feed for GAFAM (youtube, facebook, instagram and twitter)

Home Page:https://oog.homecomputing.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out Of GAFAM

GAFAM try to enclose you in their gilded prison, mainly by removing the web foundations: interoperability.

This project help you to evade from its prisons by allowing you to keep up to date about new contents without account, just with a good old RSS feed.

Compilation

make

Installation

Create a new PostgreSQL database:

createdb oog
psql -f src/sql/structure.sql oog

Here an example of systemd service:

[Unit]
Description=out of gafam service

[Service]
ExecStart=/home/git/public_repositories/out-of-gafam/current/target/release/oog
WorkingDirectory=/home/git/public_repositories/out-of-gafam/current
Restart=on-failure
Environment="LISTEN_IP=127.0.0.1"
Environment="LISTEN_PORT=8000"
Environment="DATABASE_URL=postgresql://localhost/oog"
Environment="RUST_LOG=warn"

About

Generate RSS feed for GAFAM (youtube, facebook, instagram and twitter)

https://oog.homecomputing.fr

License:MIT License


Languages

Language:Rust 71.8%Language:HTML 23.8%Language:CSS 3.1%Language:Makefile 0.8%Language:Dockerfile 0.5%