summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-17 06:41:10 -0600
committermsglm <msglm@techchud.xyz>2023-01-17 06:41:10 -0600
commitd20773a14ea7f60dd9c1177d04e094bfbcb4b8dd (patch)
tree10373a7df7fcbb669b05d982df846e1db445bcf4 /config
parent5e5ef059d67a4c1ddb039844caeca8c25e5451f7 (diff)
downloadindeedwatcher-d20773a14ea7f60dd9c1177d04e094bfbcb4b8dd.tar.gz
indeedwatcher-d20773a14ea7f60dd9c1177d04e094bfbcb4b8dd.tar.bz2
indeedwatcher-d20773a14ea7f60dd9c1177d04e094bfbcb4b8dd.zip
superior documentation
Diffstat (limited to 'config')
-rw-r--r--config/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/config.toml b/config/config.toml
index d65f652..5ec9bcf 100644
--- a/config/config.toml
+++ b/config/config.toml
@@ -1,6 +1,10 @@
-outdir = "/home/joybuke/Documents/Jobs/Potential/"
+#Output directory of the parsed jobs
+outdir = "/home/msglm/Documents/Jobs/Potential/"
+#port number that chromedriver will use
port = 9515
+#location of your chrome driver
chromedriver = "/usr/bin/chromedriver"
+#RSS feeds of indeed jobs
feeds = [
"https://rss.indeed.com/rss?q=Information%20Technology&l=Arkansas&jt=contract&explvl=entry_level",
"https://rss.indeed.com/rss?q=Information%20Technology&l=Arkansas&jt=temporary&explvl=entry_level",
@@ -187,4 +191,5 @@ feeds = [
]
[blacklist]
+#Terms that, if they appear in the title of a job, they'll be rejected instantly.
title= ["Senior", "Sr.", "Solid Waste", "Manager"]