A useful tool for generating Furrygameindex yaml files
Reason this release was yanked:
bug
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.6.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e2c4da31309bba24e77b84d5a06f3506ae48c06a6aae45db86a06a3f304c240 |
|
MD5 | 09a57c5160053c7df625e821cf50366c |
|
BLAKE2b-256 | 13d98aac15a7aa726cab8192cb5c1ad0bfb6f3540e2a13715217f9ed3c0bfdc5 |
Close
Hashes for gameyamlspiderandgenerator-1.6.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23741d113f4d8f6cde421325df83e4017c046c0c5a4ef2447415c02a77cae316 |
|
MD5 | 5576c9c638d47430c6429f64cc0f4d15 |
|
BLAKE2b-256 | a1c03fa45022a2dba613edcc5aa0b6739221bc19447e18c5751a7e187b5cf808 |