暂无描述

TheCoder75 71909f51a0 Updated to 1.1.4 7 年之前
modules 156fa571b9 Updated downloader to match LiveMe Pro Tools downloader 7 年之前
_config.yml 2d50cc34f7 Set theme jekyll-theme-minimal 7 年之前
changelog.md 23779493ab Updated 7 年之前
lamd.js 23779493ab Updated 7 年之前
package.json 71909f51a0 Updated to 1.1.4 7 年之前
readme.md c602d73d9d Fixed incorrect command syntax 7 年之前

readme.md

LiveMe Account Monitor Daemon

issues All Downloads Latest Downloads

What Is LiveMe Account Monitor Daemon?

This is a stand-alone application designed to run in the background and monitor Live.me Social accounts and automatically download new replays as they are detected.


Download Prebuilt Releases

Downloads can be found on the releases page.

Supported OS/Platforms

  • Microsoft Windows 7 or higher (32-bit or 64-bit)
  • Ubuntu-based Linux and Debian Distributions (32-bit or 64-bit)

Configuration

When you first run it, it will create a local config.json file which will hold the basic operating configuration. Information on monitored accounts will be stored in the accounts.json file.


Commands

These are the support commands when the daemon is running.

Add Account

Syntax: http://localhost:8280/add-account/[liveme-userid] Response: JSON data indicating if account was added or not.

Check Account

Syntax: http://localhost:8280/check-account/[liveme-userid] Response: JSON data indicating if account is already in the watch list or not.

Remove Account

Syntax: http://localhost:8280/remove-account/[liveme-userid] Response: JSON data indicating if account was removed.

List Accounts

Syntax: http://localhost:8280/list-accounts Response: JSON data with list of all accounts currently in the watch list.

Manually Add Replay

Syntax: http://localhost:8280/add-download/[video-id] Response: JSON data indicating the replay was added for download.

Shutdown Daemon

Syntax: http://localhost:8280/shutdown


Built With

Contributing

If you find any bugs or would like to help add features or additional functions, please create a pull request for review.

Contributors

License

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