A useful tool for generating Furrygameindex yaml files
Project description
Quick Start
Install
pip install gameyamlspiderandgenerator
# install extra hook
# pip install yamlgenerator-hook-openai
python3
Create a new configuration file
- config.yaml
hook:
- search
- validate
proxy: { }
# if you don't want to set proxy, please fill in {}
# http: socks5://127.0.0.1:7891
# https: socks5://127.0.0.1:7891
git_proxy: null
hook_configs:
search:
google-play: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90
apple: a714b00383f0662a61b2e382d55c685f17015617aa7048972da58a756fb75e90
Try to make yaml data file
python -m gameyamlspiderandgenerator -f /home/user/desktop/config.yaml https://store.steampowered.com/app/290340/Armello/ -o 1.zip
# or omit some options
python -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-2.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39143f45aacfb221a0dd0af623ef67f274f7ba467d39983fac299077204666b6 |
|
MD5 | 53447921a7c76eedee26a5dd57206742 |
|
BLAKE2b-256 | c227236dd8c753d2bff2f858851661cac8c6de4388fffd366cd7bdcbbe53e453 |
Close
Hashes for gameyamlspiderandgenerator-2.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe0157ba73cda4b89c51a7cc4577a655a18377e4937a70a3f89cf92956c99295 |
|
MD5 | 1c590b5a60234a2eb0d3d5e2d74f0f81 |
|
BLAKE2b-256 | b03f50dd9a0b1810a555be6b3545b15bd30474ff4c2508c87ca4b05f3cdfe56c |