-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 751 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# GitHub Configuration
GITHUB_TOKEN=your_github_token
GITHUB_OWNER=your_github_username
GITHUB_REPO=your_github_repo
# Sources Configuration
SOURCES=HackerNews,RedditGo,RedditPython
# Hacker News
SOURCE_HackerNews_TYPE=hackernews
SOURCE_HackerNews_URL=https://hacker-news.firebaseio.com/v0
SOURCE_HackerNews_LIMIT=10
# Reddit Go
SOURCE_RedditGo_TYPE=reddit
SOURCE_RedditGo_URL=https://www.reddit.com
SOURCE_RedditGo_SUBSOURCE=golang
SOURCE_RedditGo_LIMIT=5
# Reddit Python
SOURCE_RedditPython_TYPE=reddit
SOURCE_RedditPython_URL=https://www.reddit.com
SOURCE_RedditPython_SUBSOURCE=python
SOURCE_RedditPython_LIMIT=5
# Reddit App Configuration (for OAuth2 authentication)
REDDIT_APP_ID=your_reddit_app_id
REDDIT_APP_SECRET=your_reddit_app_secret