Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
7f6c7a0534
Bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 21:04:38 +00:00
5 changed files with 570 additions and 2908 deletions

6
.gitignore vendored
View File

@ -4,9 +4,5 @@ __pycache__/
config.py
.idea/
py3.7/
py3/
py3.8/
py3.7.0/
*.db
*.code-workspace
*.log
py*/

View File

@ -1,8 +1,6 @@
dbfolder = ''
debug_status = False
sse_pubKey = '<public key in the format of pybtc python library>'
apiUrl = 'https://flosight.duckdns.org/api/'
# your apilayer.net access key
apilayerAccesskey = '<accesskey>'
dbfolder = 'path to FLO Token Scanner data folder'
sse_pubKey = ''
apiUrl = 'flosight api url'
apilayerAccesskey = 'api layer access key'
FLO_DATA_DIR = '/home/username/.flo'
FLO_CLI_PATH = '/usr/local/bin/flo-cli'

1437
parsing.py

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
aiofiles
aiofiles==0.4.0
APScheduler==3.9.1
arrow==0.15.2
blinker==1.4
certifi==2022.12.7
certifi==2023.7.22
cffi
chardet==3.0.4
Click==7.0
@ -17,7 +17,7 @@ Jinja2==2.11.3
MarkupSafe==1.1.1
multidict==4.5.2
priority==1.3.0
pyflo-lib==2.0.9
pybtc==2.0.9
pycparser==2.19
python-dateutil==2.8.0
Quart==0.10.0