smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
159 stars 35 forks source link

docs? #42

Closed arydevy closed 3 years ago

arydevy commented 4 years ago

so i want to make a tg bot with this lib but i dont find any biginer frendly spreedsheet or exemple i dont understand the lib

wmealing commented 4 years ago

On the right hand side .. see https://elmurod.net/telebot/

arydevy commented 4 years ago

but i dont understand the code!

wmealing commented 4 years ago

If you're more comfortable with python, you could start with getting a telegram bot working with this project: https://github.com/python-telegram-bot/python-telegram-bot

p4vook commented 4 years ago

You won't be able to make a telegram bot with this library if you don't understand C code

arydevy commented 4 years ago

i understand c but i dont understand the lib

arydevy commented 4 years ago

i understand c but i dont understand the lib

jack23247 commented 3 years ago

I think @arydevy is trying to state that the example given does not clearly explain how to set up a bot unless you have prior experience with Telegram's Bot API: a more well-documented section of code, or even a flowchart explaining how the various functions of the API cooperate would be useful for people trying to create a bot for the first time using this library.

arydevy commented 3 years ago

i made a bot for tg in python with another sdk this is diferent you are right @jack23247