This curated list contains 560 awesome open-source projects with a total of 2.1M 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 3 projects
- Content Management Systems 6 projects
- Web Testing 49 projects
- Web Forms 5 projects
- Markdown 12 projects
- Third-party Web APIs 55 projects
- Email 11 projects
- Web Scraping & Crawling 34 projects
- Monitoring 12 projects
- Web UI 6 projects
- Admin UI 12 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 13 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 57 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 (🥇 39 · ⭐ 22K) - Web APIs for Django. BSD-3

bottle (🥈 34 · ⭐ 7.3K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
flask-restful (🥈 33 · ⭐ 6.2K) - Simple framework for creating REST APIs. BSD-3

Flask-AppBuilder (🥈 32 · ⭐ 3.4K) - Simple and rapid application development framework,.. BSD-3

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

hug (🥉 28 · ⭐ 6.5K · 💤 ) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT
masonite (🥉 25 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
guillotina (🥉 24 · ⭐ 160) - Python AsyncIO data API to manage billions of resources. BSD-3
web2py (🥉 22 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
-
GitHub (
👨💻 250 ·🔀 850 ·📦 38 ·📋 1K - 34% open ·⏱️ 26.06.2021):git clone https://github.com/web2py/web2py
justpy (🥉 19 · ⭐ 740 · 💤 ) - An object oriented high-level Python Web Framework that requires.. Apache-2
flask-mongorest (🥉 18 · ⭐ 520 · 💤 ) - Restful API framework wrapped around MongoEngine. BSD-3

Show 4 hidden projects...
- flask-restplus (
🥉 30 ·⭐ 2.5K ·💀 ) - Fully featured framework for fast, easy and..BSD-3
- japronto (
🥉 23 ·⭐ 8.5K ·💀 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
- vibora (
🥉 21 ·⭐ 5.7K ·💀 ) - Fast, asynchronous and elegant Python web framework.MIT
- Growler (
🥉 15 ·⭐ 690 ·💀 ) - A micro web-framework using asyncio coroutines and chained..Apache-2
HTTP Clients
httpie (🥈 32 · ⭐ 52K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
python-zeep (🥈 32 · ⭐ 1.6K) - A modern/fast python SOAP client based on lxml / requests. MIT
requests-toolbelt (🥉 30 · ⭐ 790) - A toolbelt of useful classes and functions to be used.. Apache-2
requests-futures (🥉 28 · ⭐ 1.8K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
http-prompt (🥉 25 · ⭐ 8.2K) - An interactive command-line HTTP and API testing client built on top.. MIT
Show 3 hidden projects...
- grequests (
🥉 26 ·⭐ 3.8K ·💀 ) - Requests + Gevent = 3.BSD-2
- pysimplesoap (
🥉 25 ·⭐ 360 ·💀 ) - Python Simple SOAP Library.❗️LGPL-3.0
- http-parser (
🥉 23 ·⭐ 330 ·💀 ) - HTTP request/response parser for python in C.MIT
Servers
gunicorn (🥇 38 · ⭐ 7.8K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients.. MIT
whitenoise (🥈 31 · ⭐ 1.8K) - Radically simplified static file serving for Python web apps. MIT
livereload (🥈 28 · ⭐ 930 · 💤 ) - livereload server in python (MAINTAINERS NEEDED). BSD-3
Hypercorn (🥉 26 · ⭐ 210) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
Show 3 hidden projects...
Authorization & Authentication
django-allauth (🥇 36 · ⭐ 6.7K) - Integrated set of Django applications addressing.. MIT

authlib (🥈 32 · ⭐ 2.7K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
google-auth (🥈 32 · ⭐ 440) - Google Auth Python Library. Apache-2
django-guardian (🥈 31 · ⭐ 3K) - Per object permissions for Django. BSD-3

flask-login (🥈 31 · ⭐ 2.9K) - Flask user session management. MIT

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

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

python-jose (🥈 31 · ⭐ 930) - A JOSE implementation in Python. MIT
django-rest-framework-simplejwt (🥈 29 · ⭐ 2.5K) - A JSON Web Token authentication plugin for the Django.. MIT

django-rules (🥉 27 · ⭐ 1.3K) - Awesome Django authorization, without the database. MIT

Flask-HTTPAuth (🥉 27 · ⭐ 1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT

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

django-cas-ng (🥉 26 · ⭐ 310) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT

authomatic (🥉 25 · ⭐ 970) - Simple yet powerful authorization / authentication client library for.. MIT
django-rest-knox (🥉 25 · ⭐ 680 · 💤 ) - Authentication Module for django rest auth. MIT

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

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

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

flask-praetorian (🥉 21 · ⭐ 290) - Strong, Simple, and Precise security for Flask APIs.. MIT

python-jwt (🥉 20 · ⭐ 190 · 💤 ) - Python module for generating and verifying JSON Web Tokens. MIT
flask_simplelogin (🥉 19 · ⭐ 140) - Simple Login - Login Extension for Flask - maintainer.. MIT

fastapi-jwt-auth (🥉 18 · ⭐ 250 · 💤 ) - FastAPI extension that provides JWT Auth support.. MIT

pyramid_jwt (🥉 16 · ⭐ 72 · 💤 ) - JWT authentication for Pyramid. BSD-2

Show 12 hidden projects...
- requests-oauthlib (
🥇 34 ·⭐ 1.4K ·💀 ) - OAuthlib support for Python-Requests!.ISC
- oauth2client (
🥈 31 ·⭐ 770 ·💀 ) - This is a Python library for accessing resources protected..Apache-2
- python-social-auth (
🥈 30 ·⭐ 2.8K ·💀 ) - Social auth made simple.BSD-3
- django-rest-framework-jwt (
🥈 29 ·⭐ 3.1K ·💀 ) - JSON Web Token Authentication support for Django REST..MIT
- python-oauth2 (
🥈 29 ·⭐ 2.9K ·💀 ) - A fully tested, abstract interface to creating OAuth clients..MIT
- rauth (
🥉 27 ·⭐ 1.6K ·💀 ) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
- Flask-User (
🥉 25 ·⭐ 940 ·💀 ) - Customizable User Authorization & User Management: Register,..MIT
- Flask-OpenID (
🥉 25 ·⭐ 210 ·💀 ) - Flask-OpenID adds openid support to flask applications.BSD-3
- django-stronghold (
🥉 23 ·⭐ 370 ·💀 ) - Get inside your stronghold and make all your Django..MIT
- velruse (
🥉 23 ·⭐ 250 ·💀 ) - Simplifying third-party authentication for web applications.MIT
- apex (
🥉 19 ·⭐ 95 ·💀 ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- fastapi-permissions (
🥉 14 ·⭐ 180 ·💤 ) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE
HTML Processing
html5lib-python (🥈 33 · ⭐ 930) - Standards-compliant library for parsing and serializing HTML.. MIT
markupsafe (🥈 32 · ⭐ 420) - Safely add untrusted strings to HTML/XML markup. BSD-3
WeasyPrint (🥉 25 · ⭐ 4.5K) - The awesome document factory. BSD-3
html5-parser (🥉 25 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2
selectolax (🥉 24 · ⭐ 420) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
Show 1 hidden projects...
- Requests-HTML (
🥉 31 ·⭐ 12K ·💀 ) - Pythonic HTML Parsing for Humans.MIT
URL Utilities
tldextract (🥇 31 · ⭐ 1.4K) - Accurately separate the TLD from the registered domain and.. BSD-3
Show 1 hidden projects...
- uritemplate (
🥉 27 ·⭐ 190 ·💀 ) - URI template parsing per RFC6570.❗️BSD-1-Clause
OpenAPI Utilities
OpenAPI Generator (🥇 35 · ⭐ 9.5K) - OpenAPI Generator allows generation of API client.. Apache-2

swagger-ui (🥈 30 · ⭐ 21K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2

-
GitHub (
👨💻 480 ·🔀 8K ·📦 32K ·📋 4.6K - 14% open ·⏱️ 11.08.2021):git clone https://github.com/swagger-api/swagger-ui
redoc (🥈 27 · ⭐ 15K) - OpenAPI/Swagger-generated API Reference Documentation. MIT

-
GitHub (
👨💻 160 ·🔀 1.7K ·📥 64 ·📦 1.6K ·📋 1.4K - 30% open ·⏱️ 25.08.2021):git clone https://github.com/Redocly/redoc
OpenAPI Spec validator (🥈 27 · ⭐ 180) - OpenAPI Spec validator. Apache-2
drf-spectacular (🥉 26 · ⭐ 690) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3

flask-swagger (🥉 26 · ⭐ 440 · 💤 ) - A swagger 2.0 spec extractor for flask. MIT

swagger-codegen (🥉 25 · ⭐ 13K · 📉 ) - swagger-codegen contains a template-driven engine to.. Apache-2

-
GitHub (
👨💻 1.2K ·🔀 5.6K ·📋 6.1K - 48% open ·⏱️ 18.08.2021):git clone https://github.com/swagger-api/swagger-codegen
OpenAPI-to-GraphQL (🥉 24 · ⭐ 1.1K) - Translate APIs described by OpenAPI Specifications.. MIT


openapi-core (🥉 23 · ⭐ 140) - OpenAPI core. BSD-3
AutoRest (🥉 22 · ⭐ 3.5K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT

-
GitHub (
👨💻 150 ·🔀 650 ·📥 77K ·📦 290 ·📋 1.8K - 4% open ·⏱️ 16.08.2021):git clone https://github.com/Azure/autorest
datamodel-code-generator (🥉 22 · ⭐ 580) - Pydantic model generator for easy conversion of JSON,.. MIT

openapi-python-client (🥉 19 · ⭐ 200) - Generate modern Python clients from OpenAPI. MIT

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


Show 3 hidden projects...
- django-rest-swagger (
🥈 28 ·⭐ 2.6K ·💀 ) - Swagger Documentation Generator for Django REST..BSD-2
- apistar (
🥉 26 ·⭐ 5.6K ·💀 ) - The Web API toolkit.BSD-3
- pyramid_swagger (
🥉 19 ·⭐ 64 ·💀 ) - Convenient tools for using Swagger to define and..BSD-3
GraphQL Utilities
graphene-django (🥇 30 · ⭐ 3.6K) - Integrate GraphQL into your Django project. MIT


graphql-core (🥈 26 · ⭐ 380) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
graphql-relay-py (🥈 25 · ⭐ 130) - A library to help construct a graphql-py server supporting.. MIT
flask-graphql (🥈 24 · ⭐ 1.2K · 💤 ) - Adds GraphQL support to your Flask application. MIT


graphene-mongo (🥈 24 · ⭐ 230) - Graphene MongoEngine integration. MIT

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

Strawberry GraphQL (🥉 20 · ⭐ 1.2K) - A new GraphQL library for Python. MIT

Flask-GraphQL-Auth (🥉 19 · ⭐ 61) - (Now finding maintainer) A Pythonic way to provide JWT.. MIT

tartiflette-aiohttp (🥉 18 · ⭐ 52) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
graphene-pydantic (🥉 16 · ⭐ 140) - Integrate GraphQL with your Pydantic models. Apache-2

tartiflette-asgi (🥉 16 · ⭐ 93) - ASGI support for the Tartiflette GraphQL engine. MIT

Show 1 hidden projects...
- python-graphql-client (
🥉 22 ·⭐ 140 ·💀 ) - Simple GraphQL client for Python 2.7+.MIT
Websocket Utilities
websocket-client (🥇 36 · ⭐ 2.7K · 📈 ) - WebSocket client for Python. Apache-2
autobahn-python (🥇 32 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
websockets (🥈 31 · ⭐ 3.5K) - Library for building WebSocket servers and clients in Python. BSD-3
Flask-SocketIO (🥈 29 · ⭐ 4.4K) - Socket.IO integration for Flask applications. MIT

python-socketio (🥈 28 · ⭐ 2.5K) - Python Socket.IO server and client. MIT
websockify (🥉 27 · ⭐ 2.9K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
Show 4 hidden projects...
- flask-sockets (
🥉 25 ·⭐ 1.7K ·💀 ) - Elegant WebSockets for your Flask apps.MIT
- gevent-socketio (
🥉 25 ·⭐ 1.2K ·💀 ) - Official repository for gevent-socketio.BSD-3
- sockjs-tornado (
🥉 25 ·⭐ 860 ·💀 ) - WebSocket emulation - Python server.MIT
- tornadio2 (
🥉 19 ·⭐ 530 ·💀 ) - Python socket.io server implementation on top of Tornado..Apache-2
RPC Utilities
rpyc (🥈 27 · ⭐ 1K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
fastapi-jsonrpc (🥉 18 · ⭐ 120) - JSON-RPC server based on fastapi. MIT

Show 1 hidden projects...
- spyne (
🥉 25 ·⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing..❗️LGPL-2.1
Serverless
python-lambda (🥉 24 · ⭐ 1.3K) - A toolkit for developing and deploying serverless Python code in.. ISC
Content Management Systems
django-cms (🥈 29 · ⭐ 8.3K) - The easy-to-use and developer-friendly CMS. BSD-3

Show 1 hidden projects...
Web Testing
pytest-django (🥈 31 · ⭐ 930) - A Django plugin for pytest. BSD-3

factory_boy (🥈 30 · ⭐ 2.6K) - A test fixtures replacement for Python. MIT

vcrpy (🥈 30 · ⭐ 2.1K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
SeleniumLibrary (🥈 29 · ⭐ 1.1K) - Web testing library for Robot Framework. Apache-2
webtest (🥈 29 · ⭐ 300 · 📈 ) - Wraps any WSGI application and makes it easy to send test requests to.. MIT
django-silk (🥈 28 · ⭐ 3K) - Silky smooth profiling for Django. MIT

SeleniumBase (🥈 28 · ⭐ 2.3K) - Automate Web Testing with Selenium, Python, and pytest. MIT
Prism (🥈 28 · ⭐ 2.2K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2

django-nose (🥈 27 · ⭐ 870) - Django test runner using nose. BSD-3

flask-debugtoolbar (🥈 27 · ⭐ 810 · 💤 ) - A toolbar overlay for debugging Flask applications. BSD-3

flask-testing (🥈 27 · ⭐ 470 · 💤 ) - Unittest extensions for Flask. BSD-3

pytest-flask (🥈 27 · ⭐ 380) - A set of pytest fixtures to test Flask applications. MIT

pyramid_debugtoolbar (🥉 26 · ⭐ 93 · 💤 ) - Pyramid debug toolbar. BSD-3

django-test-plus (🥉 25 · ⭐ 480) - Useful additions to Django's default TestCase. BSD-3

aioresponses (🥉 25 · ⭐ 300) - Aioresponses is a helper for mock/fake web requests in python.. MIT
httprunner (🥉 24 · ⭐ 2.5K) - One-stop solution for HTTP(S) testing. Apache-2
selenium-python-helium (🥉 23 · ⭐ 2.6K) - Selenium-python but lighter: Helium is the best.. MIT
pytest-splinter (🥉 23 · ⭐ 210 · 💤 ) - pytest splinter and selenium integration for anyone.. MIT
schemathesis (🥉 22 · ⭐ 920) - A modern API testing tool for web applications built with.. MIT


python-mocket (🥉 22 · ⭐ 220) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
Model Bakery (🥉 21 · ⭐ 420) - Object factory for Django. Apache-2

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

-
GitHub (
👨💻 37 ·🔀 170 ·📥 30K ·📋 370 - 9% open ·⏱️ 24.08.2021):git clone https://github.com/mockoon/mockoon
aresponses (🥉 19 · ⭐ 84 · 💤 ) - Asyncio http mocking. Similar to the responses library used for.. MIT
async-asgi-testclient (🥉 18 · ⭐ 83) - A framework-agnostic library for testing ASGI web.. MIT
Show 8 hidden projects...
- pyppeteer (
🥈 31 ·⭐ 3.5K ·💀 ) - Headless chrome/chromium automation library (unofficial port of..MIT
- parameterized (
🥈 27 ·⭐ 590 ·💤 ) - Parameterized testing with any Python test framework.❗️BSD-2-Clause-FreeBSD
- wdb (
🥉 23 ·⭐ 1.5K ·💀 ) - An improbable web debugger through WebSockets.❗️GPL-3.0
- pyresttest (
🥉 22 ·⭐ 1.1K ·💀 ) - Python Rest Testing.Apache-2
- requestium (
🥉 21 ·⭐ 1.6K ·💀 ) - Integration layer between Requests and Selenium for automation..BSD-3
- yandex-tank (
🥉 18 ·⭐ 2K) - Load and performance benchmark tool.❗️LGPL-2.1
- huxley (
🥉 16 ·⭐ 4.1K ·💀 ) - A testing system for catching visual regressions in Web..Apache-2
- Astra (
🥉 15 ·⭐ 1.8K ·💀 ) - Automated Security Testing For REST API's.Apache-2
Web Forms
django-crispy-forms (🥈 32 · ⭐ 4.3K) - The best way to have DRY Django forms. The app.. MIT

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

Markdown
markdown (🥇 34 · ⭐ 2.6K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
pelican (🥈 32 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
python-markdown2 (🥈 30 · ⭐ 2.2K) - markdown2: A fast and complete implementation of Markdown in.. MIT
pymdown-extensions (🥉 27 · ⭐ 520) - Extensions for Python Markdown. MIT
django-markdown-editor (🥉 25 · ⭐ 490) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0

markdown-it-py (🥉 21 · ⭐ 210) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
markdown-include (🥉 21 · ⭐ 68 · 💤 ) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0
Show 3 hidden projects...
Third-party Web APIs
discord.py (🥇 38 · ⭐ 8.3K) - An API wrapper for Discord written in Python. MIT
youtube-dl (🥇 37 · ⭐ 99K) - Command-line program to download videos from YouTube.com and.. Unlicense
google-api-python-client (🥇 35 · ⭐ 5K · 📉 ) - The official Python client library for Google's.. Apache-2
-
GitHub (
👨💻 170 ·🔀 2K ·📥 93 ·📦 71K ·📋 820 - 3% open ·⏱️ 25.08.2021):git clone https://github.com/googleapis/google-api-python-client
-
PyPi (
📥 28M / month ·📦 13K ·⏱️ 24.08.2021):pip install google-api-python-client
-
Conda (
📥 840K ·⏱️ 24.08.2021):conda install -c conda-forge google-api-python-client
GitPython (🥇 35 · ⭐ 3.2K) - GitPython is a python library used to interact with Git repositories. BSD-3
PyGithub (🥇 34 · ⭐ 4.6K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
python-telegram-bot (🥈 33 · ⭐ 16K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0
-
GitHub (
👨💻 160 ·🔀 3.4K ·📥 3.9K ·📦 36K ·📋 1.5K - 2% open ·⏱️ 11.08.2021):git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (
📥 370K / month ·📦 4.3K ·⏱️ 01.07.2021):pip install python-telegram-bot
-
Conda (
📥 38K ·⏱️ 07.07.2021):conda install -c conda-forge python-telegram-bot
pyTelegramBotAPI (🥈 33 · ⭐ 4.6K) - Python Telegram bot api. ❗️GPL-2.0
praw (🥈 33 · ⭐ 2.6K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
google-maps-services-python (🥈 30 · ⭐ 3.3K) - Python client library for Google Maps API Web Services. Apache-2
py-googletrans (🥈 30 · ⭐ 2.6K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
twython (🥈 30 · ⭐ 1.8K) - Actively maintained, pure Python wrapper for the Twitter API. Supports.. MIT
twilio (🥈 30 · ⭐ 1.5K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
simple-salesforce (🥈 30 · ⭐ 1.2K) - A very simple Salesforce.com REST API client for Python. Apache-2
slackclient (🥉 29 · ⭐ 3.2K) - Slack Developer Kit for Python. MIT
python-twitter (🥉 29 · ⭐ 3.2K) - A Python wrapper around the Twitter API. Apache-2
facebook-sdk (🥉 29 · ⭐ 2.6K · 💤 ) - Python SDK for Facebook's Graph API. Apache-2
instagram-scraper (🥉 28 · ⭐ 5.3K) - Scrapes an instagram user's photos and videos. Unlicense
twitter-scraper (🥉 28 · ⭐ 2.9K · 💤 ) - Scrape the Twitter Frontend API without authentication. MIT
imdbpy (🥉 28 · ⭐ 850) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0
coursera-dl (🥉 25 · ⭐ 8.5K) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0
gallery-dl (🥉 24 · ⭐ 3.7K) - Command-line program to download image galleries and.. ❗️GPL-2.0
igramscraper (🥉 24 · ⭐ 2.1K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT
python-slack-sdk (🥉 23 · ⭐ 3.2K) - Slack Developer Kit for Python. MIT
WikiExtractor (🥉 22 · ⭐ 2.8K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
scdl (🥉 18 · ⭐ 2.1K · 💤 ) - Soundcloud Music Downloader. ❗️GPL-2.0
-
GitHub (
👨💻 41 ·🔀 220 ·📦 36 ·📋 280 - 14% open ·⏱️ 28.12.2020):git clone https://github.com/flyingrub/scdl
GHunt (🥉 17 · ⭐ 10K) - Investigate Google emails and documents. MPL-2.0
-
GitHub (
👨💻 21 ·🔀 770 ·📋 210 - 16% open ·⏱️ 17.07.2021):git clone https://github.com/mxrch/GHunt
Show 10 hidden projects...
- tushare (
🥈 30 ·⭐ 11K ·💀 ) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- google-resumable-media (
🥈 30 ·⭐ 30) - Utilities for Google Media Downloads and Resumable..Apache-2
- slacker (
🥉 29 ·⭐ 1.6K ·💀 ) - Full-featured Python interface for the Slack API.Apache-2
- Google Images Download (
🥉 28 ·⭐ 7.7K ·💀 ) - Python Script to download hundreds of images from..MIT
- python-instagram (
🥉 26 ·⭐ 2.9K ·💀 ) - Python Client for Instagram API.MIT
- twitterscraper (
🥉 25 ·⭐ 1.9K ·💀 ) - Scrape Twitter for Tweets.MIT
- Django Facebook (
🥉 25 ·⭐ 1.4K ·💀 ) - Facebook open graph api implementation using the Django..BSD-3
- telepot (
🥉 24 ·⭐ 2.4K ·💀 ) - Python framework for Telegram Bot API.MIT
- instagram_private_api (
🥉 23 ·⭐ 2.1K ·💀 ) - A Python library to access Instagram's private API.MIT
- pyshorteners (
🥉 22 ·⭐ 310 ·💀 ) - Generating short urls with python has never been easier.❗️GPL-3.0
fastapi-mail (🥉 23 · ⭐ 200) - Fastapi mail system sending mails(individual, bulk).. MIT

mailer (🥉 22 · ⭐ 230) - A light-weight, modular, message representation and mail delivery framework.. MIT
pyramid_mailer (🥉 22 · ⭐ 51) - A package for sending email from your Pyramid application. BSD-3

Show 4 hidden projects...
- flask-mail (
🥇 28 ·⭐ 520 ·💀 ) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
- sync-engine (
🥈 25 ·⭐ 3.5K ·💀 ) - IMAP/SMTP sync system with modern APIs.❗️AGPL-3.0
- offlineimap (
🥉 24 ·⭐ 1.6K) - Read/sync your IMAP mailboxes (python2).❗️libpng-2.0
- gmail (
🥉 21 ·⭐ 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 (🥇 38 · ⭐ 41K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (🥇 31 · ⭐ 1.3K) - Parse feeds in Python. BSD-2
newspaper3k (🥇 30 · ⭐ 11K · 💤 ) - News, full-text, and article metadata extraction in Python 3... MIT
cloudscraper (🥈 29 · ⭐ 1.1K · 📈 ) - A Python module to bypass Cloudflare's anti-bot page. MIT
parsel (🥈 29 · ⭐ 690) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
MechanicalSoup (🥈 28 · ⭐ 3.8K) - A Python library for automating interaction with websites. MIT
trafilatura (🥉 23 · ⭐ 240) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
AutoScraper (🥉 21 · ⭐ 3.9K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
beautifulsoup4 (🥉 20 · 💤 ) - Screen-scraping library. MIT
dirsearch (🥉 19 · ⭐ 6.6K) - Web path scanner. ❗️GPL-2.0
-
GitHub (
👨💻 84 ·🔀 1.6K ·📦 1 ·📋 330 - 9% open ·⏱️ 19.08.2021):git clone https://github.com/maurosoria/dirsearch
Transistor (🥉 14 · ⭐ 210 · 💤 ) - Transistor, a Python web scraping framework for intelligent use.. MIT
Show 11 hidden projects...
- Pattern (
🥈 29 ·⭐ 8K ·💀 ) - Web mining module for Python, with tools for scraping, natural..BSD-3
- python-goose (
🥈 25 ·⭐ 3.7K ·💀 ) - Html Content / Article Extractor, web scrapping lib in..Apache-2
- scrapely (
🥉 24 ·⭐ 1.8K ·💀 ) - A pure-python HTML screen-scraping library.BSD-3
- robobrowser (
🥉 23 ·⭐ 3.6K ·💀 ) - Your friendly neighborhood web scraper.BSD-3
- frontera (
🥉 22 ·⭐ 1.2K ·💀 ) - A scalable frontier for web crawlers.BSD-3
- Photon (
🥉 21 ·⭐ 8.1K ·💀 ) - Incredibly fast crawler designed for OSINT.❗️GPL-3.0
- snallygaster (
🥉 18 ·⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
- Cola (
🥉 18 ·⭐ 1.4K ·💀 ) - A high-level distributed crawling framework.Apache-2
- opengraph (
🥉 18 ·⭐ 200 ·💀 ) - A python module to parse the Open Graph Protocol.MIT
- gain (
🥉 17 ·⭐ 2K ·💀 ) - Web crawling framework based on asyncio.❗️GPL-3.0
- lazynlp (
🥉 13 ·⭐ 1.9K ·💀 ) - Library to scrape and clean web pages to create massive datasets.MIT
Monitoring
sentry (🥇 33 · ⭐ 29K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0
Prometheus Client (🥇 26 · ⭐ 2.3K) - Python client for the Prometheus monitoring system. Apache-2
opentracing-python (🥈 25 · ⭐ 740) - OpenTracing API for Python. Apache-2
Flask-MonitoringDashboard (🥈 25 · ⭐ 550) - Automatically monitor the evolving performance of.. MIT

prometheus-flask-exporter (🥈 25 · ⭐ 370) - Prometheus exporter for Flask applications. MIT

opentelemetry-python (🥉 19 · ⭐ 650) - OpenTelemetry Python API and SDK. Apache-2
GoAccess (🥉 18 · ⭐ 14K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
-
GitHub (
👨💻 130 ·🔀 900 ·📋 1.9K - 16% open ·⏱️ 15.08.2021):git clone https://github.com/allinurl/goaccess