services: - type: web name: umabot env: python plan: free buildCommand: pip install -e . startCommand: python -m umabot envVars: - key: REDDIT_CLIENT_ID sync: false - key: REDDIT_CLIENT_SECRET sync: false - key: REDDIT_USERNAME sync: false - key: REDDIT_PASSWORD sync: false - key: SUBREDDIT_NAME sync: false - key: REDDIT_USER_AGENT value: UmaBot/0.1.0 - key: CHECK_INTERVAL value: "60" - key: MAX_POSTS_PER_DAY value: "3" - key: DRY_RUN value: "false" - key: SPAM_MESSAGE value: "Your post has been removed for posting too frequently. Please wait before posting again." - key: ROLEPLAY_MESSAGE value: "Your post has been removed. Only one roleplay post is allowed per user."