Animenosekai / siesta-providers

Home Page:siesta-providers.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

siesta-providers

A repository of Siesta providers

Warning
This repository is made public for the main project's development purposes and contains things which will change in the future.

Installing a provider

Using the website

To install a provider, you can head to your server instance and visit https://<your-server-instance>/market and install one from there.

Using the terminal

You can also install a provider to your local instance without having the server instance running by using the command line.

# using the Provider ID
siesta install <your-provider-id>
# using a direct link
siesta install https://<url>
# using git
siesta install git+https://github.com/Animenosekai/something-something.git

Uploading a provider

You will need to read through the specifications first to have a grasp at how to make your new provider.

To upload a provider, you need to fork this repository, add your new provider to the sources folder and make a pull request.

We will then review your provider and build it shortly after it gets accepted.

Disclaimer

The code of the actual providers are made by the provider maintainers and are not directly associated with this repository.

If you have any claims to make about any of the providers, please open up an issue on this GitHub repository.

Copyright

  • Animenosekai — Original author —

About

siesta-providers.vercel.app

License:MIT License


Languages

Language:Python 100.0%