https://github.com/slashnephy/5ch-thread-title-collector
5ch のスレタイを収集するスクリプトです。saya の板定義を拡充するために使用しています。
https://github.com/slashnephy/5ch-thread-title-collector
5ch dtv saya
Last synced: 9 months ago
JSON representation
5ch のスレタイを収集するスクリプトです。saya の板定義を拡充するために使用しています。
- Host: GitHub
- URL: https://github.com/slashnephy/5ch-thread-title-collector
- Owner: SlashNephy
- License: mit
- Created: 2021-06-28T05:45:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T22:36:50.000Z (10 months ago)
- Last Synced: 2025-08-31T11:22:41.209Z (10 months ago)
- Topics: 5ch, dtv, saya
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 5ch-thread-title-collector
5ch のスレタイを収集するスクリプトです。[saya の板定義](https://raw.githubusercontent.com/SlashNephy/saya-definitions/master/definitions.yml) を拡充するために使用しています。
```yml
version: '3.8'
services:
collector:
container_name: 5ch-thread-title-collector
image: ghcr.io/slashnephy/5ch-thread-title-collector:master
restart: always
volumes:
- ./result.yml:/result.yml
environment:
BOARD1: swallow.5ch.net/livejupiter
BOARD2: himawari.5ch.net/liveskyp
BOARD3: himawari.5ch.net/livewowow
BOARD4: himawari.5ch.net/weekly
BOARD5: fate.5ch.net/liveuranus
BOARD6: mao.5ch.net/endless
```