Skip to content

Python scraper using selenium-wire to get Statement data from Guia Bolso and export to CSV

Notifications You must be signed in to change notification settings

brunokuba/guiabolsoextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guiabolso2csv

Python scraper using selenium-wire to get Statement data from Guia Bolso and export to CSV

[update Jun/2021] - There is now a reCaptcha in the login page, which is not supported by the script. The current workaround was adding a breakpoint which allows for manual resolutio of the challenge and once logged in, proceeding with c as per pdb documentation

Requires:

Tested with Chromedriver. Chromedriver binary needs to be placed in the same directory as the .py and needs to be added in PATH.

Usage:

python3 guiabolso.py -username <guia_bolso_username> -password <password> -output_file_name <filename with path>

About

Python scraper using selenium-wire to get Statement data from Guia Bolso and export to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages