fediseer/fediseer/consts.py

14 lines
230 B
Python

FEDISEER_VERSION = "0.19.1"
SUPPORTED_SOFTWARE = {
"lemmy",
"mastodon",
"friendica",
"pleroma",
"akkoma",
"firefish",
"iceshrimp",
"misskey",
"mitra",
}
POLLS_PER_DAY=2
MAX_TAGS=100