Giter VIP home page Giter VIP logo

academic-report-detection's Introduction

Academic-Report-Detection

Usage

This real-time monitoring cawler can automatically search for the academic report news released by USTC, and sent emails to the appointed email address. In addition, the program can detect news which contains the specified keywords.

用途

这个程序是中科大学术报告收集器,运行后可以自动收集各个学院放出来的学术报告信息,并发送到某指定邮箱。同时,用户也可以指定关键词,只有含有关键词的学术报告新闻才会被检测并发送。

Setup

# Detect and print to the screen
python crawler.py
# Detect and send emails to the appointed address
python crawler.py --mail-to [email protected]
# Detect based on keywords
python crawler.py keyword1 keyword2
or
python crawler.py --mail-to [email protected] keyword1 keyword2

运行

# 监控并把信息打印到屏幕上
python crawler.py
# 监控并发送报告信息到指定邮箱
python crawler.py --mail-to [email protected]
# 只监控某些特定关键词
python crawler.py 关键词1 关键词2
或者
python crawler.py --mail-to [email protected] 关键词1 关键词2

academic-report-detection's People

Contributors

kiyoakii avatar

Stargazers

 avatar  avatar

Watchers

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