Bitcoin Forum
June 24, 2024, 09:57:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to implement database to menubuilderbot in telegram  (Read 109 times)
Mcpeanut (OP)
Member
**
Offline Offline

Activity: 166
Merit: 11

Airdrop Management https://bit.ly/3hEetAQ


View Profile WWW
June 27, 2021, 04:05:20 AM
 #1

HI

i try to make a bot usign menubuilderbot in telegram and what i want to do it is that i want to implement database so that what ever data placed by that telegram bot will save in DB and ate end of it as admin i can export all the user date which they put in csv or doc file ..

Can you any one help me do this and how to do it or any guide to implement database in telegram bot + menubuilderbot ..

Hope for some solution ...

NotATether
Legendary
*
Offline Offline

Activity: 1638
Merit: 6911


bitcoincleanup.com / bitmixlist.org


View Profile WWW
June 27, 2021, 06:07:15 PM
 #2

So within your code that's calling bot APIs you want to add rows to a DB in the callbacks?

You should use Airtable (https://airtable.com/api) to create the database in their cloud and then use their own API for adding/removing rows without having to spin up your own database. They also have a free plan available.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Mcpeanut (OP)
Member
**
Offline Offline

Activity: 166
Merit: 11

Airdrop Management https://bit.ly/3hEetAQ


View Profile WWW
June 27, 2021, 06:18:51 PM
 #3

So within your code that's calling bot APIs you want to add rows to a DB in the callbacks?

You should use Airtable (https://airtable.com/api) to create the database in their cloud and then use their own API for adding/removing rows without having to spin up your own database. They also have a free plan available.

than will be great idea let me see if that can be possible

ChuckBuck
Hero Member
*****
Offline Offline

Activity: 1372
Merit: 783


better everyday ♥


View Profile WWW
June 29, 2021, 07:59:12 PM
 #4

I'm also planning to create my own telegram bot with my little programming knowledge, so I'm looking forward to hearing the results of your work. Although I have heard that the API is the best way to implement archives in telegram bots, I still don't really know how to do them. So if you can get your work done with Airtable, please leave a message here  Cheesy

CharityAuction
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
ColdScam
Mcpeanut (OP)
Member
**
Offline Offline

Activity: 166
Merit: 11

Airdrop Management https://bit.ly/3hEetAQ


View Profile WWW
June 30, 2021, 01:31:23 AM
 #5

I'm also planning to create my own telegram bot with my little programming knowledge, so I'm looking forward to hearing the results of your work. Although I have heard that the API is the best way to implement archives in telegram bots, I still don't really know how to do them. So if you can get your work done with Airtable, please leave a message here  Cheesy

yes i am also still checking how this can be done .. as don't getting any solid guide to do it .. hope i will get it .. also waiting for any community member who can help on this

ChuckBuck
Hero Member
*****
Offline Offline

Activity: 1372
Merit: 783


better everyday ♥


View Profile WWW
June 30, 2021, 06:35:27 PM
 #6

yes i am also still checking how this can be done .. as don't getting any solid guide to do it .. hope i will get it .. also waiting for any community member who can help on this
I don't think we'll get free help in detail. I see there are telegram bot creation services on this forum. Obviously, it's a good service to make money, so I believe they won't do it for free  Cheesy I also did a few searches, but most of them just say in general, with my meager knowledge it's hard to complete it.

CharityAuction
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
ColdScam
Mcpeanut (OP)
Member
**
Offline Offline

Activity: 166
Merit: 11

Airdrop Management https://bit.ly/3hEetAQ


View Profile WWW
July 01, 2021, 04:20:06 AM
 #7

yes i am also still checking how this can be done .. as don't getting any solid guide to do it .. hope i will get it .. also waiting for any community member who can help on this
I don't think we'll get free help in detail. I see there are telegram bot creation services on this forum. Obviously, it's a good service to make money, so I believe they won't do it for free  Cheesy I also did a few searches, but most of them just say in general, with my meager knowledge it's hard to complete it.

yes as if they tell the gem it will be problem for them to make more business then there will be competition ...so they will not sure if they give it for free ..we have to pay then good money to make it ..

in web also and youtube video also they provide the first thing making bot using menubuildebot but the last part how the data can be extracted not.a single video they provide ..

ChuckBuck
Hero Member
*****
Offline Offline

Activity: 1372
Merit: 783


better everyday ♥


View Profile WWW
July 01, 2021, 04:26:19 PM
 #8

yes as if they tell the gem it will be problem for them to make more business then there will be competition ...so they will not sure if they give it for free ..we have to pay then good money to make it ..

in web also and youtube video also they provide the first thing making bot using menubuildebot but the last part how the data can be extracted not.a single video they provide ..
Let's check this: https://www.process.st/telegram-bot/
I haven't tried it yet because I haven't started my bot creation yet due to my recent busyness, I plan to do it in the near future, so I'd be happy if I could discuss it with you here. Did you read that guide? They provide a brief tutorial, I don't know if it can help us to make a complete bot, would you like to try it?

CharityAuction
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
          ▄▄▄████████▄▄▄   
       ▄▄███████▀▀▀▀███████▄
     ▄████▀▀           ▀▀████▄
   ▄███▀▀   ▄▄████████▄▄   ▀▀███▄
  ████▀   ████▀██████████    ▀███▄
 ████   ▄███▀▄  ▀    ██████   ▀███▄
▄███   ████▄    ▄█▄  ▀██████    ███▄
████  ▄███▀     ▀█▀      ▀███▄  ████
████  ████▄▄█▄      ▄█▄   ████  ████
████  ▀████████▄   ███▀  ▄███▀  ████
▀███   █████████▄   ▀   ▀████   ███▀
 ████   ▀████████   ▄ ▀▄▄██    ████
  ████▄   ███████▄▄██▄▄███   ▄████
   ▀███▄▄   ▀▀████████▀▀   ▄▄███▀
     ▀████▄▄            ▄▄████▀
       ▀▀███████▄▄▄▄███████▀▀
           ▀▀▀████████▀▀▀
ColdScam
Mcpeanut (OP)
Member
**
Offline Offline

Activity: 166
Merit: 11

Airdrop Management https://bit.ly/3hEetAQ


View Profile WWW
July 01, 2021, 04:44:25 PM
 #9

yes as if they tell the gem it will be problem for them to make more business then there will be competition ...so they will not sure if they give it for free ..we have to pay then good money to make it ..

in web also and youtube video also they provide the first thing making bot using menubuildebot but the last part how the data can be extracted not.a single video they provide ..
Let's check this: https://www.process.st/telegram-bot/
I haven't tried it yet because I haven't started my bot creation yet due to my recent busyness, I plan to do it in the near future, so I'd be happy if I could discuss it with you here. Did you read that guide? They provide a brief tutorial, I don't know if it can help us to make a complete bot, would you like to try it?

that guide is great the things mention that guide we can do it using menubuilderbot .. the only problem is how we can export the data send by user to bot .. which it not mention in the guide .. we we need ..

Thanks for search on this topic .. eve thing i find it but not the export option how we can export the data to csv file or google doc file

Pages: [1]
  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!