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

Installing Praw

I would like to install PRAW so I can make reddit bots and stuff, but all the install guides are co… Read more Installing Praw

Cannot Find Praw Config File When Wrapping Application With Py2app

I'm trying to wrap my Python script into an application using py2app, but when I try to run the… Read more Cannot Find Praw Config File When Wrapping Application With Py2app

Python Script Receiving A Unicodeencodeerror: 'ascii' Codec Can't Encode Character

I have a simple Python script that pulls posts from reddit and posts them on Twitter. Unfortunately… Read more Python Script Receiving A Unicodeencodeerror: 'ascii' Codec Can't Encode Character

Sslerror With Praw?

I'm trying to get started with PRAW but I'm having issues using login(). I have the followi… Read more Sslerror With Praw?

"attributeerror: '_notset' Object Has No Attribute 'lower'" When A Praw Python File Is Converted To An Exe Using Pyinstaller

As the title says. When I execute the converted python file (the .exe) I get the following output: … Read more "attributeerror: '_notset' Object Has No Attribute 'lower'" When A Praw Python File Is Converted To An Exe Using Pyinstaller

How Do I Get A Random Subreddit Image To My Discord.py Bot?

I am making a discord bot in async python. I want the bot to post a random picture when I do a comm… Read more How Do I Get A Random Subreddit Image To My Discord.py Bot?