Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0589ed17b8 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,9 +4,5 @@ __pycache__/
|
|||||||
config.py
|
config.py
|
||||||
.idea/
|
.idea/
|
||||||
py3.7/
|
py3.7/
|
||||||
py3/
|
py3.7.0/
|
||||||
py3.8/
|
|
||||||
*.db
|
*.db
|
||||||
*.code-workspace
|
|
||||||
*.log
|
|
||||||
py*/
|
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
dbfolder = ''
|
dbfolder = 'path to FLO Token Scanner data folder'
|
||||||
debug_status = False
|
sse_pubKey = ''
|
||||||
sse_pubKey = '<public key in the format of pybtc python library>'
|
apiUrl = 'flosight api url'
|
||||||
apiUrl = 'https://flosight.duckdns.org/api/'
|
apilayerAccesskey = 'api layer access key'
|
||||||
|
FLO_DATA_DIR = '/home/username/.flo'
|
||||||
# your apilayer.net access key
|
FLO_CLI_PATH = '/usr/local/bin/flo-cli'
|
||||||
apilayerAccesskey = '<accesskey>'
|
|
||||||
|
|
||||||
|
|||||||
1437
parsing.py
1437
parsing.py
File diff suppressed because it is too large
Load Diff
2015
ranchimallflo_api.py
2015
ranchimallflo_api.py
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
aiofiles
|
aiofiles==0.4.0
|
||||||
APScheduler==3.9.1
|
APScheduler==3.9.1
|
||||||
arrow==0.15.2
|
arrow==0.15.2
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
@ -17,12 +17,12 @@ Jinja2==2.11.3
|
|||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
multidict==4.5.2
|
multidict==4.5.2
|
||||||
priority==1.3.0
|
priority==1.3.0
|
||||||
pyflo-lib==2.0.9
|
pybtc==2.0.9
|
||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
Quart==0.10.0
|
Quart==0.10.0
|
||||||
Quart-CORS==0.2.0
|
Quart-CORS==0.2.0
|
||||||
requests==2.22.0
|
requests==2.31.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
sortedcontainers==2.1.0
|
sortedcontainers==2.1.0
|
||||||
toml==0.10.0
|
toml==0.10.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user