Skip to content

eyewritecode/jlpt-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLPT Grammar(for now) FlashCard Image Crawler

A Go CLI tool to fetch and download grammar flashcards for a specified JLPT level (N1 ~ N5) from JLPT Sensei.

Features

  • CLI Interface: Choose the JLPT level with a flag (--level n3, etc.)
  • Support Pagination: Crawls all grammar pages for the chosen level
  • Image Download: Downloads grammar flashcard
  • Progress Bar: Show progress of downloads in the terminal

Usage

1. Build the CLI

go build -o jlpt

2. Run the CLI

# Use any JLPT level are supported
./jlpt grammar --level=n5

3. Downloaded Files

Downloaded flashcard will be saved in the images/ folder

About

Go lang crawler to download JLPT grammar list cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages