]> git.mxchange.org Git - fba.git/commit - fba/boot.py
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 3 Jul 2023 22:37:31 +0000 (00:37 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 3 Jul 2023 22:37:31 +0000 (00:37 +0200)
commitf6b374725ff4af893f305af980040a67ae3e15c8
tree6bb30a49d062215b227076d7a427e87051067285
parentc25d369f3fb535dc38cd63f7d1edf5ac2d7a6f7d
Continued:
- added command fetch_instances_social to fetch new instances from
  instances.social
- you need to get an API key from them, please don't lower api_last_access to
  much, your API key/IP address might get banned!
- added table `apis` which keeps track of "API" accessed, including github
  and wikis, this is to lower traffic on these sites, again: please DO NOT
  overdose these requests! Your IP/API key might get blocked!
blocks_empty.db
config.defaults.json
fba/boot.py
fba/commands.py
fba/helpers/config.py
fba/models/__init__.py
fba/models/apis.py [new file with mode: 0644]
fba/models/instances.py