With Sliper API you can easily retrieve information about specific YouTube videos and channels, including the number of likes, views, and subscribers, as well as the title and name of the video or channel. This information can be used in a variety of ways, such as to display the most popular videos or channels, or to track the performance of a particular video or channel over time.
Clone the project
git clone https://github.com/elfacu0/sliper-apiGo to the project directory
cd my-projectInstall dependencies
pip install -r requirements.txtStart the server
uvicorn main:app --reloadTo run tests, run the following command
pytestUvicorn, FastApi, Docker, BeautifulSoup