rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.77k stars 1.22k forks source link

where to find complete example? #419

Closed peterremote1980 closed 6 years ago

peterremote1980 commented 6 years ago

where to find complete example?

Clevero commented 6 years ago

Please see the example repo https://github.com/rubenlagus/TelegramBotsExample otherwise you are welcome to ask questions on how to to/implement something specific xD

McPringle commented 6 years ago

Based on the information from the wiki of this repo and additional sources I am in the process of creating a chatbot workshop. It is not finished yet but may still be useful for you: https://github.com/McPringle/chatbot-workshop/blob/master/WORKSHOP.adoc

I guess it would take you about two hours to work through it. Any feedback is appreciated. Please use the issue section of my workshop for questions, suggestions etc.

addo47 commented 6 years ago

Based on the information from the wiki of this repo and additional sources I am in the process of creating a chatbot workshop. It is not finished yet but may still be useful for you: https://github.com/McPringle/chatbot-workshop/blob/master/WORKSHOP.adoc

If you're going to make a workshop with some of its material copy-pasted, then it would be proper to thank the original creators (Ruben, Clevero, Addo37, etc...). No offense intended.

McPringle commented 6 years ago

@addo37, sure, in the presentation there are already slides to honor the work of the authors of this library. The documentation on GitHub is work in progress. Links to this repo, the wiki and the authors will be mentioned there, too. Definitely!

rubenlagus commented 6 years ago

@McPringle You can also make a PR with this workshop in a new page of the wiki (https://github.com/rubenlagus/TelegramBots/tree/master/TelegramBots.wiki) and I can merge it directly to the wiki of the project (don't forget to use dev branch)

addo47 commented 6 years ago

@peterremote1980, please close this issue if it has been resolved.