tomzx / hack-bot
A simple bot written in Hack/PHP.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 26
Language:Hack
Requires
- ext-readline: *
- hhvm: >=3.3.0
- beatswitch/lock: ~0.1@dev
- fabpot/goutte: ~2.0
- illuminate/database: ~5.0
- tomzx/arry: ~0.1@dev
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2024-10-10 07:54:11 UTC
README
A simple bot written in Hack/PHP.
Requirements
- hhvm 3.3.0 <=
- readline extension (if you want to use the Shell adapter)
Getting started
- Clone the repository to your computer.
- Configure the adapter (if necessary) by editing its file bootstrap file in the bin folder.
- Start the bot by running an adapter bootstrap file. For instance
hhvm bin/hack-bot.php
will start the bot using theShell
adapter.
License
The code is licensed under the MIT license. See LICENSE.