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.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2da68f22ff35d5e9275dcfb4943ff658087e3121cc17392d3ee1626d4fef8f80 |
|
MD5 | 6521e659696fc2fec60bf3050760ca6f |
|
BLAKE2b-256 | 4e8ec20f23673529d1a51b37d53883127970f2640aaef85efc927447a1f95cfb |
Close
Hashes for gameyamlspiderandgenerator-1.7.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062c0a7d5613e9affe03f2717ba19cb2c0b174f99c03b1d63c81c489af0afb3d |
|
MD5 | 69af7b309d7409abb9b9bd4419a3b125 |
|
BLAKE2b-256 | 944d841c23dcedbfbad0b4454643c05292f43e693c70a734519f0cdf2d77d51d |