forked from FlxVctr/RADICES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_template.yml
157 lines (150 loc) · 6.69 KB
/
config_template.yml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# In the following config file, please fill the fields as you need them.
# Do not use quotes, just plain text: e.g.:
# sql:
# dbtype: sqlite
# etc.
# ================== Database Information =====================
sql:
dbtype: mysql
host: # if dbtype = mysql, provide host
user: # if dbtype = mysql, provide user
passwd: # if dbtype = mysql, provide password
dbname: # provide a name for the database.
# ================== Twitter User Details =====================
# If you wish to save certain twitter user details, please just add the SQL data
# type you wish to save it as in the SQL database (recommended types are indicated
# in parantheses). If you do not wish to save a certain detail, just leave it empty
# like so:
# twitter_user_details:
# contributors_enabled: SMALLINT
# created at:
# This will save the detail "contributors_enabled" as booelan / tinyint into the
# database but it will not save "created_at" at all.
twitter_user_details:
contributors_enabled: # SMALLINT
created_at: DATETIME
default_profile: # SMALLINT
default_profile_image: # SMALLINT
description: # TEXT (contains a dict)
entities_description_urls: # TEXT
entities_url_urls: # TEXT (contains a dict)
favourites_count: # BIGINT
follow_request_sent: # SMALLINT
followers_count: BIGINT
following: # SMALLINT
friends_count: # BIGINT
geo_enabled: # SMALLINT
has_extended_profile: # SMALLINT
id: BIGINT PRIMARY KEY
id_str: # VARCHAR(30)
is_translation_enabled: # SMALLINT
is_translator: # SMALLINT
lang: # VARCHAR(10)
listed_count: # BIGINT
location: # TEXT
name: # VARCHAR (50)
needs_phone_verification: #SMALLINT
notifications: # SMALLINT
profile_background_color: # CHAR(6) (is a Hex Color Code)
profile_background_image_url: # TEXT
profile_background_image_url_https: # TEXT
profile_background_tile: # SMALLINT
profile_banner_url: # TEXT
profile_image_url: # TEXT
profile_image_url_https: # TEXT
profile_link_color: # CHAR(6) (is a Hex Color Code)
profile_sidebar_border_color: # CHAR(6) (is a Hex Color Code)
profile_sidebar_fill_color: # CHAR(6) (is a Hex Color Code)
profile_text_color: # CHAR(6) (is a Hex Color Code)
profile_use_background_image: # SMALLINT
protected: # SMALLINT
screen_name: # VARCHAR(50)
status_contributors: # TEXT (Rarely available)
status_coordinates: # TEXT (contains a dict)
status_coordinates_coordinates: # TEXT (Rarely available)
status_coordinates_type: # TEXT (Rarely available)
status_created_at: # DATETIME
status_entities_hashtags: # TEXT (contains a dict)
status_entities_media: # TEXT (contains a dict)
status_entities_symbols: # TEXT (contains a dict) # DE FACTO ALWAYS EMPTY
status_entities_urls: # TEXT (contains a dict)
status_entities_user_mentions: # TEXT (contains a dict)
status_extended_entities_media: # TEXT (contains a dict)
status_favorite_count: # INT
status_favorited: # SMALLINT
status_geo: # TEXT (contains a dict)
status_geo_coordinates: # TEXT (Rarely available)
status_geo_type: # TEXT (Rarely available)
status_id: # BIGINT
status_id_str: # VARCHAR(50)
status_in_reply_to_screen_name: # VARCHAR(50)
status_in_reply_to_status_id: # BIGINT
status_in_reply_to_status_id_str: # VARCHAR(50)
status_in_reply_to_user_id: # BIGINT
status_in_reply_to_user_id_str: # VARCHAR(30)
status_is_quote_status: # SMALLINT
status_lang: VARCHAR(10)
status_place: # TEXT (contains a dict)
status_place_bounding_box_coordinates: # TEXT (Rarely available)
status_place_bounding_box_type: # TEXT (Rarely available)
status_place_contained_within: # TEXT (Rarely available)
status_place_country: # TEXT (Rarely available)
status_place_country_code: # TEXT (Rarely available)
status_place_full_name: # TEXT (Rarely available)
status_place_id: # TEXT (Rarely available)
status_place_name: # TEXT (Rarely available)
status_place_place_type: # TEXT (Rarely available)
status_place_url: # TEXT (Rarely available)
status_possibly_sensitive: # SMALLINT
status_quoted_status_id: # BIGINT
status_quoted_status_id_str: # VARCHAR(50)
status_retweet_count: # INT
status_retweeted: # SMALLINT
status_retweeted_status_contributors: # TEXT (Rarely available)
status_retweeted_status_coordinates: # TEXT (contains a dict)
status_retweeted_status_created_at: # DATETIME
status_retweeted_status_entities_hashtags: # TEXT (contains a dict)
status_retweeted_status_entities_media: # TEXT (contains a dict)
status_retweeted_status_entities_symbols: # TEXT (Rarely available)
status_retweeted_status_entities_urls: # TEXT (contains a dict)
status_retweeted_status_entities_user_mentions: # TEXT (contains a dict)
status_retweeted_status_extended_entities_media: # TEXT (contains a dict)
status_retweeted_status_favorite_count: # INT
status_retweeted_status_favorited: # SMALLINT
status_retweeted_status_geo: # TEXT (contains a dict)
status_retweeted_status_id: # BIGINT
status_retweeted_status_id_str: # VARCHAR(50)
status_retweeted_status_in_reply_to_screen_name: # VARCHAR(30)
status_retweeted_status_in_reply_to_status_id: # BIGINT
status_retweeted_status_in_reply_to_status_id_str: # VARCHAR(50)
status_retweeted_status_in_reply_to_user_id: # BIGINT
status_retweeted_status_in_reply_to_user_id_str: # VARCHAR(30)
status_retweeted_status_is_quote_status: # SMALLINT
status_retweeted_status_lang: # VARCHAR(10)
status_retweeted_status_place: # TEXT (contains a dict)
status_retweeted_status_possibly_sensitive: # SMALLINT
status_retweeted_status_quoted_status_id: # BIGINT
status_retweeted_status_quoted_status_id_str: # VARCHAR(50)
status_retweeted_status_retweet_count: # INT
status_retweeted_status_retweeted: # SMALLINT
status_retweeted_status_source: # TEXT
status_retweeted_status_full_text: # TEXT
status_retweeted_status_truncated: # SMALLINT
status_source: # TEXT
status_full_text: # TEXT
status_truncated: # SMALLINT
statuses_count: BIGINT
suspended: # SMALLINT
time_zone: # TEXT (Rarely available)
translator_type: # VARCHAR(50)
url: # TEXT
verified: # BOOLEAN
utc_offset: # TEXT (Rarely available)
# ================== Notification Emails =====================
notifications:
email_to_notify: # [email protected]
# mailgun details
# (find them under the respective domain name here: https://mailgun.com/app/domains)
mailgun_default_smtp_login:
mailgun_api_base_url:
mailgun_api_key: