-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-credentials.py
More file actions
12 lines (11 loc) · 875 Bytes
/
sample-credentials.py
File metadata and controls
12 lines (11 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# Rename this file to credentials.py and add your token/keys
# Your credentials for opskins, coinmarketcap-api and your telegram bot
# How to get opskinskey: You need an account at opskins.com - there you can generate your key at Account->Advanced Options
# How to get telegram bottoken: https://core.telegram.org/bots#6-botfather
# How to get coinmarketcap API Key: https://coinmarketcap.com/api/
# How to get coinmarketcap Sandbox API Key: https://sandbox.coinmarketcap.com/
bottoken="TOKEN-FROM-YOUR-TELEGRAM-BOT" #Telegram Bot Token
opskinskey='YOUR-OPSKINS-KEY' #Opsksinskey
cmcapikey='YOUR-CMC-API-KEY' #Live API Key
cmcsandboxkey='YOUR-CMC-SANDBOX-KEY' #sandbox API Key
activatecmcsandbox=False #Activate/Deactivate CMC Sandbox