|
7 years ago | |
---|---|---|
modules | 7 years ago | |
_config.yml | 7 years ago | |
changelog.md | 7 years ago | |
lamd.js | 7 years ago | |
package.json | 7 years ago | |
readme.md | 7 years ago |
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.
Downloads can be found on the releases page.
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.
These are the support commands when the daemon is running.
Syntax: http://localhost:8280/add-account/[liveme-userid]
Response: JSON data indicating if account was added or not.
Syntax: http://localhost:8280/check-account/[liveme-userid]
Response: JSON data indicating if account is already in the watch list or not.
Syntax: http://localhost:8280/remove-account/[liveme-userid]
Response: JSON data indicating if account was removed.
Syntax: http://localhost:8280/list-accounts
Response: JSON data with list of all accounts currently in the watch list.
Syntax: http://localhost:8280/add-download/[video-id]
Response: JSON data indicating the replay was added for download.
Syntax: http://localhost:8280/shutdown
If you find any bugs or would like to help add features or additional functions, please create a pull request for review.
This project is licensed under the GPL-3 License - see the LICENSE file for details