3 Commits

3 changed files with 8115 additions and 1866 deletions

View File

@@ -124,7 +124,7 @@ def fritzab2matrix(tam):
for a in messages:
# format the information regarding the message
msg_info = a['Date'] + " - " + a['Number']
msg_info = a['Date'] + " - " + str(a['Number'])
if a['Name']:
msg_info += " (" + a['Name'] + ") "
@@ -172,7 +172,7 @@ def fritzab2matrix(tam):
def multitam(tams):
time.sleep(5)
time.sleep(10)
for tam in tams.keys():
print("Check TAM {}.".format(tam))
fritzab2matrix(tam)

File diff suppressed because it is too large Load Diff

View File

@@ -4,20 +4,25 @@ python-dotenv
xmltodict
smbprotocol
pydub
audioop-lts
# for matrix-commander
aiohttp
aiofiles #<0.5.0,>=0.4.0
aiofiles #>=0.6.0
argparse
asyncio
async-timeout
atomicwrites
cachetools
datetime
emoji
markdown
matrix-nio[e2e]>=0.18.3
notify2
peewee
Pillow
python-magic
pyxdg
uuid