rapptz/discord.py

An API wrapper for Discord written in Python.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 3rd, 2026
Created on August 21st, 2015
Open Issues & Pull Requests: 164 (+0)
GitHub issues: Enabled
Number of forks: 3,926
Total Stargazers: 16,171 (+0)
Total Subscribers: 253 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.5 hours
Mean response time: 26.7 days
90th percentile: 7.9 days
Tracked items: 171

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 12% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 813 days
Stale 30+ days: 26
Stale 90+ days: 20

Recent activity

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

Top labels

  • unconfirmed bug (79)
  • feature request (48)
  • bug (13)
  • as designed (12)
  • invalid (6)
  • duplicate (5)
  • discord bug (4)
  • question (4)

Most active issues this week

Detailed Description

discord.py is an API wrapper for Discord written in Python.

The tool solves the problem of programmatically interacting with Discord's API by providing a Pythonic interface that abstracts away the complexity of raw HTTP requests and WebSocket connections. It handles authentication, event dispatching, and message parsing, allowing developers to write bot logic by defining event handlers and making method calls rather than managing low-level protocol details.

The project suits developers building Discord bots in Python who want to avoid working directly with REST endpoints and gateway connections. It is appropriate for applications ranging from simple utility bots to complex multi-server systems. Developers should choose this tool if they are comfortable with Python and want a mature, well-documented library rather than implementing Discord integration from scratch or using a lower-level HTTP client.

The project maintains steady activity with regular commits addressing bug fixes and feature additions. Development includes ongoing refinement of the API surface and internal implementation details. The maintainers respond to issues and pull requests, indicating active stewardship of the codebase. The project has established patterns for contribution and maintains documentation alongside code changes.