From b1d3d8a83e29c9fd08280beaa14ca4c5e921de62 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Wed, 16 Feb 2022 16:25:13 -0700 Subject: [PATCH] readme for crawler --- crawler/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crawler/README.md diff --git a/crawler/README.md b/crawler/README.md new file mode 100644 index 0000000..af5faad --- /dev/null +++ b/crawler/README.md @@ -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 $?