This curated list contains 570 awesome open-source projects with a total of 2.3M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
Contents
- Web Frameworks 32 projects
- HTTP Clients 19 projects
- Servers 12 projects
- Authorization & Authentication 39 projects
- HTML Processing 10 projects
- URL Utilities 6 projects
- OpenAPI Utilities 23 projects
- GraphQL Utilities 16 projects
- Websocket Utilities 11 projects
- RPC Utilities 4 projects
- Serverless 4 projects
- Content Management Systems 6 projects
- Web Testing 49 projects
- Web Forms 5 projects
- Markdown 12 projects
- Third-party Web APIs 56 projects
- Email 11 projects
- Web Scraping & Crawling 33 projects
- Monitoring 12 projects
- Web UI 8 projects
- Admin UI 12 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 16 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 58 projects
Explanation
🥇 🥈 🥉 Combined project-quality score⭐️ Star count from GitHub🐣 New project (less than 6 months old)💤 Inactive project (6 months no activity)💀 Dead project (12 months no activity)📈 📉 Project is trending up or down➕ Project was recently added❗️ Warning (e.g. missing/risky license)👨💻 Contributors count from GitHub🔀 Fork count from GitHub📋 Issue count from GitHub⏱️ Last update timestamp on package manager📥 Download count from package manager📦 Number of dependent projectsFlask related project
Django related project
FastAPI related project
Pyramid related project
OpenAPI related project
GraphQL related project
Web Frameworks
General purpose web frameworks to build web applications and REST APIs.
django-rest-framework (🥇 42 · ⭐ 23K) - Web APIs for Django. BSD-3

falcon (🥈 38 · ⭐ 8.8K) - The no-nonsense web data plane API and microservices framework for.. Apache-2
Flask-AppBuilder (🥈 38 · ⭐ 3.7K) - Simple and rapid application development framework,.. BSD-3

bottle (🥈 36 · ⭐ 7.6K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
flask-restful (🥈 35 · ⭐ 6.4K) - Simple framework for creating REST APIs. BSD-3

django-tastypie (🥉 34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3

masonite (🥉 31 · ⭐ 1.8K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
guillotina (🥉 28 · ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3
web2py (🥉 26 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
-
GitHub (
👨💻 260 ·🔀 850 ·📦 40 ·📋 1K - 33% open ·⏱️ 21.03.2022):git clone https://github.com/web2py/web2py
flask-mongorest (🥉 20 · ⭐ 520) - Restful API framework wrapped around MongoEngine. BSD-3

justpy (🥉 17 · ⭐ 830) - An object oriented high-level Python Web Framework that requires no.. Apache-2
Show 7 hidden projects...
- pyramid (
🥈 35 ·⭐ 3.7K) - Pyramid - A Python web framework.❗Unlicensed
- hug (
🥉 31 ·⭐ 6.6K ·💀 ) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..MIT
- flask-restplus (
🥉 30 ·⭐ 2.6K ·💀 ) - Fully featured framework for fast, easy and..BSD-3
- responder (
🥉 26 ·⭐ 3.6K ·💀 ) - A familiar HTTP Service Framework for Python.Apache-2
- japronto (
🥉 24 ·⭐ 8.6K ·💀 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
- vibora (
🥉 22 ·⭐ 5.7K ·💀 ) - Fast, asynchronous and elegant Python web framework.MIT
- Growler (
🥉 14 ·⭐ 690 ·💀 ) - A micro web-framework using asyncio coroutines and chained..Apache-2
HTTP Clients
urllib3 (🥈 40 · ⭐ 3K) - Python HTTP library with thread-safe connection pooling, file post support,.. MIT
httpie (🥈 37 · ⭐ 21K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
python-zeep (🥈 34 · ⭐ 1.7K) - A modern/fast python SOAP client based on lxml / requests. MIT
requests-toolbelt (🥉 32 · ⭐ 840 · 💤 ) - A toolbelt of useful classes and functions to be used.. Apache-2
requests-futures (🥉 28 · ⭐ 1.9K · 💤 ) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
http-prompt (🥉 25 · ⭐ 8.5K) - An interactive command-line HTTP and API testing client built on top.. MIT
Show 4 hidden projects...
- hyper (
🥉 29 ·⭐ 1K ·💀 ) - HTTP/2 for Python.MIT
- pysimplesoap (
🥉 25 ·⭐ 370 ·💀 ) - Python Simple SOAP Library.❗️LGPL-3.0
- http-parser (
🥉 23 ·⭐ 330 ·💀 ) - HTTP request/response parser for python in C.MIT
- httpstat (
🥉 20 ·⭐ 5.1K ·💀 ) - curl statistics made simple.MIT
Servers
gunicorn (🥇 42 · ⭐ 8.3K · 📉 ) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients.. MIT
whitenoise (🥈 33 · ⭐ 2K) - Radically simplified static file serving for Python web apps. MIT
livereload (🥉 27 · ⭐ 960) - livereload server in python (MAINTAINERS NEEDED). BSD-3
Hypercorn (🥉 26 · ⭐ 260) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
Show 3 hidden projects...
Authorization & Authentication
django-allauth (🥇 41 · ⭐ 7.2K) - Integrated set of Django applications addressing.. MIT

requests-oauthlib (🥇 38 · ⭐ 1.5K) - OAuthlib support for Python-Requests!. ISC
google-auth (🥇 37 · ⭐ 520) - Google Auth Python Library. Apache-2
flask-login (🥈 36 · ⭐ 3K) - Flask user session management. MIT

flask-jwt-extended (🥈 35 · ⭐ 1.3K) - An open source Flask extension that provides JWT.. MIT

django-oauth-toolkit (🥈 34 · ⭐ 2.5K) - OAuth2 goodies for the Djangonauts!. BSD-3

django-guardian (🥈 32 · ⭐ 3.2K) - Per object permissions for Django. BSD-3

django-rest-framework-simplejwt (🥈 32 · ⭐ 3K) - A JSON Web Token authentication plugin for the Django.. MIT

django-rules (🥈 30 · ⭐ 1.5K) - Awesome Django authorization, without the database. MIT

python-jose (🥉 29 · ⭐ 1.1K) - A JOSE implementation in Python. MIT
Flask-HTTPAuth (🥉 29 · ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT

dj-rest-auth (🥉 29 · ⭐ 930) - Authentication for Django Rest Framework. MIT

fastapi-users (🥉 28 · ⭐ 1.9K) - Ready-to-use and customizable users management for FastAPI. MIT

flask-dance (🥉 27 · ⭐ 880) - Doing the OAuth dance with style using Flask, requests, and.. MIT

django-rest-knox (🥉 26 · ⭐ 740) - Authentication Module for django rest auth. MIT

fastapi_login (🥉 25 · ⭐ 320) - FastAPI-Login tries to provide similar functionality as.. MIT

Flask-OpenID (🥉 25 · ⭐ 220) - Flask-OpenID adds openid support to flask applications. BSD-3

authomatic (🥉 24 · ⭐ 980 · 💤 ) - Simple yet powerful authorization / authentication client library.. MIT
django-cas-ng (🥉 24 · ⭐ 330) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT

python-jwt (🥉 22 · ⭐ 200) - Python module for generating and verifying JSON Web Tokens. MIT
flask-praetorian (🥉 21 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs.. MIT

flask_simplelogin (🥉 18 · ⭐ 170 · 💤 ) - Simple Login - Login Extension for Flask - maintainer.. MIT

Show 13 hidden projects...
- authlib (
🥈 36 ·⭐ 3.1K) - The ultimate Python library in building OAuth, OpenID Connect..❗️BSD-1-Clause
- oauth2client (
🥈 33 ·⭐ 780 ·💀 ) - This is a Python library for accessing resources protected..Apache-2
- python-social-auth (
🥈 32 ·⭐ 2.8K ·💀 ) - Social auth made simple.BSD-3
- django-rest-framework-jwt (
🥈 31 ·⭐ 3.1K ·💀 ) - JSON Web Token Authentication support for Django REST..MIT
- python-oauth2 (
🥈 30 ·⭐ 2.9K ·💀 ) - A fully tested, abstract interface to creating OAuth clients..MIT
- rauth (
🥉 28 ·⭐ 1.6K ·💀 ) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
- Flask-User (
🥉 26 ·⭐ 980 ·💀 ) - Customizable User Authorization & User Management: Register,..MIT
- django-stronghold (
🥉 23 ·⭐ 380 ·💀 ) - Get inside your stronghold and make all your Django..MIT
- velruse (
🥉 22 ·⭐ 250 ·💀 ) - Simplifying third-party authentication for web applications.MIT
- fastapi-jwt-auth (
🥉 19 ·⭐ 360 ·💀 ) - FastAPI extension that provides JWT Auth support..MIT
- apex (
🥉 16 ·⭐ 96 ·💀 ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- pyramid_jwt (
🥉 16 ·⭐ 73 ·💀 ) - JWT authentication for Pyramid.BSD-2
- fastapi-permissions (
🥉 13 ·⭐ 260 ·💀 ) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE
HTML Processing
bleach (🥇 37 · ⭐ 2.3K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
markupsafe (🥈 36 · ⭐ 470) - Safely add untrusted strings to HTML/XML markup. BSD-3
html5lib-python (🥉 33 · ⭐ 970 · 💤 ) - Standards-compliant library for parsing and serializing HTML.. MIT
WeasyPrint (🥉 32 · ⭐ 4.9K) - The awesome document factory. BSD-3
selectolax (🥉 25 · ⭐ 540) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
html5-parser (🥉 20 · ⭐ 620) - Fast C based HTML 5 parsing for python. Apache-2
Show 1 hidden projects...
- Requests-HTML (
🥈 34 ·⭐ 13K ·💀 ) - Pythonic HTML Parsing for Humans.MIT
URL Utilities
tldextract (🥇 36 · ⭐ 1.5K · 📈 ) - Accurately separates a URLs subdomain, domain, and public.. BSD-3
Show 1 hidden projects...
- uritemplate (
🥉 27 ·⭐ 200) - URI template parsing per RFC6570.❗️BSD-1-Clause
OpenAPI Utilities
OpenAPI Generator (🥇 42 · ⭐ 12K) - OpenAPI Generator allows generation of API client.. Apache-2

swagger-ui (🥇 37 · ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2

-
GitHub (
👨💻 520 ·🔀 8.3K ·📦 33K ·📋 4.8K - 15% open ·⏱️ 05.05.2022):git clone https://github.com/swagger-api/swagger-ui
redoc (🥈 33 · ⭐ 17K) - OpenAPI/Swagger-generated API Reference Documentation. MIT

-
GitHub (
👨💻 190 ·🔀 1.9K ·📥 66 ·📦 2.5K ·📋 1.5K - 26% open ·⏱️ 12.05.2022):git clone https://github.com/Redocly/redoc
AutoRest (🥈 32 · ⭐ 3.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT

-
GitHub (
👨💻 160 ·🔀 690 ·📥 85K ·📦 370 ·📋 1.9K - 2% open ·⏱️ 11.05.2022):git clone https://github.com/Azure/autorest
swagger-codegen (🥈 30 · ⭐ 14K) - swagger-codegen contains a template-driven engine to.. Apache-2

-
GitHub (
👨💻 1.2K ·🔀 5.8K ·📋 6.5K - 48% open ·⏱️ 12.04.2022):git clone https://github.com/swagger-api/swagger-codegen
drf-spectacular (🥈 30 · ⭐ 1.1K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3

OpenAPI-to-GraphQL (🥉 28 · ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications.. MIT


datamodel-code-generator (🥉 25 · ⭐ 970) - Pydantic model generator for easy conversion of JSON,.. MIT

OpenAPI Spec validator (🥉 25 · ⭐ 210) - OpenAPI Spec validator. Apache-2
openapi-core (🥉 23 · ⭐ 160) - OpenAPI core. BSD-3
openapi-python-client (🥉 22 · ⭐ 360) - Generate modern Python clients from OpenAPI. MIT

pyramid_openapi3 (🥉 17 · ⭐ 75) - Pyramid addon for OpenAPI3 validation of requests and.. MIT


Show 3 hidden projects...
- django-rest-swagger (
🥈 30 ·⭐ 2.6K ·💀 ) - Swagger Documentation Generator for Django REST..BSD-2
- flask-swagger (
🥉 26 ·⭐ 450 ·💀 ) - A swagger 2.0 spec extractor for flask.MIT
- pyramid_swagger (
🥉 19 ·⭐ 64 ·💀 ) - Convenient tools for using Swagger to define and..BSD-3
GraphQL Utilities
Strawberry GraphQL (🥇 33 · ⭐ 2.2K) - A GraphQL library for Python that leverages type.. MIT

graphene-django (🥈 32 · ⭐ 3.9K) - Integrate GraphQL into your Django project. MIT


graphql-core (🥈 32 · ⭐ 420) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
graphql-relay-py (🥈 27 · ⭐ 140) - A library to help construct a graphql-py server supporting.. MIT
graphene-mongo (🥉 24 · ⭐ 250) - Graphene MongoEngine integration. MIT

tartiflette (🥉 23 · ⭐ 810) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
django-graphql-auth (🥉 22 · ⭐ 280) - Django registration and authentication with GraphQL. MIT

graphene-pydantic (🥉 19 · ⭐ 160) - Integrate GraphQL with your Pydantic models. Apache-2

tartiflette-aiohttp (🥉 18 · ⭐ 58) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
tartiflette-asgi (🥉 16 · ⭐ 97) - ASGI support for the Tartiflette GraphQL engine. MIT

Flask-GraphQL-Auth (🥉 16 · ⭐ 64 · 💤 ) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT

Show 2 hidden projects...
- flask-graphql (
🥉 25 ·⭐ 1.3K ·💀 ) - Adds GraphQL support to your Flask application.MIT
- python-graphql-client (
🥉 20 ·⭐ 150 ·💀 ) - Simple GraphQL client for Python 2.7+.MIT
Websocket Utilities
websocket-client (🥇 39 · ⭐ 2.9K) - WebSocket client for Python. Apache-2
websockets (🥇 37 · ⭐ 3.9K) - Library for building WebSocket servers and clients in Python. BSD-3
autobahn-python (🥈 36 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
Flask-SocketIO (🥈 33 · ⭐ 4.7K) - Socket.IO integration for Flask applications. MIT

python-socketio (🥈 33 · ⭐ 2.8K) - Python Socket.IO server and client. MIT
websockify (🥉 27 · ⭐ 3K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
Show 4 hidden projects...
- flask-sockets (
🥉 27 ·⭐ 1.7K ·💀 ) - [DEPRECATED] Alternative:..MIT
- gevent-socketio (
🥉 26 ·⭐ 1.2K ·💀 ) - Official repository for gevent-socketio.BSD-3
- sockjs-tornado (
🥉 26 ·⭐ 860 ·💀 ) - WebSocket emulation - Python server.MIT
- tornadio2 (
🥉 20 ·⭐ 530 ·💀 ) - Python socket.io server implementation on top of Tornado..Apache-2
RPC Utilities
rpyc (🥈 32 · ⭐ 1.2K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
fastapi-jsonrpc (🥉 18 · ⭐ 160) - JSON-RPC server based on fastapi. MIT

Show 1 hidden projects...
- spyne (
🥉 28 ·⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing..❗️LGPL-2.1
Serverless
python-lambda (🥉 26 · ⭐ 1.4K · 💤 ) - A toolkit for developing and deploying serverless Python code.. ISC
lambdarest (🥉 19 · ⭐ 91 · 💤 ) - Flask like web framework for AWS Lambda. MIT
Content Management Systems
django-cms (🥈 38 · ⭐ 8.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3

Show 1 hidden projects...
Web Testing
SeleniumBase (🥈 33 · ⭐ 2.8K) - A Web-UI testing framework that lets you move fast and detect.. MIT
pytest-django (🥈 33 · ⭐ 1K) - A Django plugin for pytest. BSD-3

django-silk (🥈 32 · ⭐ 3.4K) - Silky smooth profiling for Django. MIT

Prism (🥈 32 · ⭐ 2.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2

vcrpy (🥈 32 · ⭐ 2.2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
SeleniumLibrary (🥈 32 · ⭐ 1.1K) - Web testing library for Robot Framework. Apache-2
-
GitHub (
👨💻 110 ·🔀 670 ·📥 3.5K ·📦 2.3K ·📋 970 - 4% open ·⏱️ 20.04.2022):git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (
📥 560K / month ·📦 120 ·⏱️ 08.01.2022):pip install robotframework-seleniumlibrary
-
Conda (
📥 46K ·⏱️ 12.01.2022):conda install -c conda-forge robotframework-seleniumlibrary
factory_boy (🥈 31 · ⭐ 2.8K) - A test fixtures replacement for Python. MIT

flask-debugtoolbar (🥈 30 · ⭐ 840) - A toolbar overlay for debugging Flask applications. BSD-3

httprunner (🥈 29 · ⭐ 2.8K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2
django-nose (🥈 28 · ⭐ 870 · 💤 ) - Django test runner using nose. BSD-3

Mockoon (🥉 27 · ⭐ 3.8K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT

-
GitHub (
👨💻 39 ·🔀 220 ·📥 75K ·📦 24 ·📋 430 - 12% open ·⏱️ 10.05.2022):git clone https://github.com/mockoon/mockoon
schemathesis (🥉 27 · ⭐ 1.2K) - A modern API testing tool for web applications built.. MIT


webtest (🥉 27 · ⭐ 320) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
pytest-flask (🥉 26 · ⭐ 420) - A set of pytest fixtures to test Flask applications. MIT

Model Bakery (🥉 25 · ⭐ 540) - Object factory for Django. Apache-2

django-test-plus (🥉 25 · ⭐ 510) - Useful additions to Djangos default TestCase. BSD-3

aioresponses (🥉 25 · ⭐ 350) - Aioresponses is a helper for mock/fake web requests in python.. MIT
python-mocket (🥉 25 · ⭐ 230) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
selenium-python-helium (🥉 24 · ⭐ 2.9K) - Selenium-python but lighter: Helium is the best.. MIT
requestium (🥉 23 · ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3
aresponses (🥉 20 · ⭐ 90) - Asyncio http mocking. Similar to the responses library used for requests. MIT
async-asgi-testclient (🥉 18 · ⭐ 110) - A framework-agnostic library for testing ASGI web.. MIT
Show 11 hidden projects...
- pyppeteer (
🥈 31 ·⭐ 3.5K ·💀 ) - Headless chrome/chromium automation library (unofficial port of..MIT
- flask-testing (
🥉 27 ·⭐ 480 ·💀 ) - Unittest extensions for Flask.BSD-3
- parameterized (
🥉 26 ·⭐ 660 ·💀 ) - Parameterized testing with any Python test framework.❗️BSD-2-Clause-FreeBSD
- pyramid_debugtoolbar (
🥉 25 ·⭐ 94 ·💀 ) - Pyramid debug toolbar.BSD-3
- pytest-splinter (
🥉 24 ·⭐ 230 ·💀 ) - pytest splinter and selenium integration for anyone..MIT
- wdb (
🥉 23 ·⭐ 1.5K ·💀 ) - An improbable web debugger through WebSockets.❗️GPL-3.0
- pyresttest (
🥉 23 ·⭐ 1.1K ·💀 ) - Python Rest Testing.Apache-2
- httmock (
🥉 23 ·⭐ 440 ·💀 ) - A mocking library for requests.Apache-2
- yandex-tank (
🥉 21 ·⭐ 2.1K) - Load and performance benchmark tool.❗️LGPL-2.1
- huxley (
🥉 17 ·⭐ 4.1K ·💀 ) - A testing system for catching visual regressions in Web..Apache-2
- Astra (
🥉 15 ·⭐ 2K ·💀 ) - Automated Security Testing For REST APIs.Apache-2
Web Forms
django-crispy-forms (🥇 37 · ⭐ 4.4K) - The best way to have DRY Django forms. The app.. MIT

django-formtools (🥉 27 · ⭐ 580) - A set of high-level abstractions for Django forms. BSD-3

Markdown
markdown (🥇 38 · ⭐ 2.9K · 📈 ) - A Python implementation of John Grubers Markdown with Extension.. BSD-3
pelican (🥇 36 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
python-markdown2 (🥈 35 · ⭐ 2.3K) - markdown2: A fast and complete implementation of Markdown in.. MIT
mistune (🥈 33 · ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
pymdown-extensions (🥈 32 · ⭐ 600) - Extensions for Python Markdown. MIT
django-markdownx (🥉 25 · ⭐ 720) - Comprehensive Markdown plugin built for Django. BSD-3

markdown-it-py (🥉 25 · ⭐ 310) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
django-markdown-editor (🥉 24 · ⭐ 560) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0

Show 1 hidden projects...
- markdown-include (
🥉 21 ·⭐ 77 ·💀 ) - Provides syntax for Python-Markdown which allows for..❗️GPL-3.0
Third-party Web APIs
youtube-dl (🥇 44 · ⭐ 110K · 📉 ) - Command-line program to download videos from YouTube.com.. Unlicense
discord.py (🥇 44 · ⭐ 11K) - An API wrapper for Discord written in Python. MIT
google-api-python-client (🥇 43 · ⭐ 5.6K) - The official Python client library for Googles.. Apache-2
-
GitHub (
👨💻 180 ·🔀 2.1K ·📦 100K ·📋 900 - 5% open ·⏱️ 06.05.2022):git clone https://github.com/googleapis/google-api-python-client
-
PyPi (
📥 26M / month ·📦 7.3K ·⏱️ 03.05.2022):pip install google-api-python-client
-
Conda (
📥 1.2M ·⏱️ 04.05.2022):conda install -c conda-forge google-api-python-client
python-telegram-bot (🥇 40 · ⭐ 18K · 📈 ) - We have made you a wrapper you cant refuse. ❗️LGPL-3.0
-
GitHub (
👨💻 170 ·🔀 4K ·📥 7K ·📦 53K ·📋 1.6K - 2% open ·⏱️ 10.05.2022):git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (
📥 620K / month ·📦 2.5K ·⏱️ 06.05.2022):pip install python-telegram-bot
-
Conda (
📥 46K ·⏱️ 02.02.2022):conda install -c conda-forge python-telegram-bot
GitPython (🥇 40 · ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories. BSD-3
pyTelegramBotAPI (🥈 38 · ⭐ 5.6K) - Python Telegram bot api. ❗️GPL-2.0
PyGithub (🥈 36 · ⭐ 5.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
slackclient (🥈 36 · ⭐ 3.4K) - Slack Developer Kit for Python. MIT
praw (🥈 36 · ⭐ 2.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
twilio (🥈 36 · ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
google-maps-services-python (🥈 35 · ⭐ 3.5K · 📈 ) - Python client library for Google Maps API Web Services. Apache-2
python-slack-sdk (🥈 34 · ⭐ 3.4K) - Slack Developer Kit for Python. MIT
instagram-scraper (🥈 32 · ⭐ 6.2K) - Scrapes an instagram users photos and videos. Unlicense
python-twitter (🥈 32 · ⭐ 3.3K) - A Python wrapper around the Twitter API. Apache-2
simple-salesforce (🥉 31 · ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python. Apache-2
gallery-dl (🥉 29 · ⭐ 4.9K) - Command-line program to download image galleries and.. ❗️GPL-2.0
imdbpy (🥉 29 · ⭐ 970) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0
twitter-scraper (🥉 27 · ⭐ 3.2K) - Scrape the Twitter Frontend API without authentication. MIT
WikiExtractor (🥉 23 · ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
notion-sdk-py (🥉 23 · ⭐ 680) - Official Notion SDK rewritten in Python (sync + async). MIT
GHunt (🥉 20 · ⭐ 11K) - Offensive Google framework. MPL-2.0
-
GitHub (
👨💻 25 ·🔀 920 ·📋 260 - 21% open ·⏱️ 25.04.2022):git clone https://github.com/mxrch/GHunt
Show 17 hidden projects...
- tushare (
🥈 33 ·⭐ 12K ·💀 ) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- google-resumable-media (
🥈 33 ·⭐ 35) - Utilities for Google Media Downloads and Resumable..Apache-2
- py-googletrans (
🥈 32 ·⭐ 3K ·💀 ) - (unofficial) Googletrans: Free and Unlimited Google translate..MIT
- facebook-sdk (
🥈 32 ·⭐ 2.6K ·💀 ) - Python SDK for Facebooks Graph API.Apache-2
- Google Images Download (
🥉 30 ·⭐ 8K ·💀 ) - Python Script to download hundreds of images from..MIT
- Wikipedia (
🥉 30 ·⭐ 2.4K ·💀 ) - A Pythonic wrapper for the Wikipedia API.MIT
- coursera-dl (
🥉 29 ·⭐ 8.8K ·💀 ) - Script for downloading Coursera.org videos and naming them.❗️LGPL-3.0
- slacker (
🥉 29 ·⭐ 1.6K ·💀 ) - Full-featured Python interface for the Slack API.Apache-2
- notion-py (
🥉 27 ·⭐ 3.6K ·💀 ) - Unofficial Python API client for Notion.so.MIT
- python-instagram (
🥉 27 ·⭐ 2.9K ·💀 ) - Python Client for Instagram API.MIT
- gmusicapi (
🥉 27 ·⭐ 2.5K ·💀 ) - An unofficial client library for Google Music.BSD-3
- Django Facebook (
🥉 27 ·⭐ 1.4K ·💀 ) - Facebook open graph api implementation using the Django..BSD-3
- telepot (
🥉 26 ·⭐ 2.4K ·💀 ) - Python framework for Telegram Bot API.MIT
- twitterscraper (
🥉 26 ·⭐ 2K ·💀 ) - Scrape Twitter for Tweets.MIT
- instagram_private_api (
🥉 25 ·⭐ 2.4K ·💀 ) - A Python library to access Instagrams private API.MIT
- igramscraper (
🥉 25 ·⭐ 2.3K ·💀 ) - scrapes medias, likes, followers, tags and all metadata...MIT
- pyshorteners (
🥉 25 ·⭐ 330 ·💀 ) - Generating short urls with python has never been easier.❗️GPL-3.0
fastapi-mail (🥉 22 · ⭐ 320) - Fastapi mail system sending mails(individual, bulk).. MIT

pyramid_mailer (🥉 21 · ⭐ 51 · 💤 ) - A package for sending email from your Pyramid.. BSD-3

Show 6 hidden projects...
- flask-mail (
🥇 29 ·⭐ 540 ·💀 ) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
- sync-engine (
🥈 27 ·⭐ 3.5K ·💀 ) - IMAP/SMTP sync system with modern APIs.❗️AGPL-3.0
- flanker (
🥈 27 ·⭐ 1.5K ·💀 ) - Python email address and Mime parsing library.Apache-2
- offlineimap (
🥉 25 ·⭐ 1.7K ·💤 ) - Read/sync your IMAP mailboxes (python2).❗️libpng-2.0
- mailer (
🥉 21 ·⭐ 240 ·💀 ) - A light-weight, modular, message representation and mail delivery..MIT
- gmail (
🥉 20 ·⭐ 1.7K ·💀 ) - A Pythonic interface for Google Mail.MIT
Web Scraping & Crawling
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇 44 · ⭐ 43K · 📉 ) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (🥇 32 · ⭐ 1.4K) - Parse feeds in Python. BSD-2
cloudscraper (🥈 30 · ⭐ 1.9K) - A Python module to bypass Cloudflares anti-bot page. MIT
parsel (🥈 30 · ⭐ 770) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
MechanicalSoup (🥈 29 · ⭐ 3.9K) - A Python library for automating interaction with websites. MIT
trafilatura (🥉 26 · ⭐ 470) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
Show 15 hidden projects...
- newspaper3k (
🥇 32 ·⭐ 12K ·💀 ) - News, full-text, and article metadata extraction in Python 3...MIT
- Pattern (
🥇 32 ·⭐ 8.2K ·💀 ) - Web mining module for Python, with tools for scraping, natural..BSD-3
- pyspider (
🥈 30 ·⭐ 15K ·💀 ) - A Powerful Spider(Web Crawler) System in Python.Apache-2
- python-goose (
🥈 28 ·⭐ 3.8K ·💀 ) - Html Content / Article Extractor, web scrapping lib in..Apache-2
- scrapely (
🥉 25 ·⭐ 1.8K ·💀 ) - A pure-python HTML screen-scraping library.BSD-3
- robobrowser (
🥉 24 ·⭐ 3.6K ·💀 ) - Your friendly neighborhood web scraper.BSD-3
- frontera (
🥉 24 ·⭐ 1.2K ·💀 ) - A scalable frontier for web crawlers.BSD-3
- AutoScraper (
🥉 22 ·⭐ 4.4K ·💀 ) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
- snallygaster (
🥉 21 ·⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
- Cola (
🥉 21 ·⭐ 1.4K ·💀 ) - A high-level distributed crawling framework.Apache-2
- gazpacho (
🥉 20 ·⭐ 640 ·💀 ) - The simple, fast, and modern web scraping library.MIT
- gain (
🥉 18 ·⭐ 2K ·💀 ) - Web crawling framework based on asyncio.❗️GPL-3.0
- opengraph (
🥉 16 ·⭐ 210 ·💀 ) - A python module to parse the Open Graph Protocol.MIT
- lazynlp (
🥉 13 ·⭐ 2K ·💀 ) - Library to scrape and clean web pages to create massive datasets.MIT
- Transistor (
🥉 13 ·⭐ 210 ·💀 ) - Transistor, a Python web scraping framework for intelligent use..MIT