migrating from praw to async praw and I'm having problems

This page summarizes the projects mentioned and recommended in the original post on /r/redditdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • asyncpraw

    Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.

  • If you check out the documentation https://github.com/praw-dev/asyncpraw there are a few examples. If I had to guess, the problem lies with the for loop / Asunción.sleep. You should do something like ‘await subreddit.new(limit=1)’ and not ‘await Asunción.sleep(10)’. I don’t actually have any experience with the async praw wrapper, but typically you need to wait for the action to be complete and not just waiting an arbitrary amount of time

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts