All Projects → theaquacadet → Pillager

theaquacadet / Pillager

Licence: unlicense
A wget script that makes pillaging websites much easier.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pillager

ubuntu
Install ubuntu in Termux Without Rooted Device
Stars: ✭ 77 (-28.04%)
Mutual labels:  wget, bash-script
Rsget
A simple command line utility to download a remote file, similar to wget. This is not intended to be a full feature wget replacement but a simple tool to test few Rust crates.
Stars: ✭ 98 (-8.41%)
Mutual labels:  wget
Archivebox
🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...
Stars: ✭ 12,383 (+11472.9%)
Mutual labels:  wget
Http Client
A high-performance, high-stability, cross-platform HTTP client.
Stars: ✭ 86 (-19.63%)
Mutual labels:  wget
Scotty
Helper scripts for GitHub Enterprise admins
Stars: ✭ 77 (-28.04%)
Mutual labels:  bash-script
Bash Utility
Bash library which provides utility functions and helpers for functional programming in Bash.
Stars: ✭ 92 (-14.02%)
Mutual labels:  bash-script
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-40.19%)
Mutual labels:  wget
Archtorify
Transparent proxy through Tor for Arch Linux OS
Stars: ✭ 100 (-6.54%)
Mutual labels:  bash-script
Synonym
Find synonyms in 15 different languages directly from your terminal.
Stars: ✭ 95 (-11.21%)
Mutual labels:  bash-script
Spring Boot Shopping Cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
Stars: ✭ 85 (-20.56%)
Mutual labels:  bash-script
Memcache Info
Simple and efficient way to show information about Memcache.
Stars: ✭ 84 (-21.5%)
Mutual labels:  bash-script
Plexus
A suite of tools to help manage your media collection.
Stars: ✭ 78 (-27.1%)
Mutual labels:  bash-script
Gnome Dash Fix
Sort GNOME apps dashboard by category.
Stars: ✭ 92 (-14.02%)
Mutual labels:  bash-script
Git Gud
A simple git commit checker
Stars: ✭ 77 (-28.04%)
Mutual labels:  bash-script
Tmux Xpanes
Awesome tmux-based terminal divider
Stars: ✭ 1,370 (+1180.37%)
Mutual labels:  bash-script
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-36.45%)
Mutual labels:  bash-script
I3lock Fancy
i3lock script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
Stars: ✭ 1,249 (+1067.29%)
Mutual labels:  bash-script
Pornhub Downloader
Bash Script for downloading content from PornHub (the easy way)
Stars: ✭ 87 (-18.69%)
Mutual labels:  bash-script
Openfolderinvscode
With this macOS service, you can quickly open any given folder as a project in Visual Studio Code from the Finders context menu.
Stars: ✭ 105 (-1.87%)
Mutual labels:  bash-script
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: ✭ 102 (-4.67%)
Mutual labels:  wget
______    _____  __       __                    _____  _______   _____              
|  __ \  |_   _| | |      | |          /\      / ____| |  ____| |  __ \ 
| |__) |   | |   | |      | |         /  \    | |  __  | |__    | |__) |
|  ___/    | |   | |      | |        / /\ \   | | |_ | |  __|   |  _  / 
| |       _| |_  | |____  | |____   / ____ \  | |__| | | |____  | | \ \ 
|_|      |_____| |______| |______| /_/    \_\  \_____| |______| |_|  \_\

A wget bash script to download things from sites.

HOW TO USE

After downloading, run the script pillager.sh. A prompt will appear asking for a link to pillage. Copy/paste the link of the website you want to download. By default, this script will recursively download all files in the link, avoiding all index.html files. use -i to include index.html files.

By default this script will download into the current directory. use -d and specify a path to change it.

using -m will mirror the site rather than just grab the files from it. this option is useful for downloading entire sites as they are.

passing -s will give you an estimate of the total size of the link based on mariomaric's script https://github.com/mariomaric/website-size.

When a link is pillaged, the link address will be stored in ~/.pillager/list.

-d [PATH]: Change download directory
-h:        Show a help dialog
-i:        Include index.html files
-m:        Mirror site
-s:        Estimate link size
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].