xauth-login

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i xauth-login

Weekly Downloads

19

Version

1.0.1

License

MIT

Unpacked Size

5.1 kB

Total Files

4

Last publish

Collaborators

  • znmn