You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/eval-exec/goodreads

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/eval-exec/goodreads

v0.0.0-20211022042328-115bae410d3b
Source
Go
Version published
Created
Source

goodreads crawler

Go Report Card Coverage codeql-analysis LICENSE Godoc

About The Project

usage:

  • proxy-server: optional
  • tag: optional, if empty, all tags will be visited
  • debug: optional, enable debug mode?

> go build .
> ./goodreads -h
a simple goodread quote crawler

Usage:
  goodreads [flags]

Examples:
./goodreads --proxy-server http://127.0.0.1:1081 --tag hope --debug

Flags:
      --debug                 debug mode?
  -h, --help                  help for goodreads
      --proxy-server string   proxy server to use
      --tag string            optional: specify a tag to scrape?

> ./goodreads --proxy-server http://127.0.0.1:1081 --tag hope --debug

then check the goodreads.csv file

FAQs

Package last updated on 22 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts