説明なし

TheCoder75 b171c9e8bd Added response codes. 7 年 前
modules 3853a6441a Customized versions of standard NPM packages 7 年 前
_config.yml 2d50cc34f7 Set theme jekyll-theme-minimal 7 年 前
changelog.md 6c8516fca7 Updated 7 年 前
lamd.js b171c9e8bd Added response codes. 7 年 前
package.json 1eeabb11ae Updated version number 7 年 前
readme.md 6c8516fca7 Updated 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-replay/[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