Skip to content

stvn1337/PbScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PbScraper

A python script to scrape Photobucket for public albums with public facing photos

Requries: BeautifulSoup4 (install via pip)

usage: PbScraper.py [-h] [--username USERNAME] [--startnum STARTNUM] [--endnum ENDNUM]

optional arguments: -h, --help show this help message and exit --username USERNAME Username you are scraping with. --startnum STARTNUM Appended number starts at this integer. --endnum ENDNUM Appended number ends at this integer.

Simply execute like so: python .\PbScraper.py --username ellie --startnum 1 --endnum 9999

This will cycle through each number and post the results of the scrape.

About

A python script to scrape Photobucket for public albums with public facing photos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages