readme for crawler

master
Bel LaPointe 2022-02-16 16:25:13 -07:00
parent c7c728d567
commit b1d3d8a83e
1 changed files with 10 additions and 0 deletions

10
crawler/README.md Normal file
View File

@ -0,0 +1,10 @@
## 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 $?