Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonystrawberry/tcj-nihongo-crawler
- Owner: tonystrawberry
- Created: 2024-09-07T05:15:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T05:18:28.000Z (2 months ago)
- Last Synced: 2024-09-29T01:42:52.527Z (about 1 month ago)
- Topics: crawler, scraper, selenium, selenium-webdriver
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.