All Projects → songtianyi → Laosj

songtianyi / Laosj

Licence: apache-2.0
golang light-weight image crawler

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Laosj

Tumblthree
A Tumblr Blog Backup Application
Stars: ✭ 923 (+363.82%)
Mutual labels:  crawler, downloader
Goscraper
Golang pkg to quickly return a preview of a webpage (title/description/images)
Stars: ✭ 72 (-63.82%)
Mutual labels:  crawler, image
Disec
Distributed Image Search Engine Crawler
Stars: ✭ 11 (-94.47%)
Mutual labels:  crawler, image
Pornhub Downloader
Download videos from pornhub.
Stars: ✭ 346 (+73.87%)
Mutual labels:  crawler, downloader
Bbwebimage
A high performance Swift library for downloading, caching and editing web images asynchronously.
Stars: ✭ 128 (-35.68%)
Mutual labels:  image, downloader
Bilili
🍻 bilibili video (including bangumi) and danmaku downloader | B站视频(含番剧)、弹幕下载器
Stars: ✭ 379 (+90.45%)
Mutual labels:  crawler, downloader
Lxspider
爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、百度指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书》
Stars: ✭ 60 (-69.85%)
Mutual labels:  crawler, douban
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (-71.36%)
Mutual labels:  crawler, downloader
Moodle Downloader 2
A Moodle downloader that downloads course content fast from Moodle (eg. lecture pdfs)
Stars: ✭ 118 (-40.7%)
Mutual labels:  crawler, downloader
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (-42.71%)
Mutual labels:  crawler, douban
Dezoomify
Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
Stars: ✭ 323 (+62.31%)
Mutual labels:  image, downloader
Python Dcdownloader
由Python编写的全异步实现的动漫之家(dmzj)漫画批量下载器(爬虫)
Stars: ✭ 146 (-26.63%)
Mutual labels:  crawler, downloader
Gallery Dl
Command-line program to download image galleries and collections from several image hosting sites
Stars: ✭ 4,199 (+2010.05%)
Mutual labels:  image, downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+296.48%)
Mutual labels:  crawler, downloader
Pyinstastories
Python script to download Instagram stories from Instagram users.
Stars: ✭ 260 (+30.65%)
Mutual labels:  image, downloader
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-77.39%)
Mutual labels:  image, downloader
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+8125.63%)
Mutual labels:  crawler, downloader
img-cli
An interactive Command-Line Interface Build in NodeJS for downloading a single or multiple images to disk from URL
Stars: ✭ 15 (-92.46%)
Mutual labels:  crawler, downloader
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+515.08%)
Mutual labels:  crawler, downloader
4chan Downloader
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
Stars: ✭ 136 (-31.66%)
Mutual labels:  crawler, downloader

laosj(老司机)

Build Status Go Report Card codebeat badge License

logo

基于goquery的轻量级爬图工具。

展示

laosj-demo

CLI

go install github.com/songtianyi/laosj/cmds/laosj

图片源

  • aiss(已不可用)

    ./laosj help aiss
    ./laosj aiss 
    
  • douban相册

    # help
    ./laosj help douban
    # 测试用
    ./laosj douban
    # 火力全开
    ./laosj --all --dir /your/local/disk/path douban --sp 1 --lp 254
    # 随意开火
    ./laosj --all --dir /your/local/disk/path douban --album_id 105181925 --sp 1 --lp 23
    
  • 妹子图

    ./laosj help mzitu
    # 测试用
    ./laosj mzitu
    # 火力全开
    ./laosj --all --dir /your/local/disk/path mzitu --sg 15850 --eg 15900
    
  • 妹子图自拍(待重构)

  • javlibrary(待重构)

代码上手

下载
go get -u -v github.com/songtianyi/laosj
安装redis
略,使用redis作为下载队列需安装
golang.org/x依赖安装
mkdir $GOPATH/src/golang.org/x
cd $GOPATH/src/golang.org/x
git clone https://github.com/golang/net.git
编译并运行
cd cmds/laosj/ && go build .
./laosj douban --sp 1
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].