Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonystrawberry/tcj-nihongo-crawler

🤖 Scraper for personal usage
https://github.com/tonystrawberry/tcj-nihongo-crawler

crawler scraper selenium selenium-webdriver

Last synced: 27 days ago
JSON representation

🤖 Scraper for personal usage

Awesome Lists containing this project

README

        







TCJ Nihongo books screenshot extractor

**This is a project for personal use to extract the screenshots of the `https://tcj-nihongo.actibookone.com` website.**
The generated screenshots are used for personal study purposes only.

## 🚀 Usage

1. Create an `.env` file with the following content.
```
NIHONGO_TCJ_USERNAME=your_username
NIHONGO_TCJ_PASSWORD=your_password
```

2. Install the gems.
```
bundle install
```

3. Run the script.
```
ruby main.rb tcj_nihongo
```

4. Wait for the script to finish. The screenshots will be saved in the `screenshots` folder.