https://github.com/animenosekai/siesta-providers
https://github.com/animenosekai/siesta-providers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/animenosekai/siesta-providers
- Owner: Animenosekai
- License: mit
- Created: 2022-10-26T00:03:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T16:48:03.000Z (over 1 year ago)
- Last Synced: 2025-01-04T03:12:51.670Z (6 months ago)
- Language: Python
- Homepage: siesta-providers.vercel.app
- Size: 27.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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://\/market](http://localhost:80/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.
```bash
# using the Provider ID
siesta install
``````bash
# using a direct link
siesta install https://
``````bash
# using git
siesta install git+https://github.com/Animenosekai/something-something.git
```## Uploading a provider
You will need to read through the [specifications](./specifications.md) 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`](./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*](https://github.com/Animenosekai/siesta-providers/issues) on this GitHub repository.
## Copyright
- Animenosekai *— Original author —*