async-bot / example
Example bot project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Type:project
Requires
- php: ^7.4
- amphp/http-client: dev-master as 4.0.0
- amphp/http-client-cookies: dev-master
- amphp/log: ^1.0
- async-bot/core: dev-master
- async-bot/github-status-plugin: dev-master
- async-bot/google-search-plugin: dev-master
- async-bot/imdb-plugin: dev-master
- async-bot/linux-manual-pages-plugin: dev-master
- async-bot/open-grok-plugin: dev-master
- async-bot/packagist-finder-plugin: dev-master
- async-bot/php-bugs-plugin: dev-master
- async-bot/stackoverflow-chat-driver: dev-master
- async-bot/timer-plugin: dev-master
- async-bot/wikipedia-plugin: dev-master
- async-bot/word-of-the-day-plugin: dev-master
- async-bot/xkcd-plugin: dev-master
This package is auto-updated.
Last update: 2024-11-03 19:34:06 UTC
README
Currently this is a very basic example which uses the StackOverflow chat driver to log into a chat room and the Timer plugin to post the time in the room every 15 minutes.
Requirements
- PHP 7.4
Usage
- Get a StackOverflow account at: https://stackoverflow.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2f
- Do not use 3rd party sign up
- Copy the config file
./config.php.dist
to./config.php
- Fill in your credentials in
./config.php
- Run the script
php ./bin/botman.php