diff --git a/.gitignore b/.gitignore index 1cc266e..c4f9322 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea venv mail/__pycache__ +bearer.json +mail_credentials.json diff --git a/bearer.json b/bearer.json deleted file mode 100644 index 50f2a3d..0000000 --- a/bearer.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "bearer": "insert bearer token from twitter" -} - diff --git a/mail_credentials.json b/mail_credentials.json deleted file mode 100644 index 43c11d0..0000000 --- a/mail_credentials.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "smtp-server": "mail.example.com", - "smtp-port": 465, - "email-user": "username", - "email-sendfrom": "sendingmail@example.com", - "email-password": "passw0rd", - "email-sendto": "receiver@example.com" -}