Bitcoin Forum

Bitcoin => Project Development => Topic started by: curlyti on February 13, 2018, 02:27:01 AM



Title: How to buil telegram bot?
Post by: curlyti on February 13, 2018, 02:27:01 AM
Anyone can teach me how to build telegram bot please !
Thank you so much.


Title: Re: How to buil telegram bot?
Post by: JonesMark on February 13, 2018, 02:56:10 AM
I would also be interested in learning how to make Telegram Bots, seems a cool thing to do.


Title: Re: How to buil telegram bot?
Post by: edhp on February 13, 2018, 03:59:53 AM
you have to be an admin of the channel


Title: Re: How to buil telegram bot?
Post by: AlisaWhishie on February 13, 2018, 07:37:33 AM
You can create a bot via @BotFather. But then you have to write a code for it with Python or any other programming language, as far as I know. So if you are not skilled in programming, you'd better pay someone for building a bot for you.


Title: Re: How to buil telegram bot?
Post by: IvolveR on February 13, 2018, 07:49:58 AM
This is a list of top bots i found for telegram, some are pretty good:
https://botlist.co/bots/filter?platform=6

Anyway, you need https://telegram.me/BotFather to create a bot, but than it is just an empty shell.
After that you have to put an actual bot inside. You can try this one for an automated solution:
https://medium.com/chatfuel-blog/how-to-create-an-automated-bot-on-telegram-without-coding-using-zapier-and-paquebot-5a635a3b867b


Title: Re: How to buil telegram bot?
Post by: vv181 on February 13, 2018, 09:31:49 AM
Read the F* Documentation(RTFD). That's is all you need. Here is the link if you still lazy enough.
https://core.telegram.org/bots


Title: Re: How to buil telegram bot?
Post by: LEINADbtc on February 13, 2018, 01:49:27 PM
It's pretty easy actually.. If you are not doing it from scratch.
Ask google. There are tons of guides and stuff..


Title: Re: How to buil telegram bot?
Post by: curlyti on February 13, 2018, 03:33:11 PM
This is a list of top bots i found for telegram, some are pretty good:
https://botlist.co/bots/filter?platform=6

Anyway, you need https://telegram.me/BotFather to create a bot, but than it is just an empty shell.
After that you have to put an actual bot inside. You can try this one for an automated solution:
https://medium.com/chatfuel-blog/how-to-create-an-automated-bot-on-telegram-without-coding-using-zapier-and-paquebot-5a635a3b867b
Thank you so much, bro


Title: Re: How to buil telegram bot?
Post by: curlyti on February 13, 2018, 03:36:24 PM
Read the F* Documentation(RTFD). That's is all you need. Here is the link if you still lazy enough.
https://core.telegram.org/bots
Thank you so much


Title: Re: How to buil telegram bot?
Post by: mistercoin on February 13, 2018, 04:56:33 PM
Depends on what you want the bot to do. In any case, you're going to need to know some type of scripting language if you want to get the most out of it & also want to add features that you won't find in any templates. Python3 is a good place to start. There are plenty of free resources online to start learning Python. Plus it's fun as hell to learn.

MisterCoin-


Title: Re: How to buil telegram bot?
Post by: cccryptopp11 on February 14, 2018, 05:36:47 AM
Anyone can teach me how to build telegram bot please !
Thank you so much.

I used 'Groupbutler bot' for banning and kicking people.

It has antiflood and antispam function. You should take a look at it.


Title: Re: How to buil telegram bot?
Post by: curlyti on February 14, 2018, 09:24:22 AM
Anyone can teach me how to build telegram bot please !
Thank you so much.

I used 'Groupbutler bot' for banning and kicking people.

It has antiflood and antispam function. You should take a look at it.
Thank you so much.
I want to bulid the bot to verify the airdrop program.


Title: Re: How to buil telegram bot?
Post by: baundul on February 15, 2018, 04:55:15 PM
Opening such a link starts a chat with that bot if you have Telegram installed. These links are easy to identify because all bot usernames must end in bot.

If the bot developer wants to pass their bot some additional info (like an auth key for example, see deep linking), the link might also look like this: https://telegram.org/blog/bot-revolution

see this also
https://github.com/TelegramBots/Telegram.Bot
https://core.telegram.org/bots


Title: Re: How to buil telegram bot?
Post by: Protogenox on February 16, 2018, 08:32:18 PM
Opening such a link starts a chat with that bot if you have Telegram installed. These links are easy to identify because all bot usernames must end in bot.

If the bot developer wants to pass their bot some additional info (like an auth key for example, see deep linking), the link might also look like this: https://telegram.org/blog/bot-revolution

see this also
https://github.com/TelegramBots/Telegram.Bot
https://core.telegram.org/bots
Thank you so much broo.


Title: Re: How to buil telegram bot?
Post by: compimprove on February 18, 2018, 05:18:07 AM
Thanks. I like that


Title: Re: How to buil telegram bot?
Post by: bakiev on February 18, 2018, 06:00:27 AM
Start studying from here https://core.telegram.org/api )


Title: Re: How to buil telegram bot?
Post by: ninjanel on February 25, 2018, 01:17:42 AM
Thanks for this topic.
I read some reply and now I have an idea how to create a bot in telegram


Title: Re: How to buil telegram bot?
Post by: AltCoinMarketing on February 25, 2018, 04:27:00 AM
Anyone can teach me how to build telegram bot please !
Thank you so much.

I used 'Groupbutler bot' for banning and kicking people.

It has antiflood and antispam function. You should take a look at it.
Thank you so much.
I want to bulid the bot to verify the airdrop program.

How does the bot verify the Airdrop? Does it have an API that validates the data from the application table?


Title: Re: How to buil telegram bot?
Post by: iconzi on February 25, 2018, 05:00:04 PM
If anyone wants to develop simple apps/ or program in Telegram, I am your man.

Discuss me in private for more. I can help you to make any small Telegram Bot you want.

Best regards


Title: Re: How to buil telegram bot?
Post by: gbenga88 on February 25, 2018, 06:47:29 PM
This is a list of top bots i found for telegram, some are pretty good:
https://botlist.co/bots/filter?platform=6

Anyway, you need https://telegram.me/BotFather to create a bot, but than it is just an empty shell.
After that you have to put an actual bot inside. You can try this one for an automated solution:
https://medium.com/chatfuel-blog/how-to-create-an-automated-bot-on-telegram-without-coding-using-zapier-and-paquebot-5a635a3b867b

This is really helpful


Title: Re: How to buil telegram bot?
Post by: MaxKnoblauch on February 25, 2018, 09:26:06 PM
Google it. Its not that much difficult


Title: Re: How to buil telegram bot?
Post by: TheBraveDesolator on February 25, 2018, 11:33:17 PM
You can use other ways to prevent coding. But if you want a fully customized bot, you have to code.

https://www.sohamkamani.com/blog/2016/09/21/making-a-telegram-bot/


Title: Re: How to buil telegram bot?
Post by: O$IRIS on February 26, 2018, 12:50:41 AM
Would it be the same principle as launching bots on Twitter?


Title: Re: How to buil telegram bot?
Post by: Joyceshiroor on February 26, 2018, 11:16:51 AM
Go to the telegram app on your phone and… Click on or type /newbot to create a new bot. Follow instructions and make a new name for your bot. If you are making a bot just for experimentation, it can be useful to namespace your bot by placing your name before it in its username, since it has to be a unique name.


Title: Re: How to buil telegram bot?
Post by: Kramblerty on February 26, 2018, 12:30:55 PM
This is a list of top bots i found for telegram, some are pretty good:
https://botlist.co/bots/filter?platform=6

Anyway, you need https://telegram.me/BotFather to create a bot, but than it is just an empty shell.
After that you have to put an actual bot inside. You can try this one for an automated solution:
https://medium.com/chatfuel-blog/how-to-create-an-automated-bot-on-telegram-without-coding-using-zapier-and-paquebot-5a635a3b867b

Thanks for the links!


Title: Re: How to buil telegram bot?
Post by: vinod9494 on May 27, 2018, 04:42:22 PM
Its easy to create telegram bot just you need to follow simple steps to create it...
Here i have found an article which explains the same with clear steps: https://techlame.com/create-telegram-bot-without-coding/


Title: Re: How to buil telegram bot?
Post by: SteveCrypto555 on May 27, 2018, 05:41:41 PM
Thats not true. We have telegram bot (own selfmade system) and can spam any group without to be an admin. For one round, before telegram ban the number (number from register the account) for 7 days, the bot can send 10-15000 messages. If is somebody interested, just let me know, i can write more.

you have to be an admin of the channel


Title: Re: How to buil telegram bot?
Post by: totem-i on May 28, 2018, 12:59:07 AM
To build a telegram bot you can follow this tutorial : https://www.sohamkamani.com/blog/2016/09/21/making-a-telegram-bot/


Title: Re: How to buil telegram bot?
Post by: Pikachu92 on May 28, 2018, 02:08:36 AM
Thats what I found on google
1.Open Telegram
2.Open Manybot inside Telegram
(search for "Manybot" in Telegram or click this link)
3. Press "Start" and follow instructions


Title: Re: How to buil telegram bot?
Post by: IJ38DAJ3 on May 28, 2018, 04:04:32 AM
we need a telegram bot please pm your telegram so i can add you


Title: Re: How to buil telegram bot?
Post by: Etrilicious on May 28, 2018, 04:41:25 AM
You can create a bot via @BotFather. But then you have to write a code for it with Python or any other programming language, as far as I know. So if you are not skilled in programming, you'd better pay someone for building a bot for you.

Wow I thought it was easy like making a request to telegram that you need a not stating your reason for wanting a not. Good info


Title: Re: How to buil telegram bot?
Post by: Justin Dowman on May 28, 2018, 11:19:16 AM
Hello. I can help you to create a telegram bot. The price is not high. Please contact me on telegram @mcay10


Title: Re: How to buil telegram bot?
Post by: Nunas93 on May 28, 2018, 03:58:09 PM
Thank you. Start by downloading the telegram app and start learning.


Title: Re: How to buil telegram bot?
Post by: ApolloXNetwork on May 29, 2018, 06:20:00 PM
Thanks for this topic. Lots of help!