Giter VIP home page Giter VIP logo

chandere's Introduction

Chandere An extremely modular asynchronous archiving tool for various imageboards, textboards, and Boorus.

As of 2.5.0, Chandere is abandoned. It has gone through several rewrites, and does not have a large enough userbase to motivate me to continue maintaining it. The current state of the repository is very unstable and marks an attempt at making a more modular interface for adding website and action support. 2.4.1 is stable and works, if you wish to use Chandere. If you are interested in picking up development and maintenance, see HACKING.md and consider contacting me.

Chandere is free software, licensed under the GNU General Public License.

Build Status PyPI Version AUR Version License

Supported Websites

  • 4chan
  • 8chan
  • danbooru
  • dangeru

Supported Features

  • Downloading files
  • Archiving to CSV

Installation

Chandere is packaged in the AUR, so Arch Linux users are encouraged to install Chandere with makepkg.

If you are running a distribution for which Chandere is not yet packaged, or are not running Linux, the suggested means of installation is through Pip.

$ # It is recommended that you use the latest version of pip and setuptools when installing Chandere.
# pip install --upgrade pip setuptools
# pip install --upgrade chandere

If Chandere is installed with Pip or setup.py, manpages will have to be manually moved to your manpath.

$ make doc
# cp docs/*.1.gz /usr/share/man/man1 # The destination path may be different on your system.

Examples

chandere /fit/17018018

Download all images from 'https://boards.4chan.org/fit/thread/17018018/' into the current working directory, preserving the original filenames.

chandere -o "{index}.{ext}" /fit/17018018

Perform the same as the above, but instead save every image to a filename containing the index at which it was encountered.

chandere /tech/ -w 8chan

Download all images from 'https://8ch.net/tech/res/589254.html'.

Extending

See HACKING.md.

TODO

  • Handle files of the same name in the download.py action.
  • Fix ordering of TARGETS.
  • Expose an API such that Chandere can be used as a library.

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.