Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadeubdev/ask-me
https://github.com/tadeubdev/ask-me
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadeubdev/ask-me
- Owner: tadeubdev
- Created: 2022-08-16T00:21:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T16:44:45.000Z (over 2 years ago)
- Last Synced: 2023-03-01T19:12:00.496Z (almost 2 years ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```