-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py
More file actions
29 lines (24 loc) · 707 Bytes
/
config.py
File metadata and controls
29 lines (24 loc) · 707 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
29
# target wechat user to response
wechat_user = 'target user to respond'
# chrome driver path
driver_path = './chromedriver'
# API Keys
weather_api = "open weather api"
lta_api = "lta datamall api"
news_api = "news api"
url_api = 'url shorten api'
url_workspace = 'url shorten workspace id'
# news
news_latest = 7
news_sources = ['bbc-news', 'cnn']
news_article_cnt = 10
# jobstreet
js_username = 'jobstreet username'
js_password = 'jobstreet password'
js_url = 'https://myjobstreet.jobstreet.com.sg/home/login.php'
js_pages = 1
js_email = 'email sender'
js_email_password = 'email sender password'
# platts
platts_url = "https://www.spglobal.com/platts/en/market-insights/latest-news#"
platts_pages = 1