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

Using Selenium: How To Keep Logged In After Closing Driver In Python

I want to get my Whatsapp web (web.whatsapp.com) logged in, at the second time opening the Whatsapp… Read more Using Selenium: How To Keep Logged In After Closing Driver In Python

Pyautogui Image Recognition - Slight Issue With Pixel Color Matching

I am trying to stop a possible block in my bot program by using PyAutoGUI's Image Recognition f… Read more Pyautogui Image Recognition - Slight Issue With Pixel Color Matching

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 Make A Discord Bot That Gives Roles In Python?

I want to create a discord bot that gives roles to members in Python. I tried this: @async def on_m… Read more How To Make A Discord Bot That Gives Roles In Python?

Botbuilder Python - Handling Multiple Dialog And Intent

I have the following code to handle multiple intents, Code async def on_message_activity(self, turn… Read more Botbuilder Python - Handling Multiple Dialog And Intent

Launching 'safe' Eval()

I m making a irc bot https://github.com/mouuff/MouBot I would like the bot to reply the eval() when… Read more Launching 'safe' Eval()

AttributeError: 'BotClient' Object Has No Attribute 'loop' With Declaring An Instance

Trying to write a Discord Bot in Python, although having trouble. Currently receiving the error … Read more AttributeError: 'BotClient' Object Has No Attribute 'loop' With Declaring An Instance