-
Notifications
You must be signed in to change notification settings - Fork 4
/
pizzabot.config.example
59 lines (54 loc) · 1.92 KB
/
pizzabot.config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[Global]
; Command the bot should listen for
BOT_COMMAND_STR = !TEST
; Command for replying in Spanish
ESP_BOT_COMMAND_STR = !ESTEST
; Disable to stop the bot from posting comments
ENABLE_COMMENTS = True
; Account the bot will post from
ACCOUNT_NAME = pizzabot
; Posting key for the account
ACCOUNT_POSTING_KEY = 1234
; Active key for Hive-Engine transfers
ACCOUNT_ACTIVE_KEY = 1234
; Hive API node to use for read/write ops
HIVE_API_NODE = https://api.deathwing.me
; Should the bot try to send discord messages?
ENABLE_DISCORD = False
; Webhook URL for discord integration - generate from Channel config menu
DISCORD_WEBHOOK_URL = https://discord/com/api/webhooks/1231321
[HiveEngine]
; Name of Hive-Engine token for gifting
TOKEN_NAME = TEST
; Disable to stop the bot from making token transfers
ENABLE_TRANSFERS = False
; Amount the bot should give when invoked
TOKEN_GIFT_AMOUNT = 0.01
; Text for HE transfer memos
TRANSFER_MEMO = Enjoy a slice of $PIZZA on us! Learn more about the $PIZZA project @ https://hive.pizza
; List of users to allow to bypass daily gift limits
GIFT_ALLOW_LIST = user1,user2,user3
; List of users to block from sending and receiving gifts
GIFT_BLOCK_LIST = user1,user2,user3
[AccessLevel1]
; Minimum balance required for invoking the bot
MIN_TOKEN_BALANCE = 1
; Minimum staked balance required for invoking the bot
MIN_TOKEN_STAKED = 0
; Maximum # of token gifts per day
MAX_DAILY_GIFTS = 1
; Maximum # of token gifts per day between one pair of wallets
MAX_DAILY_GIFTS_UNIQUE = 2
[AccessLevel2]
; Minimum balance required for invoking the bot
MIN_TOKEN_BALANCE = 0
; Minimum staked balance required for invoking the bot
MIN_TOKEN_STAKED = 50
; Maximum # of token gifts per day
MAX_DAILY_GIFTS = 20
; Maximum # of token gifts per day between one pair of wallets
MAX_DAILY_GIFTS_UNIQUE = 5
; Look for votes from curation account to hand out tokens
[VoteWatcher]
; which account to monitor for upvotes
FOLLOW_ACCOUNT = mycurationaccount