Skip to content

Dtar380/VideoService

Repository files navigation



📼 VideoService

The library you needed to create your own Video Service

VideoService is a python library focused on the BackEnd for Video Services, such as YouTube (Note that this library is not used in YouTube, it is just an example).
VideoService uses a JSON DataBase to manage all the Videos on the server and its not dependant on external libraries to work (except for OpenCV and Lingua), all functionalities depend on bare Python libraries.

📑 Table of Content


💙 Main Features

  • Playlists Management
  • Videos Managements
  • File management
  • Easy endpoints access

⬇️ Install package

Make sure you running on Python 3.8 or above

PIP

  • If you want user intended version, run:pip install VideoService

  • If you want tester intended version, run: pip install VideoService[dev]

Cloning repository

  1. Clone this repository or download it
  2. Put the VideoService folder on your project folder
  3. You're good to go

📝 Working On

Im currently documenting the project and solving all known issues(0.2.0 following the convention of Mayor.Minor.Patch)

Already planned releases

VERSION INCLUDES
0.3.0 Include more safety measurements
0.4.0 Function adaptability
0.5.0 Include optimization
1.0.0 First Release Version (refactor)

On consideration

Right now we have three main things in consideration for future updates for this Application, which are:

  • Search Engine: Including our own search engine
  • Query's: Better query's for the videos and playlists

Feel free to open Feature Requests issues to request things related to this concepts such popular IDE's, popular Git services with REST API's (API needed for being able to give support), unwanted types of files and folders generated by WorkSpace creations, etc.

📂 Known Issues

As there hasn't been a deploy yet, Im not trying to find bugs, Im just coding and testing

📜 License

VideoService is distributed under the license MIT.
See the LICENSE file for more information.

💸 Sponsorship

You can support me and the project with a donation to my Ko-Fi

ko-fi

About

A Python library to make easier creating Video Streaming Services

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages