Initial commit
This commit is contained in:
parent
1c1c9acc8d
commit
c0b220959f
7
config.ini
Normal file
7
config.ini
Normal 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
4
emailmastodon
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import configparser
|
||||
|
||||
CONFIG_PATH = "./config.ini"
|
Loading…
Reference in New Issue
Block a user