summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-08-17 19:54:24 -0500
committermsglm <msglm@techchud.xyz>2025-08-17 19:54:24 -0500
commit845d83d94f06fa78e7098f287784574958397acd (patch)
tree10373a7df7fcbb669b05d982df846e1db445bcf4 /config
parent9c1266f0319abbb06d7e5acc9eebf5f82f048d32 (diff)
downloadindeed-watcher-845d83d94f06fa78e7098f287784574958397acd.tar.gz
indeed-watcher-845d83d94f06fa78e7098f287784574958397acd.tar.bz2
indeed-watcher-845d83d94f06fa78e7098f287784574958397acd.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"]