Skip to content

Instantly share code, notes, and snippets.

config
from modes import OrderingMode
from anon import AnonymousMode
DEFAULT_CONFIG = {
# Scheduling
"ordering_mode": OrderingMode.WINDOW_FAIR,
"posts_per_day": 30,
"window_size": 10,