diff --git a/.gitignore b/.gitignore index 1d452bf..f4a6d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -142,5 +142,4 @@ dmypy.json output.csv venv8/ quickstart.py -config.yaml states.json \ No newline at end of file diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..c549cd7 --- /dev/null +++ b/config.yaml @@ -0,0 +1,11 @@ +username: # Insert your username here +password: # Insert your password here + +positions: +- # Position you want to search for +- # Another position you want to search for +- # A third position you want to search for + +locations: +- # Location you want to search in +- # A second location you want to search in \ No newline at end of file