Skip to content

a scrapper for the acbl live bridge club website. Pulls data from the webpage and moves it to a mariadb

License

Notifications You must be signed in to change notification settings

atroposfate/acblclub-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acblclub-scrap

a scrapper for the acbl live bridge club website. Pulls data from the webpage and moves it to a mariadb

the project needs a db.json file in the settings folder and contain these columns to connect. You need to create the user and the database in your instance of mariadb before running this

{ "system":"mariadb", "user":"username", "password":"passwd", "host":"", "port":3306, "database":"bridge_live_results" }

In the Crawler you will need to update the club URLs "start_urls". Replace the clubs in there with the url from the club you are interested in in the acbl live website. They are currently set for a few in Calgary Alberta

The program can be run with a couple paramaters --rebuild deletes all databases and reruns the crawler --date_limit prevents it from grabbing data that is older than 14 days, if the data has been stored already no sense hammering the website again

About

a scrapper for the acbl live bridge club website. Pulls data from the webpage and moves it to a mariadb

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages