クローリングを実行する年月を指定可能にした
1 parent cba2633 commit 4260507c75e315fce6cca3041d5f91a1d15f7ff6
@haya4 haya4 authored on 7 Jul 2019
Showing 3 changed files
View
30
src/LICENSE.txt 0 → 100644
The MIT License (MIT)
 
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
 
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-------------------------------------------------------------------
talkCrawler
Copyright (c) 2018 Yuu Hayashi
http://surveyor.mydns.jp/gitbucket/git/yuu/talkCrawler.git
 
-------------------------------------------------------------------
About 'lib/javax.json-1.0.jar'
https://glassfish.java.net/public/CDDL+GPL_1_1.html
View
7
src/talkCrawler.sh 0 → 100644
#!/bin/bash
#
CLASSPATH=.:talkCrawler.jar
export CLASSPATH
 
java -cp $CLASSPATH talkcrawler.DailyIndex $1
View
src/talkcrawler/DailyIndex.java