diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..57fbe20 --- /dev/null +++ b/config.ini @@ -0,0 +1,7 @@ +[credentials] +USER_MAIL = username +PASS_MAIL = password +URL_MAIL = example.org +PORT_MAIL = 993 +TOKEN = token +URL = example1.org diff --git a/emailmastodon b/emailmastodon new file mode 100755 index 0000000..614c482 --- /dev/null +++ b/emailmastodon @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 +import configparser + +CONFIG_PATH = "./config.ini"