zhuowei / TweetbotLoginProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up mitmproxy

mitmweb --map-remote "@https://push.tapbots.com/@http://localhost:3000/"

Edit run.sh.template with Twitter API keys.

Note that the API keys need Elevated Access, and the redirect URL of the API app should be

tweetbot:///request_token

Run the server:

npm install
./run.sh

Try to log in; mitmproxy will route Tweetbot's authentication to your server and use your API keys.

TODO:

  • Get this to work with xAuth API keys

Thanks:

  • @428rinsuki for figuring out the redirect url
  • @KhaosT for documenting the response format

About


Languages

Language:JavaScript 100.0%