d
This commit is contained in:
parent
6f71d7f25e
commit
9ddf2074ed
55
lib/conf
55
lib/conf
@ -1,55 +0,0 @@
|
||||
|
||||
[jobagent.ch]
|
||||
USER = test@gmx.ch
|
||||
PW = ASK
|
||||
LOGINURL = https://www.jobagent.ch/user/login
|
||||
SCRAPURL = https://www.jobagent.ch/search?terms=Automatiker&lra=0&as=0
|
||||
TAG = Automatiker
|
||||
|
||||
|
||||
[software-job.ch-application-engineer]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://software-job.ch/application-engineer
|
||||
TAG = Informatiker
|
||||
|
||||
[software-job.ch]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://software-job.ch/python-entwicklung
|
||||
TAG = Informatiker,Python
|
||||
|
||||
[jobs.ch_linux]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://www.jobs.ch/en/vacancies/?term=linux
|
||||
TAG = Informatiker,Linux
|
||||
|
||||
|
||||
[jobagent.ch-2]
|
||||
USER = test@gmx.ch
|
||||
PW = ASK
|
||||
LOGINURL = https://www.jobagent.ch/user/login
|
||||
SCRAPURL = https://www.jobagent.ch/search?terms=Informatiker&lra=0&as=0
|
||||
TAG = Informatiker
|
||||
|
||||
[jobs.ch]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL= https://www.jobs.ch/en/vacancies/?term=automatiker
|
||||
TAG = Automatiker
|
||||
|
||||
[jobs.ch_informatiker]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL= https://www.jobs.ch/en/vacancies/?term=informatiker
|
||||
TAG = Informatiker
|
||||
|
||||
|
||||
|
||||
#https://www.jobagent.ch/search?terms=Automatiker&workload=60-100&lra=0&as=0
|
@ -96,7 +96,7 @@ def finder(results,item,**modes):
|
||||
else:
|
||||
content.append(result2.text.strip())
|
||||
if not result:
|
||||
if CLEANDATE:
|
||||
if CLEANDATE or SWAPDATE:
|
||||
today = datetime.today().strftime('%Y-%M-%D')
|
||||
content.append(today)
|
||||
content.append("NOTFound")
|
||||
|
Loading…
Reference in New Issue
Block a user