Skip to content

scraping tool for yunoca(Yamaguchi University Academic Repository)

Notifications You must be signed in to change notification settings

kondoumh/yunoca-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yunoca-fetch

Scraping tool for yunoca(Yamaguchi University Academic Repository).

$ cp config/default.json config/production.json

Edit production.json.

{
    "Issue": {
        "creator": "セイ%2C+メイ"
    },
    "Mail": {
        "from": "[email protected]",
        "to": "[email protected]",
        "subject": "yunoca",
        "transport": "your_smtp_transport_setting"
    }
}

Set target creater name in Japanese katakana divided '%2c+' to Issue.creator.

If you want send data by mail set Mail settings.

$ npm install
$ npm start

Result file(CSV) will be created.

eg. work/yunoca-YYYYmmddHHmmdd.csv

If you want JSON format

$ npm run json

If you want HTML format

$ npm run html

This script send mail with csv format.

$ npm run mail

About

scraping tool for yunoca(Yamaguchi University Academic Repository)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published