rabbit
rabbit copied to clipboard
Windows Bot Engine for Python, JavaScript and Lua.
Rabbit
News
- Rabbit re-init. (Dec 29, 2017)
- Rabbit packages first release. (Dec 20, 2017)
- Initial commit. (Dec 3, 2014).
Purposes and Features
Rabbit is designed to use programs to simulate human inputs. Which might be useful in some boring repeating tasks or game bots.
This project contains two sub-projects:
- Rabbit App: An application with embedded scripting support, an alternative of QuickMacro.
- Rabbit-Bot Packages: Packages for Python (PyPI), JavaScript (NPM).
Usage
Rabbit App
F7/F8 will start/end the script. The application will search script.py/script.js/script.lua in order, but only one script will run.
Rabbit-Bot Packages
PyPI
https://pypi.python.org/pypi/rabbit-bot/
pip install rabbit-bot
NPM
https://www.npmjs.com/package/rabbit-bot
npm install rabbit-bot