https://github.com/dnlzrgz/lorekeepers-ledger
A web scraper project that exemplifies the use of Scrapy in a single file.
https://github.com/dnlzrgz/lorekeepers-ledger
scraper scraping scraping-python scrapy
Last synced: over 1 year ago
JSON representation
A web scraper project that exemplifies the use of Scrapy in a single file.
- Host: GitHub
- URL: https://github.com/dnlzrgz/lorekeepers-ledger
- Owner: dnlzrgz
- Created: 2024-10-22T15:52:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T15:10:33.000Z (over 1 year ago)
- Last Synced: 2025-02-15T14:24:18.310Z (over 1 year ago)
- Topics: scraper, scraping, scraping-python, scrapy
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorekeeper's Ledger
This is a small project that utilizes `Scrapy`` in a single file,`main.py`, to scrape data for testing another project I'm developing for a client. I thought it might be interesting to share the concept of using`Scrapy`in a single file, so I decided to publish it.
Another peculiarity of this project is that it uses`uv`to run the script without relying on a`pyproject.toml` to handle the dependencies.
To run the project, you just need to clone this repository and run:
```bash
cd lorekeepers-ledger
# &
uv run main.py
```