Contact me on telegram at @vedthemaster for custom bot creation for your channels or groups. You can also place order on fiverr at :- www.fiverr.com/share/V6Dmrm Source code of code used in Video :- github.com/vedthemaster/Simple-Telegram-Bot-Snippet Bonus source code of File zipper Bot :- github.com/vedthemaster/fileZipperBot Don't Forget to hit Like and Subscribe is appriciated.
Bro after one or day bot will stop working, to run the bot again we have to run that file again. If you know the solution of this problem please let me know 🙏
Yes, bot will stop after sometime. And you need to start again. To run it 24/7 you can purchase vps and host it there. Otherwise you need to make changes to your bot and add webhooks and have to hit that webhook after some delay, I don't have enough knowledge on this you can research about it.
Yes, it is possible. But this is not one man job if we are doing from scratch, if we use api of any service like midjourney Or dall e, it will require lota of bandwidth and processing power if multiple users are gonna use the bot
Group controller is possible. But bot like chatgpt is usable at personal level. You can not make it public. Because of everyone will use your bot, openai api will overload and will not work
@@examplecom9888 first you need to define what feature ypu require in your bot like, pin message, remove member, mute members, etc. Once you create bot in bot father you need to give permissions to your bot and then you can get code from chatgpt as per your requirements
Can I create a telegram bot that responds by sending a link which i choose? For example, whoever texts to that bot, gets that link and a short description in return? Please answer me🙏🏻
@@chetanmali231 yes, user bot required some permission from your main account and other things also. I don't have much knowledge of userbot. But use 2 step authentication in your telegram account
@@TheMasterVed thanks. The bot works in private messages but doesn't work in my group (with admin access). Maybe problem in telegram restrictions? How can I solve it?
Run this command in terminals `pip install pytelegrambotapi telebot`. And if it throws any other error then copy that error and ask chatgpt for solution
Don't use telegram library for bot. Ask chatgpt to write code for telebot library. And if any error occurs then copy error and ask chatgpt it will provide solution
I have a problem, that ChatGTP writes his code in old library 12.1, but I have 20.1, so my code doesn't work :( I asked him to rewrite his code using 20.1, but he doesn't understand my request
Contact me on telegram at @vedthemaster for custom bot creation for your channels or groups.
You can also place order on fiverr at :- www.fiverr.com/share/V6Dmrm
Source code of code used in Video :-
github.com/vedthemaster/Simple-Telegram-Bot-Snippet
Bonus source code of File zipper Bot :- github.com/vedthemaster/fileZipperBot
Don't Forget to hit Like and Subscribe is appriciated.
P😊
Me: ChatGPT, make your code for me.
ChatGPT: Ok.
😂😂
how to create cricket score bot?
Try to find any api which gives the live score and integrate it with your bot
Big Fan sir ..Since vhildhood
Thanku 💕
Hello. How I force any telegram user to Join my Channel then use the Bot???
Thank you so much I was looking for that🥰
Bro after one or day bot will stop working, to run the bot again we have to run that file again.
If you know the solution of this problem please let me know 🙏
Yes, bot will stop after sometime. And you need to start again.
To run it 24/7 you can purchase vps and host it there. Otherwise you need to make changes to your bot and add webhooks and have to hit that webhook after some delay, I don't have enough knowledge on this you can research about it.
Pls make video on how to create txt downloader bot using chatgpt
How to use my personal hosting
code is deprecated now, v20.7 is different
Hi, please provide the code for inviting members from other group to our group.
That code is waste, it bans your account
Hi Ved, how can I reach out ?
Telegram at @vedthemaster , or Instagram :- link in description
Bro I had tried 1000+ time but it is showing different error again and again what I suppose to do? Please 🙏🥺 help
Contact me on telegram at @vedthemaster
chat gpt is old, v20.7 is not in ChatGPT
good one
Hey man I created a model too but it's saying file signature not found I have tried everything but it's still not working
You can drop a message on telegram at @vedthemaster
can you create replicas like midjourney?
Yes, it is possible. But this is not one man job if we are doing from scratch, if we use api of any service like midjourney Or dall e, it will require lota of bandwidth and processing power if multiple users are gonna use the bot
@@TheMasterVed So it's hard to "re-create" okay. Thank you for your quick answer, Ved.
@@MadeByDraqqa yeah
Sir i want to Creat Group Crontroler bot and The bot like Chat gtp If any one ask any Que to my bot it should rply like chat gtp
Group controller is possible. But bot like chatgpt is usable at personal level. You can not make it public. Because of everyone will use your bot, openai api will overload and will not work
@@TheMasterVed how Grp Controller
Can u tell me tutorial
@@examplecom9888 first you need to define what feature ypu require in your bot like, pin message, remove member, mute members, etc.
Once you create bot in bot father you need to give permissions to your bot and then you can get code from chatgpt as per your requirements
@@TheMasterVed which command I have to tell in chat GTP can you tell me in detail and where I have to run code
@@examplecom9888 message me on telegram at @vedthemaster
Which app use for coding
VS Code
how can I find the path of the image in python Anywhere?
I think you need to put it with the bot file
Bro do you know how to create a crypto trading bot
how to setup webhook url for pythonanywhere?
Contact me on telegram @vedthemaster or Instagram
Hi,
I have a python file script for fetching item that selling fast on etsy can you help me to use it as a telegram bot ? thanks
Yeah we can work on it. Can you drop message me on telegram at @vedthemaster
can you use Java?
Yes it is possible , but it will me much complex process. And the hosting process will be also complex.
It is more convenient in python or JavaScript
Can I create a telegram bot that responds by sending a link which i choose? For example, whoever texts to that bot, gets that link and a short description in return? Please answer me🙏🏻
Yes that is possible
@@TheMasterVed where can i contact you? I'll like the video & subscribe for your quick response haha👏
Thanks 😊. You can contact on Instagram or telegram.
Instagram link is in description and telegram handle is @vedthemaster
How to send messages to the telegram public channel?
Via bot? After creating bot you need to go to bot setting in bot father and give permission to send message in public grps/channel
@@TheMasterVed Thanks, it is working now after setting bot permissions
I use one of telegram bot and the developer of that bot hacked my account
Bro you must had provided some critical information
@@TheMasterVed bro that was user bot / means in same account
@@chetanmali231 yes, user bot required some permission from your main account and other things also. I don't have much knowledge of userbot. But use 2 step authentication in your telegram account
Can you make how create bots using replit
Replit is for hosting, not for creating
@@TheMasterVed yeah using chatgpt for creating and hosting on replit . pls make a video ❣️
what If i have python 3.11 but it doesn't exist in flask list?
You can use 3.10
@@TheMasterVed thanks. The bot works in private messages but doesn't work in my group (with admin access). Maybe problem in telegram restrictions? How can I solve it?
@@davidbykox go to bot father and go to my bots and then edit bot. There you can give permissions to bot
@@TheMasterVed I can only change information about bot there, like description, image, name and others.
@@davidbykox Set group privacy to enabled
Hey I have tried many times but it is still giving same error --- no module names telebot
Run this command in terminals
`pip install pytelegrambotapi telebot`.
And if it throws any other error then copy that error and ask chatgpt for solution
sirf vs code me API key dalne se bot kaam karne lagta hai
Ha jab tak vs code me code run ho raha he tab tak kam karega
@@TheMasterVed vs code net se connect hota hai??
@@AnandKumar-ji6wb ha aapke laptop ya pc me net connected hoga to vs code me automatically aa jayega internet
@@TheMasterVed thank you
Hey, can you help me, when i try to send it to my bot, an error message occured and say that @bot doesn't have attribute message_handler why ?
Don't use telegram library for bot. Ask chatgpt to write code for telebot library. And if any error occurs then copy error and ask chatgpt it will provide solution
hello wat is the link of chatgGPT?
chat.openai.com/chat
not working for me at all
You will need some programming knowledge to use it properly
ChatGPT doesn"t work
There should be a huge traffic
I have a problem, that ChatGTP writes his code in old library 12.1, but I have 20.1, so my code doesn't work :( I asked him to rewrite his code using 20.1, but he doesn't understand my request
Can message me on telegram at @vedthemaster
hello sir , can u. provide us a source code ?
Yes. I can provide. But it's very simple bot. It doesn't do any complex things. What type of boy you want to create?
Hello friend 😊
I have a idea where you don't need a source code !!!
@@TheMasterVed
Sir i want to create a bot for my college where it can login and fetch me result grade and claculate sgpa and cgpa
To students
@@sajankumar-nt4ldthen do it. quit asking people