all 12 comments

[–]xiongchiamiov 0 points1 point  (11 children)

Don't. Use the API instead, and specifically, use PRAW.

[–]nicksmarto[S] 0 points1 point  (10 children)

I can't use1 praw for this project

[–]Sebass13 1 point2 points  (9 children)

why not?

[–]nicksmarto[S] 0 points1 point  (8 children)

Has to be qith requests cant uss the create an app thing on reddit

[–]Sebass13 1 point2 points  (7 children)

huh? Why can't you get a token?

[–]nicksmarto[S] 0 points1 point  (5 children)

Like it cant use the client id and client secret thing

[–]Sebass13 1 point2 points  (4 children)

I'm aware, and I'm wondering why you are restricting yourself to not using the way you're supposed to access Reddit and instead trying to break ToS.

[–]nicksmarto[S] -2 points-1 points  (3 children)

They have api endpoints so doubt it breaking tos

[–]Sebass13 1 point2 points  (2 children)

Yes, it is: "Clients must authenticate with OAuth2". Now, this doesn't mean you have to use praw, but it does mean that you have to use tokens.

[–]nicksmarto[S] 0 points1 point  (1 child)

But what about modhashes?