Export a YouTube channel Comments in a nice Excel format.
Project description
Youtube Comment Export
Export the comments of a YouTube channel in Excel files.
Excel Main Sheet
Excel Comments Sheet
Features
- Download data from a YouTube channel
- Download comments from a YouTube channel
- Export the data and comments in Excel files in a nice format
- Light ou Dark theme according to your OS theme
- Import old saves, this way :
- you can keep a more precise date of the comments
- you can keep comments even if they have been deleted
- sadly, it will not be possible to save downloading time because all the comments needs to be downloaded again
Installation
GUI Usage
import ytComments
app = ytComments.App()
app.run()
Python Usage
import ytComments
channel_url = 'https://www.youtube.com/@GabbPiano'
path_save1 = r'C:\Users\User\Desktop\Save File 1.xlsx'
path_save2 = r'C:\Users\User\Desktop\Save File 2.xlsx'
path_save = [path_save1, path_save2]
yt = ytComments.yt_manager(channel_url, old_save=path_save)
yt.import_excel() # Import the old save data
yt.export_excel() # Export the data in Excel files
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtube_comment_export-0.1.0.tar.gz.
File metadata
- Download URL: youtube_comment_export-0.1.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daed2482b1556b5b5ae743577e2de310ea050a145368b29ea52896afb365bda7
|
|
| MD5 |
994435cc2d94b33e7f28f0a36b4f4dcc
|
|
| BLAKE2b-256 |
5251fd56436cc548c4a9c8fa591524a00993fc05bae09248fec1e5abc9db8c4a
|
File details
Details for the file youtube_comment_export-0.1.0-py3-none-any.whl.
File metadata
- Download URL: youtube_comment_export-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff74caa375fcefe00f7bc2fcbc575d19a915ad2acb10ae248e1366524604128e
|
|
| MD5 |
0be34af34c9e2d8b7dff5e06b132da24
|
|
| BLAKE2b-256 |
f6d00ec96dc777048cb0dea1d37467026b2d038433398ff7d76239b5e6eaf725
|