bring back yahoo pipes!
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 263 B view raw
1# Pipes Secrets 2# All other configuration is in config.yaml 3# Copy this file to .env and fill in the secrets 4 5# OAuth (Indiko) 6INDIKO_CLIENT_SECRET=your_client_secret_here 7 8# Session (generate with: openssl rand -base64 32) 9SESSION_SECRET=your_random_secret_here