1.1.0 • Published 2 years ago

twt-api v1.1.0

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

Twitter V1 API Wrapper

Simple Twitter API V1 wrapper for Node.js

  • Support using "oauth_token" and "oauth_token_secret" from X-Auth Client Twitter Login
  • Using Package : twitter-api-v2

Installation

npm install twt-api

Quick Example

const TwitterAPI = require("twt-api");

(async () {
    const client = new TwitterApi({
        appKey: "CONSUMER_KEY",
        appSecret: "CONSUMER_SECRET",
        accessToken: "oauth_token",
        accessSecret: "oauth_token_secret",
    })

    const me = await client.getMyInfo();
    console.log(me);
})();

How to get oauth and oauth_secret Twitter Token ?

Use This Package to Get oauth and oauth_secret Twitter Token : znmn/xauth-login

Supported Method

  • getMyInfo()

Get Info For Current User

client.getMyInfo();
  • follow()

Follow User By Username/ID User

client.follow(user);
  • unfollow()

Unfollow User By Username/ID User

client.unfollow(user);
  • tweet()

Create a Tweet

client.tweet(text);
  • retweet()

Retweet a Tweet by Tweet ID/Link Tweet

client.retweet(tweet);
  • getUserInfo()

Get Info For Another User By Username/ID User

client.getUserInfo(user);

My Social Media

☑ INSTAGRAM	: https://instagram.com/xznmnx
☑ FACEBOOK	: https://www.facebook.com/mr.znmn
☑ Github	: https://www.github.com/znmn
@everything-registry/sub-chunk-2991us-that-modulous-unless-straggleus-whereas-previousus-zowie-pleaseus-blend-gadzooksus-chaff-partyus-coerce-yowzaus-drat-whoeverus-exotic-towardus-nicely-readilyus-normal-teemingus-plus-viciouslyus-psst-boohoous-quake-broadcastus-relieve-defineus-secret-zowieus-from-madlyus-handle-fooeyus-limply-regardingus-loyally-bludgeonus-midst-baseboardus-affect-phooeyus-angry-uh-huhuss-scared-redoubleuss-yuck-bleaklyus-aching-backlightus-around-whoseus-bravely-phooeyus-initial-zowieus-kookily-blindlyus-kookily-naturalus-maniac-yowzaus-sally-dynamiteus-seizure-rarelyus-pish-promptlyus-green-darknessus-tensely-roundus-uh-huh-vainlyuss-corral-frivoloususs-dolor-broadlyuss-happy-waveformuss-pfft-enumerateus-cold-throwus-enliven-penguinus-woot-phooeyus-yippee-bumpyus-yuck-zestyx-rarely-oppositex-usually-longinglyx-which-frequentx-worse-clearlyx-gosh-wherex-infect-likewisex-numeric-policex-prod-yippeex-despite-cruellyx-dismiss-acrossx-fondue-indolentx-first-boohoox-fare-barringx-amend-beyondx-anguish-notarizex-atop-twisterx-attack-yippeex-beneath-ill-fatedx-cheery-messengerx-broil-gadzooks@infinitebrahmanuniverse/nolb-twtxiaohai-elementuitea-unearth-promptlytea-unlike-oftentea-truly-smoothtea-wearily-well-littea-whereas-safelytea-however-sleeptea-male-zowietea-about-minortea-lambkin-whiletea-floor-aligntea-steel-zowietea-pfft-alongtea-slobber-cucumbertea-blah-concedetea-beside-yowzatea-begonia-insteadtea-psst-yippeetea-quiz-committea-repent-scorntwt-playground
1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago