Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.78 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.78 KB

ABOUT

For linux and mac users, windows not supported

acabot is a command line interface that provides a unified interface for using WebKiosk with a single configuration file. You can use acadbot from within your favorite terminal to meet all your WebKiosk needs.

Sneak Peek...

acadbot in work

DEPENDENCIES

To install the dependencies for acadbot, run the following command.

$ sudo pip3 install -r requirements.txt

INSTALLATION

Note: [WARNING] The last command contains a '.' at the end. To install acadbot on your system, just run the following commands one by one.

$ cd <navigate to the location where you want to install acadbot>
$ git clone https://github.com/boddah31/acadbot
$ cd acadbot
# Installs acadbot from the given path.
$ sudo pip3 install -e .

USING acadbot

If your're running acadbot for the very first time, you will need to configure it first using:

$ acadbot config --user <roll number here>
$ acadbot config --passwd<enter>
# It will display a prompt, asking for your password.

After you're done with the configuration part, you're ready to use it as in the asciinema above(the gif image).

AUTHORS

If you have any issues or queries regarding acadbot, please don't hesitate to email the @authors.

LICENSE License: MIT

This code falls under the MIT license which permits the reuse of the proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice.