GithubHelp home page GithubHelp logo

ripper's Introduction

ripper

Bulk downloader script

This utility was originally created as a means of downloading a few hundred items from Wikisource. Since then, it's gotten a few overhauls making it progressively uglier, and more to the point requires direct editing of the source code to adapt to a new target. My aim here is to make it more general, flexible, and less ugly.

Status

Version 0.1.0

Almost nothing is properly implemented. There is a foundation for the GenericRipper and Controller classes which appears mostly in order. So far they don't do anything, though, so that's next on the agenda.

General structure

The application consists of one superclass and its three children.

The superclass, GenericRipper, exists simply as an abstract class so that the other three classes will have all their mutual functions.

The root controller class Controller is the muscle of the application. It is the first to be created and the last to die. It manages the web session(s) and file system access in addition to startup and teardown duty.

Each ripper target lives inside a Target class. These handle file naming policy and dictate directory structure to the Controller.

The actual brains is provided by the Processor class. These handle the actual HTML parsing and searching, able to create additional processors and targets as required by the configuration file.


License

This project is licensed under the GNU GPLv3.

ripper's People

Contributors

drsldr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.