Skip to content

Luis-GA/jobo-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobo-scraper

pypi release codecov

Python library for scraping the Jobo webpage to search the available events.

Installation

$ pip install jobo-scraper

Usage

from jobo_scraper import JoboScraping

jobo = JoboScraping ("<user>", "<password>")

print(jobo.available_events())