Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

thecoder75/liveme-tools

Repository files navigation

LiveMe Tools

This project has been replaced by the LiveMe Pro Tools.

The 6.x.x branch is considered the last stable branch. THe 7.x.x branch is considered to be in the beta stage.

Build Status

Windows: Build status macOS/Linux: Build Status

This is an Electron-based desktop app for Windows, macOS and Ubuntu Linux designed to:

  • Allow viewing a list of live videos with filter options
  • Search for users or videos tagged with hashtags
  • View details on users and their replays
  • Track previously viewed users
  • Watch and download replay videos
  • Create local Favorites lists without an account
  • Import and Export Favorites lists
  • Import a list of Replay URLs or VideoIDs for downloading
  • Ability to add a single URL
  • Uses a custom chunk downloader and FFMPEG to download replays
  • and much more!

Getting Started

Downloading and Installing

All Downloads

Click the button above to go to the downloads.

Building from Scratch

You will need to download and install yarn package manager if you wish to build executables for Windows. This also relies on the LiveMe API module for the main communications with the Live.me servers.

Extract to a folder and execute either yarn install or npm install to install all of the required modules.

To execute in developer mode, run yarn dev or npm run dev. To build executables for your OS, run yarn dist or npm run dist.

Built With

Contributors

Bug Hunters and Beta Testers

License

This project is licensed under the GPL-3 License - see the LICENSE file for details