Skip to content

Commit

Permalink
migrate to twitter v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cma2819 committed Dec 21, 2022
1 parent ee37de4 commit f08c8fa
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 12,907 deletions.
13 changes: 2 additions & 11 deletions configschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,13 @@
"twitter": {
"type": "object",
"additionalProperties": false,
"required": [
"targetWords",
"consumerKey",
"consumerSecret",
"accessToken",
"accessTokenSecret"
],
"required": ["targetWords", "bearer"],
"properties": {
"targetWords": {
"type": "array",
"items": {"type": "string"}
},
"consumerKey": {"type": "string"},
"consumerSecret": {"type": "string"},
"accessToken": {"type": "string"},
"accessTokenSecret": {"type": "string"}
"bearer": {"type": "string"}
}
},
"spotify": {
Expand Down
Loading

0 comments on commit f08c8fa

Please sign in to comment.