node-twitter icon indicating copy to clipboard operation
node-twitter copied to clipboard

Client library for the Twitter REST and Streaming API's.

Results 100 node-twitter issues
Sort by recently updated
recently updated
newest added

please accept sir for tea testnet reward

Hi, I am in this space. Currently from code base i see that we are using this library and thinking whether we might be impacted with Twitter recent API changes....

I write the code, but get an error `client.stream("statuses/filter", { track: "twitter" }, function (stream) { stream.on("data", function (tweet) { console.log(tweet.text); }); stream.on("error", function (error) { console.log(error); }); });` The...

As the title suggests. Interested in using this library and curios if it supports OAuth2.0 with PKCE flow? Thanks,

I'm trying to add metadata to an uploaded media but I get the following error : ``` { "request": "/1.1/media/metadata/create.json", "error": "Invalid json payload." } ``` Here is the Twitter...

I am trying upload and post video media to the twitter using 'twitter' npm package. During this I am facing an error : error Error: HTTP Error: 400 Bad Request...

Hi, I am trying to follow a specific twitter ID and track tweets containing certain keywords. ``` require('dotenv').config() const Twit = require('twit') const Discord = require('discord.js'); const client = new...

Hi, I'm trying to find accounts that have recently been created and / or have few followers. I can't find any filters to insert in the 'q:' parameter: `client.get('users/search', {q:...

Does anybody know a shortcut or whatever to accomplish this action

Would it be possible to load the media knowing the url endpoint? I'm not too sure how to do it, any help is appreciated