Skip to content

RemoteHelper/server

Repository files navigation

Remote Helper

Build Status


Remote Helper is an automated service that lets you talk to your users through a very simple API.

Requirements

This project is done in Python 3, so you'll need to install it / upgrade first.

You'll also need to install the various dependencies.

With pip:

$ pip install -r requirements.txt

If Python 3 is not your default python version, you'll probably need to use pip3 instead.

Usage

To run the server, simply do

$ python remote_helper/server.py

or

$ python3 remote_helper/server.py

inside the root directory, depending on your default python version.

Contributing

Contributors are welcome. Please fork the repository and send a pull request to the master branch.

Additionally, you can read the Contributing file.

License

The Remote Helper server is released under the MIT License. For more information, see the License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published