Skip to content

TwitterDonation/webhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Donation Webhooks

This repository contains the code for serverless functions hosted on Firebase that are triggered by the Twitter Account Activity API and by the PayPal API.

The bot listens for @mentions with the correct message formatting then transfers funds using the PayPal API.

firebase functions:config:set twitter.consumer_key="CONSUMER_KEY"
firebase functions:config:set twitter.consumer_secret="CONSUMER_SECRET"
firebase functions:config:set twitter.token="TOKEN"
firebase functions:config:set twitter.token_secret="TOKEN_SECRET"
firebase functions:config:set paypal.client_id="CLIENT_ID"
firebase functions:config:set paypal.client_secret="CLIENT_SECRET"
firebase deploy --only functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published