YouTube-Report
YouTube-Report copied to clipboard
:bar_chart: Generate a personal YouTube report from your Google Takeout data
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
File "report.py", line 22, in from parse import HTML File "C:\Users\XXXXXX\Downloads\YouTube-Report-master\YouTube-Report-master\parse.py", line 48, in raise OSError("Required directories do not exist: %s"%(missing)) OSError: Required directories do not exist: ['C:\\Users\\XXXXXX\\Downloads\\YouTube-Report-master\\YouTube-Report-master\\Takeout/YouTube/playlists/likes.json']
The new takeout format has changed the path for the Youtube data, it now includes Youtube music. I added this search path as a fallback in case the original one...
while running `python report.py` I got this error ``` (free) ➜ YouTube-Report git:(master) python report.py Generating Heat Map..... Traceback (most recent call last): File "report.py", line 533, in visual.heat_map() File...
Running the script only works with 3.7 for me and generates the following error after installing all dependencies for the correct version with "python3.7 -m pip install -r requirements.txt": ```...
```python /usr/local/lib/python3.7/dist-packages/dateutil/parser/_parser.py:1218: UnknownTimezoneWarning: tzname CET identified but not understood. Pass `tzinfos` argument in order to correctly return a timezone-aware datetime. In a future version, this will raise an exception. category=UnknownTimezoneWarning)...
When running the `report.py` I get: ``` Traceback (most recent call last): File "report.py", line 548, in visual.heat_map() File "report.py", line 89, in heat_map va="top", File "/home/matteo/.local/lib/python3.6/site-packages/matplotlib/pyplot.py", line 2401, in...
since when i use `python`i get this same error with the package _tkinter: https://github.com/A3M4/YouTube-Report/issues/21, i tried using `python3`, but alas: nils@niels:~/YouTube-Report$ python3 report.py Could not parse comments. Traceback (most recent...
seaborn uses tkinter, which I dont have (and probably won't need for this) `Traceback (most recent call last): File "report.py", line 5, in import seaborn as sns File "C:\Program Files\Python37\lib\site-packages\seaborn\__init__.py",...