Date | Coin | Luck | Total | userCount | codeCount | nodeCount | signInCount |
---|---|---|---|---|---|---|---|
2023-03-20 | 206 | 52 | |||||
2023-03-21 | 165 | 99 | |||||
2023-03-23 | 94 | 2 | |||||
2023-03-24 | 114 | 31 | |||||
2023-03-25 | 174 | 11 | |||||
2023-03-26 | 77 | 56 | |||||
2023-04-04 | 171 | 62 | 40974 | 4698 | 175 | 17 | 82 |
2023-04-05 | 171 | 62 | 40974 | 4698 | 174 | 17 | 112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hashlib | |
from pathlib import Path | |
from pprint import pprint | |
import multitasking | |
import signal | |
import tqdm | |
import os | |
MAX_THREAD = 64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg id='imgs'> | |
<defs> | |
<g id="star"> | |
<path id="path445" d="M 105.45181,97.567559 81.201944,94.103695 66.03057,113.33605 69.494434,89.086191 50.262075,73.914817 74.511938,77.378681 89.683312,58.146322 86.219448,82.396185 Z" transform="matrix(4.580287,-1.9961824,1.9961824,4.580287,-377.76186,-87.303715)" /> | |
</g> | |
<g id="cloud"> | |
<path id="path732" d="M 26.278986,1.5907338 A 6.5048339,6.5048339 0 0 0 21.637438,3.5442992 2.6019338,2.6019338 0 0 0 20.161877,3.085288 2.6019338,2.6019338 0 0 0 17.612389,5.1745792 3.9029005,3.9029005 0 0 0 16.535692,5.0230272 3.9029005,3.9029005 0 0 0 14.865842,5.3993362 3.7921798,3.7921798 0 0 0 11.663848,3.6388712 3.7921798,3.7921798 0 0 0 8.391813,5.5164632 2.4081727,2.4081727 0 0 0 7.1797871,5.1888252 2.4081727,2.4081727 0 0 0 4.7715635,7.5970472 2.4081727,2.4081727 0 0 0 7.1797871,10.00527 2.4081727,2.4081727 0 0 0 8.5421786,9.5826642 a 3.7921798,3.7921798 0 0 0 3.1216694,1.6405678 3.7921798,3.7921798 0 0 0 1.510382,-0.316559 3.9029005,3.9029005 0 0 0 3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3.10 | |
import telepot | |
import time | |
import urllib3 | |
import sqlalchemy.orm | |
import datetime | |
import pytz | |
import pprint |