https://github.com/darkcode01/streamelopers-cli
CLI create by Streamelopers for generate our configuration on OBS.
https://github.com/darkcode01/streamelopers-cli
cli obs python-script python3 stremelopers
Last synced: 6 months ago
JSON representation
CLI create by Streamelopers for generate our configuration on OBS.
- Host: GitHub
- URL: https://github.com/darkcode01/streamelopers-cli
- Owner: DarkCode01
- License: mit
- Created: 2020-02-08T14:19:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:42:10.000Z (about 3 years ago)
- Last Synced: 2025-09-07T22:44:04.724Z (6 months ago)
- Topics: cli, obs, python-script, python3, stremelopers
- Language: Python
- Homepage: https://streamelopers.org/
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Streamelopers CLI - [Config File Generator] ⚙️🚀

This project is to provide to all dev for streamer from dominican republic all cofig or tools tha we are using when we create a stream, this project is to collaborate for all users can stream whatever conference, panel, activity in Dominican Republic or from the other country, without have to configurate all OBS for you.
## Getting Started
You have to install [`sdcli`](https://pypi.org/manage/project/sdcli/releases/) library from [Pypi](https://pypi.org/).
### Installing
```
python3 -m pip install -U sdcli
```
Run `sdcli` to test if library was installed.
```
sdcli --help
```
#### Create a simple config file with scenes collection of a speaking.
```
sdcli generate --name test
```
That command generate a new file config with yours scenes collection, in the folder `sdcli` Home on your computer.
## Built With
* [Click](https://click.palletsprojects.com/) - The library to manage all arguments.
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Jose Segura** - *Initial work* - [Darkcoder](https://github.com/Darkcode01)