Skip to content

Go Tool that scrapes images from websites and uploads them to imgur

License

Notifications You must be signed in to change notification settings

brizinger/GoScrapey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoScrapey CodeScan Go Report Card codebeat badge

Go tool that scrapes images from websites and downloads them locally or uploads them to Imgur.

Uses cobra and go-homedir

Install

go build .

Or use the Makefile provided:

make build will build the tool and place the binary in the folder bin as scrapey.

Usage

scrapey https://www.google.com/ will download the images from google.com and place them in a default location (home directory).

You can also use the -d (--directory) flag to place the images in another location. The -u flag will upload all images to an imgur album.

Note: The tool needs a Client-ID, which it reads from a file (ID.txt) placed in the root of the project. You need to supply your own Client-ID, which could be retrieved from the official Imgur api if you are going to make changes or do not want to use the already build file.

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0

About

Go Tool that scrapes images from websites and uploads them to imgur

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published