Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bots

How Do I Give Out A Role When I Click On A Reaction? It Doesn't Work For Me?

I'm trying to make sure that when you enter a command, a message is sent and a reaction is set,… Read more How Do I Give Out A Role When I Click On A Reaction? It Doesn't Work For Me?

Discord.py Bot Dont Have Certificate

Yesterday I made a bot and everything was working, today when I try to run my code I have this erro… Read more Discord.py Bot Dont Have Certificate

How To Capture Output Of Subprocess.call

I have made a script that tells me the temperature of my Raspberry Pi 3, but there is a problem wit… Read more How To Capture Output Of Subprocess.call

How To Delete Context/session_id At End Of Conversation In Wit.ai Bot

I've been having issues with Wit.ai where my Python bot will retain the context after ending a … Read more How To Delete Context/session_id At End Of Conversation In Wit.ai Bot

Max Retry Exceeded With Url In Telegram Bot

I started writing a telegram bot in python. but when I run it after a while it returns an error: Ex… Read more Max Retry Exceeded With Url In Telegram Bot

Twitter Bot With Tweepy - Python

I have been working on a Twitter Bot which replies to people with 'im' in their message wit… Read more Twitter Bot With Tweepy - Python