Files
NijiHolo_EN_ID_Bot/secrets.ini
T

24 lines
642 B
INI
Raw Normal View History

2022-09-09 23:24:45 -07:00
## Twitter developer credentials.
# ---->> MAKE SURE YOUR VALUES AREN'T UPLOADED TO THE REPO! <<----
2022-09-09 23:18:30 -05:00
#
# This file should be added to .gitignore as a safeguard.
2022-09-09 23:24:45 -07:00
#
# If Git still wants to commit this file after changing its contents,
# force Git to stop tracking the file's changes:
# git update-index --assume-unchanged [<file> ...]
#
# To resume tracking its changes:
# git update-index --no-assume-unchanged [<file> ...]
#
# https://stackoverflow.com/questions/10755655/git-ignore-tracked-files
2022-09-09 23:18:30 -05:00
2022-09-12 01:31:09 -07:00
# note: api_key/secret = consumer_key/secret
2022-09-09 23:18:30 -05:00
[Credentials]
2022-09-23 22:58:47 -07:00
api_key=x
api_secret=y
bearer_token=z
oauth1_access_token=a
oauth1_access_secret=b