https://github.com/totetmatt/mediamur_v2
Mediamur : Real time media visualisation
https://github.com/totetmatt/mediamur_v2
media real-time twitter twitter-api twitter-api-stream video
Last synced: 25 days ago
JSON representation
Mediamur : Real time media visualisation
- Host: GitHub
- URL: https://github.com/totetmatt/mediamur_v2
- Owner: totetmatt
- Created: 2022-10-16T15:55:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T17:27:24.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:43:47.992Z (over 1 year ago)
- Topics: media, real-time, twitter, twitter-api, twitter-api-stream, video
- Language: Scala
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mediamur V2
## Disclamer
The purpose of this tools is to ease the visualization of media (photo, video) in twitter in real time.
Mediamur is reflecting the video activity of twitter users. The Twitter policy, at least on the streaming api used by Mediamur, on media and video is quite lax on the content that could be send. Mediamur doesn't apply any extra filter from what it receive from the API and show "raw result" from the twitter api.
**Please be aware** that you could be exposed to medias that contains adult topic or shocking/distrubing graphical content. Use the tool in the correct place with the adequate participants as it could contain unadapted contents for certain public.
**By downloading and running the application, you understand the risk exposed and acknowledge that Mediamur won't be responsible of the content of the media fetched**
## Twitter API
You will need to create a Twitter API Application Key https://developer.twitter.com/en/apps.
## Prerequisites
Mediamur needs Java to run.
## Quickstart
* Download [here](https://github.com/totetmatt/mediamur_v2/releases/download/untagged-897904d8ab778292ab3a/mediamur-2.0.1.zip)
* Unzip somewhere in your disk
* Edit the `conf/application.conf` and put your BEARER_TOKEN (you need a twitter developper account)
* ```yaml
mediamur {
twitter {
bearer_key = ""
}
}
```
* With a console, go to `cd $PATH_WHERE_YOU_UNZIP/mediamur/` and run `bin/mediamur` (or windows `bin\mediamur.bat`)
* Open a web browser to `http://localhost:48099/`