fediseer/fediseer/consts.py

17 lines
325 B
Python
Raw Permalink Normal View History

FEDISEER_VERSION = "0.23.0"
2023-09-14 10:19:30 +00:00
SUPPORTED_SOFTWARE = {
"lemmy",
"mastodon",
"friendica",
"pleroma",
"akkoma",
"firefish",
"iceshrimp",
"misskey",
2023-09-14 10:19:30 +00:00
"mitra",
}
2023-09-27 22:22:00 +00:00
POLLS_PER_DAY=2
2023-12-29 15:44:57 +00:00
MAX_TAGS=100
MAX_GUARANTEES=20
MAX_GUARANTORS=1 #TODO: Not implemented yet
MAX_CONFIG_ACTIONS_PER_MIN=20