Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwright324/youtube-metadata
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
https://github.com/mattwright324/youtube-metadata
javascript osint osint-tool website youtube youtube-api-v3 youtube-data youtube-data-analysis youtube-data-scraping youtube-metadata
Last synced: 2 days ago
JSON representation
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
- Host: GitHub
- URL: https://github.com/mattwright324/youtube-metadata
- Owner: mattwright324
- License: mit
- Created: 2020-01-12T14:12:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T12:19:22.000Z (3 months ago)
- Last Synced: 2024-10-12T20:06:41.955Z (3 months ago)
- Topics: javascript, osint, osint-tool, website, youtube, youtube-api-v3, youtube-data, youtube-data-analysis, youtube-data-scraping, youtube-metadata
- Language: JavaScript
- Homepage: https://mattw.io/youtube-metadata/
- Size: 2.51 MB
- Stars: 365
- Watchers: 8
- Forks: 52
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MW Metadata
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
- https://mattw.io/youtube-metadata/
- https://mattw.io/youtube-metadata/bulk![img.png](img/readme.png)
What's unique about this tool? How can you use it?
1. If you're curious about a video and its author, playlist and its creator, or channel
2. If you're curious about an entire playlist's videos or channel's videos
3. Use it as an API-explorer
- Grabs every part available
- Provides shareable link
4. Use it for investigative purposes and OSINT
- Tells you what if found and what it didn't find
- Auto-translations of language and country codes
- Geolocation direct link to Google Maps
- Interpretation and display of meaningful fields
- Reverse image search thumbnails
- Archive video and channel data that may disappear
5. Assist in finding private, deleted, and unlisted videos
- Option to inspect videos in a channel's created playlists to find unlisted videos
- Link to various resources with prefilled parameters: Archive.org, Filmot, SocialBlade, and Google
- Queries Filmot to see if it has data for private and deleted videos
6. Export and import
- Save data as a zip
- Import zip to view in app again later
- Both raw json data from the api and csv from the tables## Wiki
For more details and notes about YouTube metadata and the API, [check out the wiki!](https://github.com/mattwright324/youtube-metadata/wiki)
## Build
Refer to [BUILD.md](https://github.com/mattwright324/youtube-metadata/blob/master/BUILD.md)
for instructions on how to build and run from source.## Contributing
Contributions are welcome, refer
to [CONTRIBUTING.md](https://github.com/mattwright324/youtube-metadata/blob/master/CONTRIBUTING.md)
for more detail.