https://github.com/owenvoke/torrent-slackbots
A bot framework for Slack using the ET API.
https://github.com/owenvoke/torrent-slackbots
php slack torrents
Last synced: about 1 month ago
JSON representation
A bot framework for Slack using the ET API.
- Host: GitHub
- URL: https://github.com/owenvoke/torrent-slackbots
- Owner: owenvoke
- Created: 2017-02-23T14:18:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T15:41:09.000Z (over 9 years ago)
- Last Synced: 2025-06-13T05:03:49.898Z (about 1 year ago)
- Topics: php, slack, torrents
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slackbots
A bot framework for Slack using the ET API.
## Example Screenshot

## Example Usage
```php
setDb('localhost', 't-cronned', '', 't-cronned');
$BOT->setEndpoint('https://hooks.slack.com/services/...');
$BOT->setUser('condors');
$BOT->loop(1);
```