aboutsummaryrefslogtreecommitdiff
path: root/bot.scm
AgeCommit message (Collapse)Author
2016-03-13Add extension build and install instructionsAdrian Kummerlaender
2016-03-13Move basic update polling into `pollUpdates` framework functionAdrian Kummerlaender
2016-03-12Remove unnecessary complexity in demo bot message parsing logicAdrian Kummerlaender
2016-03-11Remove reply parameter from echo-bot exampleAdrian Kummerlaender
2016-03-11Simplify JSON result interpretation logicAdrian Kummerlaender
2016-03-10Implement simple inefficient echo botAdrian Kummerlaender
2016-03-10Implement macro to automatically generate the basic API wrapperAdrian Kummerlaender
2016-03-10Add missing parameters of `getUpdates` and `(send|forward)Message`Adrian Kummerlaender
Switch to Chicken's `#!key` parameters for better readability and flexibility due to named parameters.
2016-03-10Basic example query of the Telegram Bot API using SchemeAdrian Kummerlaender