Skip to content

LuaxY/UbisoftJobCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubisoft Job Crawler

Crawl SmartRecruiters website for new Ubisoft jobs on target city.
Send new offers to IFTTT WebHook

go build -o ubisoft main.go
./ubisoft -city {CITY} -ifttt-event {EVENT} -ifttt-key {KEY}

You can create cron task to run crawler every day at 10 AM

0 10 * * * /path/to/ubisoft -city Montreal -ifttt-event UbisoftJob -ifttt-key {KEY} >/dev/null 2>&1 

Releases

No releases published

Packages

No packages published

Languages