All Projects → Exceen → 4chan Downloader

Exceen / 4chan Downloader

Licence: mit
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to 4chan Downloader

Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+11936.03%)
Mutual labels:  crawler, downloader, download
Downthemall
The DownThemAll! WebExtension
Stars: ✭ 512 (+276.47%)
Mutual labels:  downloader, download, download-manager
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (+146.32%)
Mutual labels:  downloader, download, download-manager
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (+15.44%)
Mutual labels:  crawler, download, download-manager
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (-30.88%)
Mutual labels:  downloader, download, download-manager
Bilili
🍻 bilibili video (including bangumi) and danmaku downloader | B站视频(含番剧)、弹幕下载器
Stars: ✭ 379 (+178.68%)
Mutual labels:  crawler, downloader, download
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-37.5%)
Mutual labels:  downloader, download, download-manager
Pget
The fastest file download client
Stars: ✭ 724 (+432.35%)
Mutual labels:  downloader, download
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+480.15%)
Mutual labels:  crawler, downloader
Tumblthree
A Tumblr Blog Backup Application
Stars: ✭ 923 (+578.68%)
Mutual labels:  crawler, downloader
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-46.32%)
Mutual labels:  downloader, download
Flickr Set Get
A simple command line app to download photos from a flickr set
Stars: ✭ 57 (-58.09%)
Mutual labels:  downloader, download
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+800%)
Mutual labels:  crawler, downloader
Motrix
A full-featured download manager.
Stars: ✭ 29,357 (+21486.03%)
Mutual labels:  download, download-manager
Fast Android Networking
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Stars: ✭ 5,346 (+3830.88%)
Mutual labels:  downloader, download
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+489.71%)
Mutual labels:  downloader, download
Flutter downloader
Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android. Maintainer: @hnvn
Stars: ✭ 546 (+301.47%)
Mutual labels:  downloader, download-manager
Dl
🍗 a concurrent http file downloader
Stars: ✭ 68 (-50%)
Mutual labels:  downloader, download-manager
Okhttps
如艺术一般优雅,像 1、2、3 一样简单,前后端通用,轻量却强大的 HTTP 客户端(同时支持 WebSocket 与 Stomp 协议)
Stars: ✭ 92 (-32.35%)
Mutual labels:  download, download-manager
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+838.24%)
Mutual labels:  downloader, download

4chan-downloader

Python script to download all images/webms of a 4chan thread

Download Script

The main script is called inb4404.py and can be called like this: python inb4404.py [thread/filename]

usage: inb4404.py [-h] [-c] [-d] [-l] [-n] [-r] thread

positional arguments:
  thread              url of the thread (or filename; one url per line)

optional arguments:
  -h, --help          show this help message and exit
  -c, --with-counter  show a counter next the the image that has been
                      downloaded
  -d, --date          show date as well
  -l, --less          show less information (surpresses checking messages)
  -n, --use-names     use thread names instead of the thread ids
                      (...4chan.org/board/thread/thread-id/thread-name)
  -r, --reload        reload the queue file every 5 minutes

You can parse a file instead of a thread url. In this file you can put as many links as you want, you just have to make sure that there's one url per line. A line is considered to be a url if the first 4 letters of the line start with 'http'.

If you use the --use-names argument, the thread name is used to name the respective thread directory instead of the thread id.

Thread Watcher

This is a work-in-progress script but basic functionality is already given. If you call the script like

python thread-watcher.py -b vg -q mhg -f queue.txt -n "Monster Hunter"

then it looks for all threads that include mhg inside the vg board, stores the thread url into queue.txt and adds /Monster-Hunter at the end of the url so that you can use the --use-names argument from the actual download script.

Legacy

The current scripts are written in python3, in case you still use python2 you can use an old version of the script inside the legacy directory.

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].