Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.