No Description

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

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