Aucune description

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

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