bepitulaz / cryptobot

Facebook messenger bot for cryptocurrencies information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoBot

Facebook messenger bot for cryptocurrency information and news. It uses Common Lisp.

screen 1 screen 2

How to run it

The easiest way is using GNU Screen.

$ screen

Then load and and run the system. I use Steel Bank Common Lisp (SBCL) compiler.

$ sbcl --load setup.lisp \
--eval "(defvar cryptobot-sendapi:*page-access-token* "Your page access token")" \
--eval "(cryptobot:server-start)" \
--eval "(cryptobot-sendapi:get-started)"

Detach the current screen by using ctrl+a d.

Current features

  • Show the bot's services
  • Show top 4 cryptocurrencies price ticker

Roadmap

  • Search cryptocurrency by its ticker symbol
  • Aggregating news

License

MIT

About

Facebook messenger bot for cryptocurrencies information.

License:MIT License


Languages

Language:Common Lisp 100.0%