de2p/config.py.example

10 lines
376 B
Python

#!/usr/bin/env python3
# Either set as 'Bot YOUR_OAUTH_TOKEN'
# either your real token that you can get from browser web console
# You can't scrap emojis from servers you're not belonging to
AUTHORIZATION_TOKEN = 'meowmeowmeow'
# Just in case if Discord will go mad about useragent
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0'