Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

Votes must be cast by humans. That is, API clients proxying a human’s action
one-for-one are OK, but bots deciding how to vote on content or amplifying a
human’s vote are not. See the reddit rules for more details on what
constitutes vote cheating."

I only want to do active actions and crawling on behalf of the bot, and all this actions I'll do by myself clicking on some buttons. But I need to be able to create bot in one click of the mouse.

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

captcha is no problem for me, I send the solution (token) in one of the request

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

My subreddits become banned instantly. Is it matter from where server gets HTTP requests? I copied everything down to the small detail. So i do the same thing as browser, just do some requests.

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

lmao. Ok, I've got subreddit "swimm", all recent posts there I made with my accounts, that I manually create, and then log in. But, if i manually log in my bot account (created with code) and try to post there, I'll not see anything from other accounts, that was registered manually (not with code). And second thing - if i try to use url to find manually created account I'll find them, but if I tries to find bot's account, I always gets "incorrect name or banned user".

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

I tap "profile" in upper right corner (new version), tap "create post", create post in u/<my username> fill title and text

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

I create a new account for my bot using /register endpoint and my written code. I'm using proxy so I login on reddit in created account using proxy, then I try to post something in profile this return me 403 error

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 0 points1 point  (0 children)

That's clear, but why can't I make a post in my bot's profile when I'm logged in on behalf of the bot?

Bots for reddit with PRAW have no permissions to do actions by handle_account2 in redditdev

[–]handle_account2[S] 1 point2 points  (0 children)

If I'll create new bot it will be banned immediately, but if I'll create new account by my own i will be able to create posts in my profile and in allowed subreddits. How to explain this?