summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2026-05-09 00:31:51 -0500
committermsglm <msglm@techchud.xyz>2026-05-09 00:31:51 -0500
commite15d891cd2133561994a92b63cdae35f57604494 (patch)
tree7f242bbfe7bb665054688e7f9ea5bdc33a8005d3 /contrib
parent0d2c8000d6b10bdcaa0ff547c1c0a58ebc4ef5bd (diff)
downloadgetmeajob-e15d891cd2133561994a92b63cdae35f57604494.tar.gz
getmeajob-e15d891cd2133561994a92b63cdae35f57604494.tar.bz2
getmeajob-e15d891cd2133561994a92b63cdae35f57604494.zip
Inital Commit0.0.1
Diffstat (limited to 'contrib')
-rw-r--r--contrib/example.toml11
-rw-r--r--contrib/guix/python-ruff/license-not-array.patch25
2 files changed, 31 insertions, 5 deletions
diff --git a/contrib/example.toml b/contrib/example.toml
index e8ef72b..dde10a1 100644
--- a/contrib/example.toml
+++ b/contrib/example.toml
@@ -1,13 +1,14 @@
[aviation]
-
-sites=["indeed", "linkedin", "zip_recruiter", "google", "glassdoor", "bayt", "naukri", "bdjobs"]
+sites=["indeed", "zip_recruiter", "google", "glassdoor", "bayt", "naukri"]
+#sites=["indeed", "linkedin", "zip_recruiter", "google", "glassdoor", "bayt", "naukri", "bdjobs"]
search="Entry level Aviation Technician"
-location="Arizona"
+location="Phoenix, Arizona"
country="USA"
results_wanted=200
hours_old=336
+proxy=false
automated_questions = [
-"Does this job require a college diploma?"
-"Does this job offer PTO?"
+"Does this job require a college diploma?",
+"Does this job offer PTO?",
"Is there a listed salary?"
]
diff --git a/contrib/guix/python-ruff/license-not-array.patch b/contrib/guix/python-ruff/license-not-array.patch
new file mode 100644
index 0000000..9d9bb79
--- /dev/null
+++ b/contrib/guix/python-ruff/license-not-array.patch
@@ -0,0 +1,25 @@
+From aba7b61e294710ffe3a5aa274e541df9bc82388d Mon Sep 17 00:00:00 2001
+From: Anonymous <anonymous@example.org>
+Date: Sat, 2 May 2026 00:02:57 -0500
+Subject: [PATCH] make license not an array
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 62d8094..873d338 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -10,7 +10,7 @@ authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
+ readme = "README.md"
+ requires-python = ">=3.7"
+ license = "MIT"
+-license-files = ["LICENSE"]
++license-files = "LICENSE"
+ keywords = [
+ "automation",
+ "flake8",
+--
+2.52.0
+