Skip to content

an app that is creating a graph with amount of likes on corresponding list of given YouTube videos

Notifications You must be signed in to change notification settings

ringo-hoshii/likes-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Description

likes-statistics - prints the number of likes under a specified YouTube video given as a single link argument or as a file with links separated by a new line

Dependencies

pip:

  • requests
  • matplotlib (not used, but imported)

Usage

To get the likes count from one video:
python3 main.py -s [LINK]

To get the likes count for the list of videos:
python3 main.py -l [FILE_WITH_LINKS]

About

an app that is creating a graph with amount of likes on corresponding list of given YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages