Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kitcrawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitcrawler

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

KITCrawler

Fetch lecture PDFs with ease.

It currently supports crawling PDFs for lectures from the studium.kit.edu page, but can be easily extended to fetch PDFs from other services.

Requirements

  • ruby (>= 1.9, but 1.8 might also be okay)
  • bundler (or install the required gems (see Gemfile) manually)
  • linux (with curl, might also work on other Unixes)

Install

Simply run

	gem install kitcrawler

to install the gem (it's often a bit behind the repo).

Or run it from source.

	git clone https://github.com/parttimenerd/KITCrawler
	cd KITCrawler
	bundle install
``


Usage
-------------------
Run
kitcrawler add NAME
to add a new fetch job named `NAME`. This will prompt you to pass an entry URL to the site, etc.

To finally run your jobs use
kitcrawler fetch

It also supports some command line parameters, run `kitcrawler` to see an explanation.

License
-------------------
The code is GNU GPL v3 licensed.

FAQs

Package last updated on 12 Jul 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc