Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.3 KB

pr0-querybot

This readme is still work-in-progress

Self-hosting

Configuration files

.env

Rename .env-template to .env and set the variable values

Variable Description
BOT_TOKEN Discord bot user token
PR0GRAMM_USERNAME pr0gramm.com username
PR0GRAMM_PASSWORD pr0gramm.com password
DEBUG Set to true to enable debug log output (defaults to false)
VERBOSE Set to true to enable verbose log output (defaults to false)

config.yaml

Queries
Key Description
queries List of queries to execute
queries.query The actual search string for the query
queries.channel The channel ID where new posts from the query should be posted
queries.interval The interval in minutes in which the query should be executed