Bitcoin Forum
April 25, 2024, 02:00:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: How to buil telegram bot?  (Read 617 times)
curlyti (OP)
Member
**
Offline Offline

Activity: 228
Merit: 10

X-Block.io


View Profile
February 13, 2018, 02:27:01 AM
 #1

Anyone can teach me how to build telegram bot please !
Thank you so much.
1714010440
Hero Member
*
Offline Offline

Posts: 1714010440

View Profile Personal Message (Offline)

Ignore
1714010440
Reply with quote  #2

1714010440
Report to moderator
1714010440
Hero Member
*
Offline Offline

Posts: 1714010440

View Profile Personal Message (Offline)

Ignore
1714010440
Reply with quote  #2

1714010440
Report to moderator
1714010440
Hero Member
*
Offline Offline

Posts: 1714010440

View Profile Personal Message (Offline)

Ignore
1714010440
Reply with quote  #2

1714010440
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
JonesMark
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 13, 2018, 02:56:10 AM
 #2

I would also be interested in learning how to make Telegram Bots, seems a cool thing to do.
edhp
Jr. Member
*
Offline Offline

Activity: 112
Merit: 2


View Profile
February 13, 2018, 03:59:53 AM
 #3

you have to be an admin of the channel
AlisaWhishie
Member
**
Offline Offline

Activity: 322
Merit: 20


View Profile WWW
February 13, 2018, 07:37:33 AM
Last edit: February 13, 2018, 07:57:16 AM by AlisaWhishie
 #4

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.

IvolveR
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
February 13, 2018, 07:49:58 AM
 #5

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
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
February 13, 2018, 09:31:49 AM
 #6

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
LEINADbtc
Member
**
Offline Offline

Activity: 240
Merit: 10


View Profile
February 13, 2018, 01:49:27 PM
 #7

It's pretty easy actually.. If you are not doing it from scratch.
Ask google. There are tons of guides and stuff..

——< Datecoin | The fastest successful match. The hottest ICO ever. >——
ANN | Medium | Twitter Facebook | LinkdedIn | Telegram
curlyti (OP)
Member
**
Offline Offline

Activity: 228
Merit: 10

X-Block.io


View Profile
February 13, 2018, 03:33:11 PM
 #8

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
curlyti (OP)
Member
**
Offline Offline

Activity: 228
Merit: 10

X-Block.io


View Profile
February 13, 2018, 03:36:24 PM
 #9

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
mistercoin
Legendary
*
Offline Offline

Activity: 1042
Merit: 1000


https://r.honeygain.me/XEDDM2B07C


View Profile WWW
February 13, 2018, 04:56:33 PM
 #10

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-

cccryptopp11
Newbie
*
Offline Offline

Activity: 9
Merit: 1


View Profile
February 14, 2018, 05:36:47 AM
 #11

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.
curlyti (OP)
Member
**
Offline Offline

Activity: 228
Merit: 10

X-Block.io


View Profile
February 14, 2018, 09:24:22 AM
 #12

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.
baundul
Full Member
***
Offline Offline

Activity: 307
Merit: 100



View Profile
February 15, 2018, 04:55:15 PM
 #13

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
Protogenox
Member
**
Offline Offline

Activity: 143
Merit: 15


View Profile
February 16, 2018, 08:32:18 PM
 #14

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.
compimprove
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 18, 2018, 05:18:07 AM
 #15

Thanks. I like that
bakiev
Jr. Member
*
Offline Offline

Activity: 137
Merit: 1


View Profile
February 18, 2018, 06:00:27 AM
 #16

Start studying from here https://core.telegram.org/api )
ninjanel
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
February 25, 2018, 01:17:42 AM
 #17

Thanks for this topic.
I read some reply and now I have an idea how to create a bot in telegram
AltCoinMarketing
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
February 25, 2018, 04:27:00 AM
 #18

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?
iconzi
Member
**
Offline Offline

Activity: 207
Merit: 13


View Profile
February 25, 2018, 05:00:04 PM
 #19

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
gbenga88
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
February 25, 2018, 06:47:29 PM
 #20

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
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!