All Projects → but0n → Jianso_movie

but0n / Jianso_movie

Licence: mit
🎬 电影资源爬虫,电影图片抓取脚本,Flask|Nginx|wsgi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Jianso movie

Ok ip proxy pool
🍿爬虫代理IP池(proxy pool) python🍟一个还ok的IP代理池
Stars: ✭ 196 (+71.93%)
Mutual labels:  crawler, sqlite, flask
Proxy pool
Python爬虫代理IP池(proxy pool)
Stars: ✭ 13,964 (+12149.12%)
Mutual labels:  crawler, flask
Scout
RESTful search server written in Python, powered by SQLite.
Stars: ✭ 213 (+86.84%)
Mutual labels:  sqlite, flask
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+2714.91%)
Mutual labels:  crawler, flask
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-50%)
Mutual labels:  crawler, flask
Vault
swiss army knife for hackers
Stars: ✭ 346 (+203.51%)
Mutual labels:  crawler, sqlite
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (+151.75%)
Mutual labels:  crawler, flask
Sqlite Web
Web-based SQLite database browser written in Python
Stars: ✭ 1,169 (+925.44%)
Mutual labels:  sqlite, flask
Cancer Donation Portal Python Flask App
Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript
Stars: ✭ 32 (-71.93%)
Mutual labels:  sqlite, flask
Vulpy
Vulnerable Python Application To Learn Secure Development
Stars: ✭ 25 (-78.07%)
Mutual labels:  sqlite, flask
Python Testing Crawler
A crawler for automated functional testing of a web application
Stars: ✭ 68 (-40.35%)
Mutual labels:  crawler, flask
Poopak
POOPAK - TOR Hidden Service Crawler
Stars: ✭ 78 (-31.58%)
Mutual labels:  crawler, flask
Google Play Scraper
Node.js scraper to get data from Google Play
Stars: ✭ 1,606 (+1308.77%)
Mutual labels:  crawler
Lcrawl
一只优雅的正方教务系统爬虫。
Stars: ✭ 112 (-1.75%)
Mutual labels:  crawler
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-2.63%)
Mutual labels:  sqlite
Kripton
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Stars: ✭ 110 (-3.51%)
Mutual labels:  sqlite
Pyblog
Pyblog 是一个简单易用的在线 Markdown 博客系统,它使用 Python 的 flask 架构,理论上支持所有 flask-sqlalchemy 所能支持的数据库。 编辑器使用的是 editor.md。当前版本(v2.0)支持且仅支持 python3! Python 的 Markdown to HTML 编译器使用的是 Mistune! Just so!
Stars: ✭ 113 (-0.88%)
Mutual labels:  flask
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (-1.75%)
Mutual labels:  flask
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-3.51%)
Mutual labels:  crawler
Mhworlddata
Generate a SQLite file from MHW data
Stars: ✭ 110 (-3.51%)
Mutual labels:  sqlite

JianSo_Movie

  • 多进程电影资源爬虫
  • 电影图片抓取脚本
  • Flask+Nginx+wsgi网站架构
  • SQlite3

Demo

共收录了8309部电影!

demo

Crawler

get_mov ^ Get link, name, detail, image url of movies

get_img ^ Download images

Tree

├── LICENSE
├── README.md
├── config.ini
├── hello.py    \\Flask
├── img   \\Readme img
│   ├── get_img.png
│   ├── get_mov.png
│   └── webno.gif
├── jian_nginx.conf   \\Nginx Config
├── mv.db   \\Data base
├── note.txt    \\Python Note
├── robot.py    \\电影爬虫,数据将保存在mv.db
├── static
│   ├── css
│   │   ├── animation.css
│   │   ├── index.css
│   │   ├── main.css
│   │   └── search.css
│   ├── images
│   │   └── Get_img.py    \\Download images
│   ├── img
│   │   └── down.png    \\HTML img
│   └── scripts
│       ├── index.js
│       ├── jquery-2.1.4.min.js
│       └── search.js
├── templates
│   ├── index.html
│   └── searchList.html
└── venv
    ├ ...
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].