Skip to content

dreygur/Messenger-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal ChatBot

Introduction

What can I say?
I don't know anything...

Installation

  • run npm install
  • And it will install anything it requires.

Usage

// Tokens
const APIAI_TOKEN = process.env.APIAI_TOKEN || ''; // DialogFlow APi Key
const apiaiApp = apiai(APIAI_TOKEN);

// User Credentials
const email = ''; // Your Username
const pass  = ''; // Your Password
  • in email change XXXXXXXX with your username or email address or phone number and in pass change XXXXXXXX with your password
  • in const APIAI_TOKEN = process.env.APIAI_TOKEN || 'XX'; // DialogFlow APi Key replace XX with your diaglogflow public api
  • to run the script run node index.js or sh run.sh

😄

About

The Bot that replies my bitch for me!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published