forked from olozhika/ArXivDaily_StarFormation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
37 lines (32 loc) · 821 Bytes
/
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
# encoding: utf-8
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
# Authentication for user filing issue (must have read/write access to repository to add issue to)
USERNAME = 'Zyzzyva0381'
ISSUE_TO_COMMENT = 8
# The repository to add this issue to
REPO_OWNER = 'Zyzzyva0381'
REPO_NAME = 'ArXivDaily_Windy'
# Set new submission url of subject
NEW_SUB_URL = 'https://arxiv.org/list/eess.AS/new'
TARGET_TITLES = [
"New submissions",
"Cross submissions"
]
# Keywords to search
KEYWORD_LIST = [
"acoustic",
"reinforcement learning",
"reverb",
"meta",
"separate",
"reconstruction",
"noise",
"enhance",
"localization",
"speech"
]
# Keywords to exclude
KEYWORD_EX_LIST = []