Fr75s / bigscraperqt

Easy to use GUI Scraping tool; supports LaunchBox and more
https://fr75s.github.io/bigscraperqt
GNU General Public License v3.0
7 stars 1 forks source link

bigscraper-qt

VISIT THE WEBSITE HERE

GUI Scraping tool

Bigscraper-qt is a tool you can use to scrape the LaunchBox Games Database and more. With a simple GUI, you can easily scrape metadata for a variety of systems.

If you want more information, head to the website. This README mainly serves as information regarding the development of bigscraper-qt.

Need help? For quick support or light feature suggestions, Visit the Discord Server. If it is a problem of a big enough scope, you may put it into the issue tracker..

Running from Source

Ensure you have the following dependencies installed:

Then, download the source code.

$ git clone https://github.com/Fr75s/bigscraperqt.git
$ cd bigscraperqt

After you download the source code, simply run the following. To see available flags, append -h.

$ python3 -m bsqt

Building from Source

To build from source, first clone the repository.

$ git clone https://github.com/Fr75s/bigscraperqt.git
$ cd bigscraperqt

Then, simply run one of the following, depending on which version to build:

Appimage:
$ appimage-builder --skip-tests

Flatpak:
$ flatpak-builder build io.github.fr75s.bigscraper-qt.json --force-clean [...]

Planned Features

A list of new planned features are below.