GithubHelp home page GithubHelp logo

protonuniverse / 94imm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hijkpw/94imm

0.0 0.0 0.0 311 KB

94imm爬虫修复版,新增自动下载视频脚本,演示网站:https://imeizi.me

Home Page: https://imeizi.me

Shell 0.64% JavaScript 26.71% Python 29.87% PHP 0.93% CSS 27.37% HTML 14.48%

94imm's Introduction

94imm爬虫修复版,新增自动下载视频脚本,演示网站:https://imeizi.me,保姆级教程:https://v2raytech.com/imeizi-tutorial/

安装说明

参数配置

配置文件为根目录下的config.py

# 数据库信息,一键脚本自动添加
mysql_config = {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': '94imm',
        'USER': '94imm',
        'PASSWORD': '94imm',
        'HOST': '127.0.0.1',
        'PORT': '3306',
    }
# 数组形式,可以添加多个域名
allow_url=["imeizi.me","127.0.0.1"]
# 缓存超时时间,服务器性能好可缩短此时
cache_time=300
# 使用的模板(暂时开放一个)
templates="zde"
# 网站名
site_name="爱妹子"
# 一键脚本自动添加
site_url = "https://imeizi.me"
# 网站关键词
key_word = "爱妹子,美女写真,性感美女,美女图片,高清美女"
# 网站说明
description = "每日分享最新最全的美女图片和高清性感美女图片,性感妹子、日本妹子、**妹子、清纯妹子、妹子自拍以及街拍美女图片"
# 底部联系邮箱
email = "[email protected]"
# 网站调试模式
debug = False
# 友联
friendly_link = [{"name":"网络跳跃","link":"https://hijk.art"},{"name":"V2ray科技","link":"https://v2raytech.com"}]

使用说明

进入项目根目录

启动网站
./run.sh s
关闭网站
./run.sh stop
重启网站
./run.sh r
清空网站缓存(使所做的修改立即生效)
./run.sh c

项目模板目录templates,base.html中可直接添加统计代码

手动安装说明

项目依赖python3.6 mysql5.6

git clone https://github.com/hijkpw/94imm.git
cd 94imm
vi config.py  #参照配置说明修改
vi uwsgi.ini  #修改uwsgi配置

如需使用反向代理,在nginx.conf中添加如下server段

server {
    listen       80;
    server_name  localhost; # 网站域名

    root /var/www/94imm;
    location / {
        proxy_pass http://127.0.0.1:8000;
    }
    location /static {
        expires max;
    }

    location /favicon.ico {
        root /var/www/94imm/static;
    }
}

94imm's People

Contributors

hijkpw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.