notea-de-me/crawler
Bel LaPointe 1bc0f17014 shorted pid for scraped and do not change title 2022-02-17 14:29:45 -07:00
..
README.md readme for crawler 2022-02-16 16:25:13 -07:00
cache.sh reorg repo 2022-02-16 12:01:11 -07:00
cache_test.sh reorg repo 2022-02-16 12:01:11 -07:00
gitlab.sh gitlab logs less, both 1 and 0 expand results mod original 2022-02-17 14:19:12 -07:00
gitlab_test.sh reorg repo 2022-02-16 12:01:11 -07:00
gitlab_wiki.sh fix up gitlab wiki anchor annoyance 2022-02-17 13:01:01 -07:00
google.sh google slides works enough for search 2022-02-16 16:14:31 -07:00
main.sh shorted pid for scraped and do not change title 2022-02-17 14:29:45 -07:00
notes.sh put with readonly uses put value 2022-02-17 12:15:21 -07:00
notes_test.sh reorg repo 2022-02-16 12:01:11 -07:00
rclone.sh google slides works enough for search 2022-02-16 16:14:31 -07:00
test.sh reorg repo 2022-02-16 12:01:11 -07:00

README.md

running

export RCLONE_CONFIG=/tmp/rclone.temp.conf export RCLONE_CONFIG_PASS=abc export CACHE=/tmp/notea-team3 export NOTES_ADDR=${NOTES_ADDR:-http://localhost:3004} export GITLAB_PAT=$(get_secret GITLAB_PAT) mkdir -p $CACHE bash main.sh echo $?