-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
78 lines (70 loc) · 2.43 KB
/
config.py
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
import os
DEBUG = True
SQLALCHEMY_TRACK_MODIFICATIONS = False
THREADS_PER_PAGE = 2
APP_NAME = 'Lombok Dev - Top 10 Hacktoberfest'
SECRET_KEY = "cBWegL8d367vPzTp9Y2pJudLLtaKi5Jtw8//WsRjZrc="
HOST = 'http://localhost:5000'
GITHUB_ACCOUNTS = "https://docs.google.com/spreadsheets/d/e/2PACX-1vR5kNeVQR2yLePb1-Q5u7i9-cE5whC_pWleAqaGnZNqAUcaNk6BGHQ854egtsHX5HRBy3nsgoiB88cc/pub?gid=735228034&single=true&output=csv"
example = '''[
{
"nama": "Khairul Imam",
"foto": "https://avatars2.githubusercontent.com/u/10706983?s=460&v=4",
"progress": "5",
"detail": "https://hacktoberfest.digitalocean.com/stats/khyrulimam"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
},
{
"nama": "Faisal Kholid",
"foto": "https://avatars3.githubusercontent.com/u/32019765?s=200&v=4",
"progress": "4",
"detail": "https://hacktoberfest.digitalocean.com/stats/lombokdev"
}
]'''