import praw
import secrets
import time
reddit = praw.Reddit(client_id=secrets.id,
client_secret=secrets.secret,
username=secrets.username,
password=secrets.password,
user_agent="hjvhtg by u/commenter-bot")
subreddit=reddit.subreddit("FreeKarma4All")
# for x in subreddit.new(limit=10):
# x.reply("Upvoted please upvote back!")
Welcome to the forum!
I have edited your code for readability. A code block like this needs to be enclosed between two sets of triple backticks (as opposed to single backticks).
You can use the Preformatted Text tool (</>
icon or CTRL+e) to achieve this.
Did you have a question for us?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.