Finished Telegram Bot #1881
Wladastic
started this conversation in
Show and tell
Replies: 2 comments 18 replies
-
That's great, where can we get the code? |
Beta Was this translation helpful? Give feedback.
15 replies
-
Are you planning on making this a plugin for autogpt? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just finished the telegram bot.
To start it, just execute "python autogpt/start_bot.py --gpt3only" with your respective arguments you would add to autogpt.
It listens to /start, /stop and also to your normal responses.
Instead of just answering "y" or "n", you can now say yes, no, aye etc. 😃
To use it, you have to setup a telegram bot with Botfather and get your conversation ID by first talking to your bot, then do a "bot.getUpdates()" call seperatelly to find your id.
Should I maybe edit the /start script to make the bot tell you what conversation id you have?
It's just a bit dangerous, because it would respond to anyone who chats with your bot haha
I am also adding a "voice message" option where it sends you the audio file via voice message that has been generated, to make it even more immersive.
Also thinking about shortening the amount of chats at once, as it can be a bit annoying haha
Beta Was this translation helpful? Give feedback.
All reactions