Basil is a bot that is created through Facebook API. It uses NLP.js and have some built-in functions such as:
- Pomodoro
- Random Pickup Lines
Try the bot on Facebook Messenger: https://www.facebook.com/Michelle-Bot-Page-109639014543082
Set up your Facebook page More details here to generate your page access token.
- Clone this repository and run
npm install
- Run the project
npm start
The Pomodoro Technique is a time management method that uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.
pomodoro
: get a list of pomodoro commands
pomodoro start <session name>
: start a new pomodoro session
pomodoro status
: get the current break/session status
pomodoro clear
: clear pomodoro session
pickup
: to get a randomised pickup lines based from web scraping website.
On development with NLP.js