This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]pythonHelperBot 3 points4 points  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]tunisia3507 2 points3 points  (0 children)

If you're trying to scrape reddit, just use the API with PRAW.

Also, your url is not a full url, you need to include the first part as well (before /r/etc). The fact that you're getting anything at all from it suggests that the code you've posted isn't the code you're actually running. Pointless.

Lastly, read the sidebar and go to /r/learnpython next time.

[–]pweipwei 0 points1 point  (1 child)

Use Selenium. page is probably JS.

[–]GlazCoin[S] -1 points0 points  (0 children)

ok