hahaga / line-bot

Line bot for our random features
MIT License
1 stars 2 forks source link

Secrets Storage #15

Open GiantRobato opened 5 years ago

GiantRobato commented 5 years ago

We need a good place to consistently do secrets storage for things like bothub credentials:

bothub channel add line --channel-id=<channel id> \
                        --channel-secret=<channel secret> \
                        --channel-access-token=<channel access token>
GiantRobato commented 5 years ago

Also needed for bothub account info (user/pass)