diff --git a/.gitignore b/.gitignore index 6c5aa7c..c103457 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ _build/ /gecko-*.tar.gz /geckodriver-* -config/ +config/.env diff --git a/config/example.env b/config/example.env new file mode 100644 index 0000000..ba642f5 --- /dev/null +++ b/config/example.env @@ -0,0 +1,2 @@ +TWITTER_USERNAME=your username, not your mail +TWITTER_PASSWORD=your password