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

https://github.com/aurelienloyer/yodabotkelio

Yoda Hangouts Bot For Kelio CRA
https://github.com/aurelienloyer/yodabotkelio

Last synced: 2 months ago
JSON representation

Yoda Hangouts Bot For Kelio CRA

Awesome Lists containing this project

README

        

# YodaBotKelio

Yoda Hangouts Bot For Kelio CRA

You can set one by one client percentage

# Config

- Rename config.model.js -> config.js
- Replace your Kelio / Hangouts account in the config.js file
- "to" paramater is somethink like ([email protected])
- Send message to your bot to see him in node console.
- Select yours clients as favorite on Kelio to save the list (see preview 2)
- May the force be with you !
- Enjoy !

# AutoLoad at 11AM

## MAC OSX

```sheel
sudo crontab -e

0 11 * * * /usr/local/bin/node /Users/Aurelien/Web/yodabotkelio/app.js

### test
sudo crontab -l
```

## Windows
```sheel
... ?
```

## Linux
```sheel
sudo crontab -e

0 11 * * * /usr/local/bin/node /Users/Aurelien/Web/yodabotkelio/app.js
```

# Chat Option

exit -> Stop the process

# Preview

![Preview Hangouts](img/screen_1.png)
![Preview favorite](img/screen_2.png)