Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x7md-lab/tsurekano-api
an API give you random screenshot form tsurekano
https://github.com/x7md-lab/tsurekano-api
anime tsurekano
Last synced: 2 months ago
JSON representation
an API give you random screenshot form tsurekano
- Host: GitHub
- URL: https://github.com/x7md-lab/tsurekano-api
- Owner: x7md-lab
- Created: 2022-08-21T06:57:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T08:12:24.000Z (over 2 years ago)
- Last Synced: 2024-07-29T16:53:02.085Z (5 months ago)
- Topics: anime, tsurekano
- Homepage: https://tsurekano.x7md.workers.dev/random
- Size: 287 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsurekano-api
### What is this?
Data as JSON for images form **tsurekano**```mermaid
flowchart TD
A{Google Colab} -- Download EPs --> B(Extract images using ffmpeg)
B --> C[(Move images
to Google Drive)]
C --> D{Google Apps Script} -- Read all folders --> E(Make JSON File)
```