Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckoeidechse/thunderstore-scraper
https://github.com/geckoeidechse/thunderstore-scraper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/geckoeidechse/thunderstore-scraper
- Owner: GeckoEidechse
- Created: 2024-02-15T23:25:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T23:32:00.000Z (11 months ago)
- Last Synced: 2024-10-15T07:45:06.934Z (3 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thunderstore-scraper
A simple Python script written for personal use to scrape the [Northstar Thunderstore](https://northstar.thunderstore.io/) and download the latest release of mods for local analysis.
## Usage
Use [Python Poetry](https://python-poetry.org/)
Install dependencies
```sh
poetry install
```Run in interactive mode or spawn a shell with poetry (`poetry shell`) and run `scraper.py` form there.