Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahsolt/allchan
An image crawler for xChan(4chan/8ch/...) image board.
https://github.com/kahsolt/allchan
4chan 4chan-downloader 8chan crawler image-crawler
Last synced: about 1 month ago
JSON representation
An image crawler for xChan(4chan/8ch/...) image board.
- Host: GitHub
- URL: https://github.com/kahsolt/allchan
- Owner: Kahsolt
- License: wtfpl
- Created: 2018-12-06T12:02:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T12:10:28.000Z (about 6 years ago)
- Last Synced: 2024-11-09T07:47:20.425Z (3 months ago)
- Topics: 4chan, 4chan-downloader, 8chan, crawler, image-crawler
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Allchan
A image crawler for xChan(4chan/8ch/...)
----
# xChan Support
[ ] 2chan
[x] 4chan
[x] 8chan
[ ] ...# Quick Start
`pip3 install -r requirement.txt`
`make watch`
follow the prompting message, enter thread urls that you'd like to watch# User Setting File
- [Config](/allchan.json), these configs override defaults in [settings.py](/allchan/settings.py)
- [Watchlist](/allchan.watchlist), manaully create one if not exists, one thread url per line# Dev/Debug
[Makefile](/Makefile), some frequently used targets
[debug script](/debug.py), I use it to correct database if something is broken----
by kahsolt
2018/11/24