Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

7
Is there a way to increase the number of posts I get from reddit?
Post Flair (click to view more posts with a particular flair)
Post Body

I'm using this

import bs4
import requests

if __name__ == '__main__':
    response = 

requests.get('https://old.reddit.com/r/pics/top/')

    soup = bs4.BeautifulSoup(response.content, 'html.parser')

    for link in soup.find_all('div', attrs={'class': 'thing'}):

print(f"\nhttps://www.reddit.com{link.attrs['data-permalink']}\n")  

It only gives me like 20 posts? Is there a way to make it at least 100?

Author
Account Strength
100%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
289,149
Link Karma
238,789
Comment Karma
11,987
Profile updated: 4 hours ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago