All Projects → bigdataboy2020 → fastapi_douyin

bigdataboy2020 / fastapi_douyin

Licence: other
更新 2.0 版本,使用 Python WEB 高性能异步框架 FastAPI 制作的抖音无水印解析下载,采用前后端分离思想!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fastapi douyin

ChefAPI
API using FastAPI and PostgreSQL for sharing or keeping track of awesome food recipes Based on Oauth2 and JWT 💎
Stars: ✭ 16 (-72.41%)
Mutual labels:  uvicorn, fastapi
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+68155.17%)
Mutual labels:  uvicorn, fastapi
fastrates
💵 Free & open source API service for current and historical foreign exchange rates.
Stars: ✭ 26 (-55.17%)
Mutual labels:  uvicorn, fastapi
fastapi
基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改
Stars: ✭ 75 (+29.31%)
Mutual labels:  uvicorn, fastapi
inboard
🚢 Docker images and utilities to power your Python APIs and help you ship faster. With support for Uvicorn, Gunicorn, Starlette, and FastAPI.
Stars: ✭ 106 (+82.76%)
Mutual labels:  uvicorn, fastapi
FastAPI-Full-Stack-Samples
The API Application Development using Python FastAPI, including interactive API documentation
Stars: ✭ 61 (+5.17%)
Mutual labels:  uvicorn, fastapi
Tplan
😃 T计划 是一个集成了任务队列、进程管理、爬虫部署、服务可视化监控、数据展示、在线编码、远程部署的通用系统。
Stars: ✭ 59 (+1.72%)
Mutual labels:  supervisor, fastapi
termpair
View and control terminals from your browser with end-to-end encryption 🔒
Stars: ✭ 1,390 (+2296.55%)
Mutual labels:  fastapi
recommendation-api
Rank and serve recommendations
Stars: ✭ 14 (-75.86%)
Mutual labels:  fastapi
layui-vue
采用 layui 风格的 vue3 组件库。(UI一直是个痛,那就先基于现有的UI,先封装几套玩玩。)
Stars: ✭ 15 (-74.14%)
Mutual labels:  layui
asymmetric
Ridiculously fast and easy module-to-API transformations. Learn in minutes, implement in seconds. Batteries included.
Stars: ✭ 35 (-39.66%)
Mutual labels:  uvicorn
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-68.97%)
Mutual labels:  fastapi
fastapi-boilerplate
FastAPI boilerplate for real world production
Stars: ✭ 145 (+150%)
Mutual labels:  fastapi
Fast-API-and-Docker-BootCamp
This repository contains learning resources for Python Fast API Framework and Docker, Build High Performing Apps With Python BootCamp by Lux Academy and Data Science East Africa.
Stars: ✭ 24 (-58.62%)
Mutual labels:  fastapi
jsf
Creates fake JSON files from a JSON schema
Stars: ✭ 46 (-20.69%)
Mutual labels:  fastapi
minisv
Simple supervisor for easy multi-binary service deploy
Stars: ✭ 26 (-55.17%)
Mutual labels:  supervisor
quoters
📝 Random quotes generator package. Available on npm and PyPi
Stars: ✭ 17 (-70.69%)
Mutual labels:  fastapi
elight.mvc
一款基于 Web 的通用管理系统轻量级解决方案
Stars: ✭ 80 (+37.93%)
Mutual labels:  layui
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (-70.69%)
Mutual labels:  fastapi
docker-examples
Configuration files for typical service running in Docker.
Stars: ✭ 18 (-68.97%)
Mutual labels:  supervisor

前言

这个是 2.1 版本,使用现在流行的前后端分离思想重构。

体验网址:https://douyin.bigdataboy.cn

更新日志

2021.07.19:解析恢复,V2 后缀为最新版,自行替换

2021.07.03:抖音更新网页版,已恢复正常使用(只更新了解析文件,复制一下代码,然后粘贴就好)

2020.05.30:使用 FastAPI 前后端分离重构

2020.05.02:已更新,正常使用

2020.04.27:抖音结构更新,已修复视频有水印。(失效了)

使用到的技术

后端:

  • 语言:Python
  • WEB框架:FastAPI (现代、快速(高性能)的 Web 框架)
  • 服务器框架:Uvicorn(基于asyncio开发的一个轻量级高效的web服务器框架)
  • 反向代理:Nginx (高性能的HTTP和反向代理web服务器)
  • 进程管理:Supervisor (ython开发的一套通用的进程管理程序)

前端:

  • UI框架:LayUI
  • 静态文件存放:Nginx

目录结构说明

app:后端源码

fastapi_html:前端源码

部署教程

部署教程访问:点击访问

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].