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

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 Add A Function To Discord.py Event Loop?

I am using Python with discord.py. Documentation here I've got a bot that is running on a Disco… Read more How To Add A Function To Discord.py Event Loop?

Automatizing Web Browser Form Filling In Python

Question: Hi. I am a beginner trying to learn Python, and for one of my first projects I want to wr… Read more Automatizing Web Browser Form Filling In Python

How Do I Make Mentioning A Member Optional Within A Command?

I've created a code that sends the gif of a hug on command and specifies who it's to, howev… Read more How Do I Make Mentioning A Member Optional Within A Command?

How To Restrict The Acess To A Few Users In Pytelegrambotapi?

I'm using telebot (https://github.com/eternnoir/pyTelegramBotAPI) to create a bot to send photo… Read more How To Restrict The Acess To A Few Users In Pytelegrambotapi?

Making A Bot That Sends Messages At A Scheduled Date With Discord.py

I'm trying to make a bot that sends a scheduled message to a specific text channel. for example… Read more Making A Bot That Sends Messages At A Scheduled Date With Discord.py