Skip to content

A python script that downloads all images from an 8chan thread

Notifications You must be signed in to change notification settings

fourfivesix/8changrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

#8chan Grabber

###Dependencies:

  • Python2.7
  • BeautifulSoup4

In order to be able to run 8chan Grabber, you'll need to have BeautifulSoup4 installed. This is easily done with pip or easy_install:

######For Pip:

pip install beautifulsoup4'

#####For Easy_install:

easy_install beautifulsoup4

###Usage:

Syntax is ./dl.py [thread url] on GNU/Linux. On all platforms python dl.py [thread url] works.

About

A python script that downloads all images from an 8chan thread

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published