Nincs leírás

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

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