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
gitToken: 'your token'
api:
google-play: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90 # Get your api key via serpapi.com
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.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ced14eff5d11e82e883712528485a4c56b05fe3f9e34187770b10706621c599b |
|
MD5 | cdda6ab531ff419a7e7f00a498a12be4 |
|
BLAKE2b-256 | 46da17223e3a7cdee6d9f3f2d80b31ff8e65847cf3013f1ca22481c8402c162f |
Close
Hashes for gameyamlspiderandgenerator-1.6.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaa77dc256c1b14f741ecf770bba46261a3af1332843061275e4a41203cdf9af |
|
MD5 | b9c9e893654c33b1f5d656579a9a11d8 |
|
BLAKE2b-256 | 88ed18810a63003504048bc668b12dd05e07b5f2ecc41a1f73a92219acb5df74 |