A Node.js simple Tool for login to twitter account with X-auth Client Method to get "oauth_token" and "oauth_token_secret"
npm install xauth-loginconst Twitter = require("xauth-login");
Twitter.xauthLogin({
appKey: "CONSUMER_KEY",
appSecret: "CONSUMER_SECRET",
username: "twitter_username",
password: "twitter_password",
}).then((res) => console.log(res));☑ INSTAGRAM : https://instagram.com/xznmnx
☑ FACEBOOK : https://www.facebook.com/mr.znmn
☑ Github : https://www.github.com/znmn