Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/similato87/gamediscountfinder
Game Discount Finder is an open-source tool to scrape game discount information from various platforms, perform statistical analysis, and present the data as informative pop-ups.
https://github.com/similato87/gamediscountfinder
Last synced: 19 days ago
JSON representation
Game Discount Finder is an open-source tool to scrape game discount information from various platforms, perform statistical analysis, and present the data as informative pop-ups.
- Host: GitHub
- URL: https://github.com/similato87/gamediscountfinder
- Owner: similato87
- Created: 2024-01-07T03:19:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T03:41:19.000Z (about 1 year ago)
- Last Synced: 2024-11-05T15:04:12.754Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Discount Finder
## Description
Game Discount Finder is an open-source tool to scrape game discount information from various platforms, perform statistical analysis, and present the data as informative pop-ups.## Installation
```bash
git clone https://github.com/similato87/GameDiscountFinder.git
cd game-discount-finder
pip install -r requirements.txt
```## Usage
Run python src/main.py to start the application.