Re: New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-05 Thread Aydar Zarifullin
Well, then there's no need to reinvent the wheel. I'll try to contribute to
Telebot for example personally I don't like non-lispy function names like
sendMessage.

вт, 5 янв. 2021 г., 15:38 Christoph Lange :

> It does. I ported it to Chicken 5 myself and use it for Chicken 5.
>
> On Tue, Jan 5, 2021 at 12:36 PM Aydar Zarifullin 
> wrote:
>
>> I have seen this library but it seemed to me that it is not very actively
>> maintained and it does not have chicken 5 support.
>>
>> вт, 5 янв. 2021 г., 12:56 Christoph Lange :
>>
>>> Just as a side note. Have you seen this one?:
>>>
>>>   https://github.com/KnairdA/Telebot
>>>
>>> /Christoph
>>>
>>> On Mon, Jan 4, 2021 at 7:08 PM Aydar Zarifullin 
>>> wrote:
>>>
 Hello all, I made a simple library to work with the Telegram bot api
 and want it added to the official chicken scheme egg repository.

 Here's the link https://github.com/iZarif/ckn-tgbot

>>>
>>>
>>> --
>>> Christoph Lange
>>> Lotsarnas Väg 8
>>> 430 83 Vrångö
>>>
>>
>
> --
> Christoph Lange
> Lotsarnas Väg 8
> 430 83 Vrångö
>


Re: New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-05 Thread Aydar Zarifullin
I have seen this library but it seemed to me that it is not very actively
maintained and it does not have chicken 5 support.

вт, 5 янв. 2021 г., 12:56 Christoph Lange :

> Just as a side note. Have you seen this one?:
>
>   https://github.com/KnairdA/Telebot
>
> /Christoph
>
> On Mon, Jan 4, 2021 at 7:08 PM Aydar Zarifullin 
> wrote:
>
>> Hello all, I made a simple library to work with the Telegram bot api and
>> want it added to the official chicken scheme egg repository.
>>
>> Here's the link https://github.com/iZarif/ckn-tgbot
>>
>
>
> --
> Christoph Lange
> Lotsarnas Väg 8
> 430 83 Vrångö
>


New egg: tgbot - very simple library for working with the Telegram bot API

2021-01-04 Thread Aydar Zarifullin
Hello all, I made a simple library to work with the Telegram bot api and
want it added to the official chicken scheme egg repository.

Here's the link https://github.com/iZarif/ckn-tgbot