forked from diok22/uclTwitterBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 727 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "UCL SocBot",
"description": "Tweets UCL society room bookings as they happen.",
"repository": "https://github.com/diok22/uclTwitterBot",
"logo": "https://i.imgur.com/IsDrNjo.jpg",
"env": {
"UCLAPI_VERIFICATION_SECRET": {
"description": "The secret you get on the UCL API dashboard in the webhooks section of an app"
},
"TWITTER_CONSUMER_KEY": {
"description": "The Twitter consumer key"
},
"TWITTER_CONSUMER_SECRET": {
"description": "The Twitter consumer secret"
},
"TWITTER_ACCESS_TOKEN_KEY": {
"description": "The Twitter access token key"
},
"TWITTER_ACCESS_TOKEN_SECRET": {
"description": "The Twitter access token secret"
}
}
}