A useful tool for generating Furrygameindex yaml files
Project description
Quick Start
Install
pip install gameyamlspiderandgenerator -i https://pypi.org/simple
# install extra hook
# pip install yamlgenerator-hook-openai
python3.10
Create a new configuration file
- config.yaml
plugin:
- steam
- itchio
hook:
- search
- validate
# - openai
# if you don't want to set proxy, please fill in {}
proxy: { }
# http: socks5://127.0.0.1:7891
# https: socks5://127.0.0.1:7891
api:
google-play: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90 # Get your api key via serpapi.com
apple: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90
openai: yourkey
git_proxy: null # your git proxy website
Try to make yaml data file
python3.10 -m gameyamlspiderandgenerator -f /home/user/desktop/config.yaml https://store.steampowered.com/app/290340/Armello/ -o 1.zip
# or omit some options
python3.10 -m gameyamlspiderandgenerator https://store.steampowered.com/app/290340/Armello/
or use the library in your script
from gameyamlspiderandgenerator import produce_yaml
from gameyamlspiderandgenerator.util.config import config
from gameyamlspiderandgenerator.util.plugin_manager import pkg
config.load("/home/user/desktop/config.yaml")
pkg.init()
print(produce_yaml("https://store.steampowered.com/app/1470120/Atopes/"))
More: see API Reference
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for gameyamlspiderandgenerator-1.7.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 787ac7e0d884843d1974883ae2b97a10f29d6de8ea5d233966f63283d3355157 |
|
MD5 | 815eb8f1c902a02d585ddf93789a6b6b |
|
BLAKE2b-256 | 8ebcb8b6e525e5ffd1110df4b04e4d9e01a8f44711d97e142691ed1c9120035b |
Close
Hashes for gameyamlspiderandgenerator-1.7.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b86c14ef0d070ae8f29cb59f90edab7f5f8a1fc2e571b2251580bea2ab6d10c1 |
|
MD5 | fcbe369555033f8ba31a83b98ab86bd7 |
|
BLAKE2b-256 | 0ab4aa331a9bfe12cf5295fa319b08f6707da7d056366de755a28b3204d52d53 |