All Projects → antoniocoratelli → web-clipper

antoniocoratelli / web-clipper

Licence: BSD-3-Clause license
Easily download the main content of a web page in html, markdown, and/or epub format from command line.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to web-clipper

onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+120%)
Mutual labels:  ebook, epub
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+313.33%)
Mutual labels:  ebook, epub
readability-cli
A CLI for Mozilla Readability. Get clean, uncluttered, ready-to-read HTML from any webpage!
Stars: ✭ 41 (+173.33%)
Mutual labels:  webpage, scraping
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+146.67%)
Mutual labels:  ebook, epub
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+40653.33%)
Mutual labels:  ebook, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+1513.33%)
Mutual labels:  ebook, epub
Wuxiaworld-2-eBook
This Python script will download chapters from novels availaible on wuxiaworld.com saves then into the .epub format
Stars: ✭ 90 (+500%)
Mutual labels:  ebook, epub
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (+1326.67%)
Mutual labels:  ebook, epub
fimfic2epub
📚 Chrome/Firefox extension & npm package for improved EPUB export on fimfiction.net
Stars: ✭ 17 (+13.33%)
Mutual labels:  ebook, epub
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+186.67%)
Mutual labels:  ebook, epub
epubtool
A tool to manipulate ePub files.
Stars: ✭ 17 (+13.33%)
Mutual labels:  ebook, epub
react-native-ebook
React Native E-book (.mobi, .epub)
Stars: ✭ 45 (+200%)
Mutual labels:  ebook, epub
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+1373.33%)
Mutual labels:  ebook, epub
Goscraper
Golang pkg to quickly return a preview of a webpage (title/description/images)
Stars: ✭ 72 (+380%)
Mutual labels:  url, webpage
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+1400%)
Mutual labels:  ebook, epub
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+246.67%)
Mutual labels:  ebook, epub
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+1006.67%)
Mutual labels:  ebook, epub
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+1093.33%)
Mutual labels:  ebook, epub
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (+26.67%)
Mutual labels:  ebook, epub
epub kitty
a beautiful flutter epub reader!
Stars: ✭ 49 (+226.67%)
Mutual labels:  ebook, epub

web-clipper

Easily download the main content of a web page in html, markdown, and/or epub format from command line.

Dependencies

This project was developed on Ubuntu 14.04, but should run smoothly on any Linux distribution with python3 and virtualenv support.

sudo apt-get -y install \
    git-core \
    python3 python3-pip python-virtualenv \
    python-tk openjdk-7-jdk libxml2-dev libxslt1-dev pandoc \
    && \
sudo apt-get -y build-dep \
    python-imaging \
    && \
pip3 install --user --upgrade \
    pip virtualenv

Setup

git clone https://github.com/antoniocoratelli/web-clipper.git && cd web-clipper && ./init-venv.sh

Usage

See script help: ./web-clipper -h

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].