Skip to content
yeongmin's archive
yeongmin's archive

idk what I'm doing

  • Main
  • 📣Minecraft server
  • Making a Reddit scraper (2023)
    • So, about the BAscraper
      • First release of BAScraper
    • stuffs from BAnalyser.ipynb (r/bluearchive recap)
    • Some notes on the new API policy for reddit
    • What counts as a request? (PRAW)
    • Some notes on PRAW
  • Homelabs n’ Servers
yeongmin's archive

idk what I'm doing

Category: PRAW

Some notes on PRAW

maxjo, 2023-12-272023-12-27

Edit: PRAW has some severe limitations that made me change my mind. PRAW, after some recent updates, removed all the date range functions and added hard limitations to the amount of posts it can fetch. a few years ago, when I tried to do this before, I used a hybrid…

What counts as a request? (PRAW)

maxjo, 2023-12-242023-12-27

Reddit allows requests of up to 100 items at once. So if you request <= 100 items PRAW can serve your request in a single API call, but for larger requests PRAW will break it into multiple API calls of 100 items each separated by a small 2 second delay…

Few notes on the new API policy for reddit

maxjo, 2023-12-242023-12-27

Reddit’s 2023 API changes have introduced some significant modifications that could affect your use of the Reddit Python API package. Key aspects of these changes include: 1. Usage-based Pricing: Reddit’s new API pricing structure is based on usage levels. As of July 1, 2023, applications making less than 100 queries…

©2025 yeongmin's archive