Skip to content

Riyaz33/fb-personal-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FB Personal Assistant (TaskBot)

A personal FB Messenger bot to help with keeping track of upcoming tasks.

Setup

  • Clone project

     git clone https://github.com/riyaz33/fb-personal-assistant && cd fb-personal-assistant
    
  • Install npm deps

     npm install
    
  • Add FB credentials

     touch config.js
    
     module.exports.fb = { // Facebook credentials
     	e: '', // Email
     	p: '' // Password
     }
  • Run app

     mongod
    
     node index.js
    

Usage

Run @taskbot help for a list of commands.

About

A personal FB Messenger bot to help with organizing tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published