readme.md 2.5 KB

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)
  • macOS 10.12 or higher (64-bit only)

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