Liking cljdoc? Tell your friends :D

lemme-know-bot.core

Core service and application logic.

Core service and application logic.
raw docstring

-mainclj

(-main)

Create the Telegram bot and run the application.

Create the Telegram bot and run the application.
sourceraw docstring

appclj

(app bot)

Retrieve and process chat messages.

Retrieve and process chat messages.
sourceraw docstring

create-botclj

(create-bot)
(create-bot token)

Create a Telegram bot instance.

Create a Telegram bot instance.
sourceraw docstring

edn->searchesclj

(edn->searches)

Attempt to load an external edn file into the searches atom.

Attempt to load an external edn file into the searches atom.
sourceraw docstring

handle-msgclj

(handle-msg bot msg)

Check the message text for command or string matches and handle the message appropriately.

Check the message text for command or string matches and handle the
message appropriately.
sourceraw docstring

poll-updatesclj

(poll-updates bot)
(poll-updates bot offset)

Long poll for recent chat messages from Telegram.

Long poll for recent chat messages from Telegram.
sourceraw docstring

shutdown-serviceclj

(shutdown-service)

Shutdown the service cleanly.

Shutdown the service cleanly.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close