Initial commit

This commit is contained in:
youshitsune 2023-06-08 19:04:28 +02:00
parent 1c1c9acc8d
commit c0b220959f
2 changed files with 11 additions and 0 deletions

7
config.ini Normal file
View File

@ -0,0 +1,7 @@
[credentials]
USER_MAIL = username
PASS_MAIL = password
URL_MAIL = example.org
PORT_MAIL = 993
TOKEN = token
URL = example1.org

4
emailmastodon Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python3
import configparser
CONFIG_PATH = "./config.ini"