All Projects → sskender → Pornhub Api

sskender / Pornhub Api

Licence: mit
Unofficial API for PornHub.com in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pornhub Api

Jackett
API Support for your favorite torrent trackers
Stars: ✭ 6,690 (+3596.13%)
Mutual labels:  api, proxy
Bbc Rss
BBC iPlayer programmes / Nitro API to RSS adaptor app
Stars: ✭ 10 (-94.48%)
Mutual labels:  api, proxy
Api
姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.
Stars: ✭ 743 (+310.5%)
Mutual labels:  api, proxy
Memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
Stars: ✭ 380 (+109.94%)
Mutual labels:  api, proxy
Esp V2
A service proxy that provides API management capabilities using Google Service Infrastructure.
Stars: ✭ 120 (-33.7%)
Mutual labels:  api, proxy
Smocker
Smocker is a simple and efficient HTTP mock server and proxy.
Stars: ✭ 465 (+156.91%)
Mutual labels:  api, proxy
Swaddle
Automagically create API clients/wrappers in JavaScript
Stars: ✭ 23 (-87.29%)
Mutual labels:  api, proxy
Manba
HTTP API Gateway
Stars: ✭ 3,000 (+1557.46%)
Mutual labels:  api, proxy
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+771.27%)
Mutual labels:  api, pip
Waliyun
阿里云Node.js Open API SDK(完整版)
Stars: ✭ 40 (-77.9%)
Mutual labels:  api, proxy
Service Proxy
API gateway for REST and SOAP written in Java.
Stars: ✭ 355 (+96.13%)
Mutual labels:  api, proxy
Sp Rest Proxy
🌐 SharePoint REST API Proxy for local Front-end development tool-chains
Stars: ✭ 147 (-18.78%)
Mutual labels:  api, proxy
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: ✭ 306 (+69.06%)
Mutual labels:  api, proxy
Build
TeaWeb-可视化的Web代理服务。DEMO: http://teaos.cn:7777
Stars: ✭ 656 (+262.43%)
Mutual labels:  api, proxy
Pushpin
Proxy server for adding push to your API
Stars: ✭ 3,050 (+1585.08%)
Mutual labels:  api, proxy
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+339.78%)
Mutual labels:  api, proxy
Flaresolverr
Proxy server to bypass Cloudflare protection
Stars: ✭ 241 (+33.15%)
Mutual labels:  api, proxy
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+1503.87%)
Mutual labels:  api, proxy
Axios Module
Secure and easy axios integration with Nuxt.js
Stars: ✭ 998 (+451.38%)
Mutual labels:  api, proxy
Core
OPNsense GUI, API and systems backend
Stars: ✭ 1,827 (+909.39%)
Mutual labels:  api, proxy

PornHub Unofficial API

Unofficial API for pornhub.com in Python

Install

pip3 install pornhubapi

How to use

Create client

import pornhub
client = pornhub.PornHub()

Create client with proxy

import pornhub
client = pornhub.PornHub("5.135.164.72", 3128)
#With proxy, given a Proxy IP and Port. For the countries with restricted access like Turkey, etc.

Grab stars

for star in client.getStars(10):
    print(star)
    print(star["name"])

Create client with search keywords

keywords = ["word1", "word2"]
client = pornhub.PornHub(keywords)

for video in client.getVideos(10,page=2):
    print(video)
    print(video["url"])

Contributors


Ibrahim Ipek


Kittinan


Елизаров Роман Русланович


IThinkImOKAY

License

MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].