Skip to content

A dumb messenger bot in Java that works with the messenger platform.

Notifications You must be signed in to change notification settings

scanning/messenger-bot

 
 

Repository files navigation

messenger-bot

A simple (dumb?) messenger-bot for the messenger platform in Java.

Uses spring-boot and OkHttp, and absolutely no XML!

Running locally

Getting the server running locally is as simple as: mvn spring-boot:run

You can verify the service is up by navigating to localhost:8080/bot/v1/health.

Actually working with the messenger platform

To get the service actually working with the messenger platform, you'll need a verification token and a page access key. More details here. The values are read from the System env, and should be used with the Keys VALIDATION_TOKEN and ACCESS_TOKEN respectively.

You can also specify PORT and the server will try to bind to that port.

About

A dumb messenger bot in Java that works with the messenger platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.1%
  • Shell 2.9%