Skip to content

Commit

Permalink
Update twitter.js
Browse files Browse the repository at this point in the history
Signed-off-by: Yūnus Andréasson <yunus@edenmind.com>
  • Loading branch information
YunusAndreasson committed Nov 27, 2023
1 parent 3fe4b7d commit 87929b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/services/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ async function downloadImage(url, filepath) {
async function fetchAndPostTwitterThread() {
// Replace with your credentials
const twitterClient = new TwitterApi({
appKey: 'pmLdD4MkcmbhfqdnY5lFRg957',
appSecret: 'es6koFAwU3XFlFS9t1MY8jk9fyUKNmPawtPGprOnBXf1HUyNT9',
accessToken: '1327982041099595776-rygqzHGAs7ZjxVievNtCzbdnsfSbkH',
accessSecret: 'WbtS8bM7Kn54resx5qiGgUAzO6MbfCmj5xaysCsYGHoTk'
appKey: 'zzz',
appSecret: 'zzz',
accessToken: 'zzz',
accessSecret: 'zzz'
})

try {
Expand Down

0 comments on commit 87929b1

Please sign in to comment.