1.0.1 • Published 2 years ago

xauth-login v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Twitter X-Auth Login

A Node.js simple Tool for login to twitter account with X-auth Client Method to get "oauth_token" and "oauth_token_secret"

Installation

npm install xauth-login

Quick Example

const Twitter = require("xauth-login");

Twitter.xauthLogin({
	appKey: "CONSUMER_KEY",
	appSecret: "CONSUMER_SECRET",
	username: "twitter_username",
	password: "twitter_password",
}).then((res) => console.log(res));

My Social Media

☑ INSTAGRAM	: https://instagram.com/xznmnx
☑ FACEBOOK	: https://www.facebook.com/mr.znmn
☑ Github	: https://www.github.com/znmn
1.0.1

2 years ago

1.0.0

2 years ago