praw-dev/praw

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on August 19th, 2010
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 501
Total Stargazers: 4,255 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 hours
Mean response time: 5.7 days
90th percentile: 30.2 days
Tracked items: 28

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Stale (9)
  • Auto-closed - Stale (6)
  • Feature (2)
  • Bug (1)
  • Discussion (1)
  • Verified (1)
  • ⭐️ New Contributor Friendly ⭐️ (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PRAW is a Python library that provides simple access to Reddit's API.

PRAW solves the problem of interacting with Reddit's API by abstracting away the complexity of direct HTTP requests and authentication. The library handles OAuth authentication, request formatting, and response parsing, allowing developers to work with Reddit data through straightforward Python objects and method calls rather than managing raw API endpoints and credentials manually.

Developers building Reddit-integrated applications, data analysis tools, or automation scripts should consider PRAW if they want to avoid low-level API implementation details. The library suits projects that need to read or manipulate Reddit content, manage user accounts, or monitor subreddit activity. It is particularly valuable for those prioritizing development speed over building custom API clients, as it provides pre-built functionality for common Reddit operations.

The project maintains active engagement with its user base through issue tracking and documentation updates. Development includes regular refinement of existing features and responsiveness to reported problems. The maintainers address edge cases and API compatibility issues as Reddit's platform evolves.