On Saturday, 30 July 2022 at 04:06:28 UTC, Murilo wrote:
Hi guys, I need to create a Telegram bot in D, does anyone here
know how to do it? Is it possible to do it using arsd?
https://core.telegram.org/bots/api
The Bot API is an HTTP-based interface created for developers
keen on building bots
so basically you have to do http-client programming
also there's some outdated tg packages in repo
https://code.dlang.org/search?q=telegram
for development purposes. is there are correct way to somehow
(partially or complete) override druntime and phobos? or, maybe,
some code injection/patching mechanisms during compilation of own
code.
If I would need to solve this question, I'd used pipe files or
unix files. Simply create one from main instance and reply some
`{"status": "running"}` json to it and try reading this pipe in
app start
On Friday, 18 March 2022 at 04:13:36 UTC, Alain De Vos wrote:
Dlang includes some good ideas.
But dub pulls in so much stuff. Too much for me.
I like things which are clean,lean,little,small.
But when i use dub it links with so many libraries.
Are they really needed ?
And how do you compare to py