Giter Site home page Giter Site logo

zhiwang's Introduction

ZhiWang

爬取、搜索、分析知网数据

主要功能

  1. 爬取知网中A、B类期刊的的信息(不包括文章)
  2. 做成搜索页面,在不登录的情况下能够搜索后单一查看,登陆后可以批量下载信息
  3. 分析文章引用间关系(待完成)

使用方法

  1. 在ZhiWang中新建一个mysettings.py文件,填入对应信息
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__author__ = 'heianhu'

SECRET_KEY = ''

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': '',
        'USER': '',
        'PASSWORD': '',
        'HOST': '',
        'PORT': '',
    },
}

DEBUG = True

ALLOWED_HOSTS = []
  1. 修改 rootcorn文件,自动执行时间务必小于一周(每周执行最佳),并将目录正确设置。
  2. 将media正确命名

zhiwang's People

Contributors

heianhu avatar jiangeel avatar

Stargazers

 avatar  avatar Dan Huang avatar GreenYoshi (Wang Han) avatar  avatar  avatar  avatar Noisy avatar  avatar  avatar  avatar  avatar 旺蛋 avatar satac avatar  avatar 刘泽敏 avatar 瑜 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.