An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# slackbots

A bot framework for Slack using the ET API.

## Example Screenshot

![https://cdn.pximg.xyz/643951042d2521bc244af15cac2b5aae.png](https://cdn.pximg.xyz/643951042d2521bc244af15cac2b5aae.png)

## Example Usage

```php
setDb('localhost', 't-cronned', '', 't-cronned');
$BOT->setEndpoint('https://hooks.slack.com/services/...');

$BOT->setUser('condors');

$BOT->loop(1);
```