A useful tool for generating Furrygameindex yaml files
Project description
Quick Start
Install
pip install gameyamlspiderandgenerator -i https://pypi.org/simple
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
gitToken: 'your token'
api:
google-play: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90
apple: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90
openai: yourkey
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.6.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2861cb8c0e5ff1744a33d3626bd2900e4f62d8f2babccc326fc2a8e2fb27879 |
|
MD5 | 226f2a60c2cb070928a8bf42a296af5c |
|
BLAKE2b-256 | 99d4ed4caa0ed8071aeb4e56615e0cb2947767b68198fd9ff67e079f37feb90e |
Close
Hashes for gameyamlspiderandgenerator-1.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5bc69f884aec8c800521c8655e366306b8f3179e54f81bd69bd74469db0d927 |
|
MD5 | 986b664eb576c69f2fd3d8b73c1cc1d5 |
|
BLAKE2b-256 | a80f0e8beb0ae9a0e7f4a776a7cff4777e0deccb0ecbd27b0ff3f667b12e8da7 |