yeref 0.24.33__py3-none-any.whl → 0.24.35__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py
CHANGED
@@ -16,6 +16,7 @@ import mimetypes
|
|
16
16
|
import os
|
17
17
|
import random
|
18
18
|
import re
|
19
|
+
import csv
|
19
20
|
import subprocess
|
20
21
|
|
21
22
|
import aioboto3
|
@@ -15916,9 +15917,9 @@ async def return_view_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
15916
15917
|
metrics_by_month[ym]["/startapp"],
|
15917
15918
|
]
|
15918
15919
|
writer.writerow(row)
|
15919
|
-
|
15920
|
-
|
15921
|
-
|
15920
|
+
csvfile.write("\n")
|
15921
|
+
csvfile.write(f"Unique wallet count: {len(wallets_set)}\n")
|
15922
|
+
csvfile.write(f"Unique users count: {len(users_set)}\n")
|
15922
15923
|
|
15923
15924
|
thumb = types.FSInputFile(os.path.join(EXTRA_D, 'parse.jpg'))
|
15924
15925
|
await bot.send_document(chat_id=my_tid, document=types.FSInputFile(f_name), thumbnail=thumb)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=i7z7OyVKV1R2KmZCXRbKYYlmI1VLB7-qLvm3GceVFRc,1026607
|
5
|
+
yeref-0.24.35.dist-info/METADATA,sha256=lFz91CsJ2N63qID9lMFjzhUtrRRn8Iubll1QFMNlLZ4,119
|
6
|
+
yeref-0.24.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.35.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.35.dist-info/RECORD,,
|
yeref-0.24.33.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=V3nj4XqxYKFKFqRkwwIiSoJU2ykkMR7SEP00G8uRSaE,1026578
|
5
|
-
yeref-0.24.33.dist-info/METADATA,sha256=GsyEJnRZsZi2Fn4axxHWOA1VrrpinHntLHm9RAuRK2c,119
|
6
|
-
yeref-0.24.33.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.33.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|