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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gameyamlspiderandgenerator-1.6.14.tar.gz.
File metadata
- Download URL: gameyamlspiderandgenerator-1.6.14.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18980fa06bc18718fac21db4046539ab848ed67a8f127996871630858f8882cd
|
|
| MD5 |
61986afbf02bdb5a352a9adeb3e98552
|
|
| BLAKE2b-256 |
4008f79e607fd0eb038979bfcad3b1e17baf44043df9659f5d5cc7b66e45c7ae
|
File details
Details for the file gameyamlspiderandgenerator-1.6.14-py3-none-any.whl.
File metadata
- Download URL: gameyamlspiderandgenerator-1.6.14-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93d2cac8445aec960046023a793ea1694b389393cd09ad9027d81e5e6e1f1807
|
|
| MD5 |
78cdcd861be2e71687f03b138ba29b34
|
|
| BLAKE2b-256 |
3b63a478a35604401a001a7f0bc715abe213b356cca037cef409041f1f2cc05a
|