Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tadeubdev/ask-me


https://github.com/tadeubdev/ask-me

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Ask me

Only for studies purpose.

#### Idea

Someone sends in a group: "#ask which color is the sky" \
Then bot answers: "The sky is blue"

```js
cd path/to/dir
npm install

// copy the .env.example file to .env
// set the values:
// SESSION=your_whatsapp_number
// GROUP_NUMBER=the_group_number

// using nodemon
npm run watch
// or running as a single project
npm run start
```