mirror of
https://github.com/stake-house/poap-reddit-bot.git
synced 2026-01-08 21:48:02 -05:00
23 lines
414 B
YAML
23 lines
414 B
YAML
reddit:
|
|
auth:
|
|
username: POAPbot
|
|
password:
|
|
client_id:
|
|
client_secret:
|
|
user_agent: "POAPbot by /u/Bad_Investment https://github.com/badinvestment/poap-reddit-bot"
|
|
|
|
db:
|
|
url: sqlite:///poap.db
|
|
|
|
poap:
|
|
url: https://poap.xyz/claim/
|
|
|
|
fastapi:
|
|
title: Reddit POAP Bot
|
|
version: 0.1.0
|
|
openapi_tags:
|
|
- name: admin
|
|
- name: events
|
|
- name: claims
|
|
- name: export
|
|
- name: scrape |