Sin descripción

haller218 57816c1454 not need more script hace 4 años
src 145745ddf5 begin public project hace 4 años
.gitignore 4fc953f88d ignore .qlot repository hace 4 años
ChangeLog.rst 145745ddf5 begin public project hace 4 años
LICENSE 655159fad6 add license hace 4 años
README.md aa2048e48f change presentation hace 4 años
cameron.asd 32b1a00d55 new definition of package hace 4 años
dockerfile 6161d5a8c3 new path to qlot hace 4 años
qlfile c517c270e2 start using ros qlot hace 4 años
qlfile.lock c517c270e2 start using ros qlot hace 4 años
start.sh 33a2932c1e some changes in start hace 4 años
stop.sh 33a2932c1e some changes in start hace 4 años

README.md

Cameron BotNet Telegram

See the Telegram Bot API, CL-Telegram-API

This Bot uses CLOS to build a processing pipeline.

Quickstart

frist of all check if your machine have SBCL, quicklisp (in your .sbclrc file too)

add cl-telegram-bot to your local-projects

$ cd ~/quicklisp/local-projects
$ git clone https://github.com/40ants/cl-telegram-bot.git

install the package "cl-telegram-bot/core"

$ sbcl
* (ql:quickload "cl-telegram-bot/core")

then

begin set the variable and export in your local .bashrc (or in your others shell bashs)

export API_TELEGRAM_BOTNET="youid:keyfrombotfather"

or just

$ echo 'export API_TELEGRAM_BOTNET="youid:keyfrombotfather"' >> /home/$USER/.bashrc
$ source ~/.bashrc

Now run inside Cameron folder

$ sh start.sh

Now, apreciate and Hack Your Own bot make in Common Lisp.

Credentials