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

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?

Reaction Pagination Button Forward And Back Python

I'm trying to make a button / reaction to go back and forth between 3 different images, but the… Read more Reaction Pagination Button Forward And Back Python

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

Pickle: TypeError: A Bytes-like Object Is Required, Not 'str'

I keep on getting this error when I run the following code in python 3: fname1 = 'auth_cache_%s… Read more Pickle: TypeError: A Bytes-like Object Is Required, Not 'str'

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