Clip-sub / Tsukuyomi

Manga crawler bot from various sites. WIP. Written in Flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tsukuyomi

Manga crawler bot from various sites. WIP. Written in Flask.

This is probably my first project with Python. I would like to try my luck with one of my ambitous hobby.

In its core, Tsukuyomi is a plain crawler. It crawls data from various manga hosting sites such as Mangafox, Mangareader and combine them into the internal MySQL db.

Following sections show typical data schemes that I'm planning to build:

Models

Manga

  • Title
  • Authors
  • Genres
  • Description
  • Artworks
  • Source
  • Chapters
  • Updated

Chapters

  • Title
  • Number
  • Upload Date

On Mac

brew services start mariadb

About

Manga crawler bot from various sites. WIP. Written in Flask.


Languages

Language:Python 65.9%Language:HTML 33.3%Language:Shell 0.8%