Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwright324/youtube-geofind
Web-tool to search YouTube for geographically tagged videos by channel, topic, and location. Videos are viewable in a map and exportabled to CSV.
https://github.com/mattwright324/youtube-geofind
geotag github-pages google-maps-api javascript osint osint-tool website youtube youtube-api-v3
Last synced: 2 days ago
JSON representation
Web-tool to search YouTube for geographically tagged videos by channel, topic, and location. Videos are viewable in a map and exportabled to CSV.
- Host: GitHub
- URL: https://github.com/mattwright324/youtube-geofind
- Owner: mattwright324
- License: mit
- Created: 2017-10-30T16:52:23.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T00:38:35.000Z (21 days ago)
- Last Synced: 2025-01-12T13:06:43.824Z (9 days ago)
- Topics: geotag, github-pages, google-maps-api, javascript, osint, osint-tool, website, youtube, youtube-api-v3
- Language: JavaScript
- Homepage: https://mattw.io/youtube-geofind/location
- Size: 2.16 MB
- Stars: 131
- Watchers: 8
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
MW Geofind
=Search YouTube for geographically tagged videos by location, topic, or channel.
Videos are viewable in a map and exportabled to CSV.* https://mattw.io/youtube-geofind/location
![Example](https://i.imgur.com/VCuvjU8.png)
What's unique about this tool? How can you use it?
1. Find cool videos where you live or anywhere in the world!
- What videos were posted by you in the last week? (find me, past 7 days)
- What livestreams are running now in my state/country? (find me, radius 500 or 1000, live events only)
2. Use it for investigative purposes, OSINT.
- Channel searching allows you to check all the uploads on a channel for geotags and displays them in a map.
- Topic searching allows you to check if any uploads found by regular searching or keywords have geotags (though,
not many do).
- Location searching allows you to find videos with geotags within your chosen radius and timeframe.
- Results can be directly opened in my YouTube Metadata tool to give all details about that video and its
author.
3. Query API to share a search or linked custom search from your own site/tool### Wiki
For more details about this app and YouTube geotags, [check out the wiki](https://github.com/mattwright324/youtube-geofind/wiki)!
### Query API
Refer to the wiki for more detail about the [Query API](https://github.com/mattwright324/youtube-geofind/wiki/Query-API).
### Building
Refer to [BUILD.md](https://github.com/mattwright324/youtube-geofind/blob/master/BUILD.md)
for instructions on how to build and run `youtube-geofind` from source.### Contributing
Contributions are welcome, refer to [CONTRIBUTING.md](https://github.com/mattwright324/youtube-geofind/blob/master/CONTRIBUTING.md)
for more detail.