Questions tagged [twurl]

Twurl is a curl-like application, tailored specifically for the Twitter API.

Twurl is a curl-like application, tailored specifically for the Twitter API. It knows how to grant an access token to a Twitter app for a specified user and then sign all requests with that access token. It also provides other development and debugging conveniences such as defining aliases for common requests, as well as support for multiple access tokens to easily switch between different Twitter apps and Twitter accounts.

Read more about it here.

10 questions
2
votes
1 answer

Invalid or expired token on Twurl

I've done some research and found a question that wants to understand the reasons for “invalid or expired token” but that doesn't solve my problem / doesn't provide one solution to this case using twurl. Situation is that Registered app and got the…
zousan
  • 93
  • 6
1
vote
1 answer

Trying to use Twurl, getting "-bash: twurl: command not found" in response

I am trying to use twurl and I've been running into an issue. I have installed ruby, and I have installed Twurl. I know this because I can run gem list and I see twurl 0.9.6 as one of the listings. However, when I attempt to run twurl authorize I…
cbagin
  • 13
  • 3
0
votes
0 answers

Remove Running DM Welcome Message Bot in Twitter

i have installed(?) a welcome message bot in my twitter dm. yesterday i regenerate the api because i forgot where i saved them. now i can not delete or edit my current welcome message. i have deleted both the project and application also disconected…
0
votes
1 answer

get_user() takes 1 positional argument but 2 were given

I've been having issues getting passed this bug, I was wondering If anyone could help. Or could point me in the right direction? I believe the issue may be with API.get_user. But I just cannot find a workaround it. This script is supposed to read a…
0
votes
0 answers

Have Twurl installed, but I can't access it

I have installed Twurl but for some reason I still can't use it. I believe I have it installed because it shows up when I type the ls command. Then I am able to navigate to the folder that Twurl is contained in. However, I am not able to go into the…
cbagin
  • 13
  • 3
0
votes
1 answer

Fetch latest tweet from specific user using twurl

I am attempting to fetch the latest tweet from a specific account with twurl so it can be done in the command prompt. I am not too familiar with the Twitter API which is why I'm asking. I don't belive there is any way to fetch the latest tweet…
Stian
  • 1
  • 3
0
votes
1 answer

"code":32,"message":"Could not authenticate you." when using the access token obtained from tweepy

I was trying to use the chunk upload feature of twitter. Reference: https://developer.twitter.com/en/docs/media/upload-media/api-reference/post-media-upload-init Since this feature is not available on tweepy, I was trying to implement that from…
Eric
  • 389
  • 6
  • 16
0
votes
1 answer

Why is this twurl command (run on linux, by golang exec) not being authenticated?

I'm currently working on a Golang website (running on Ubuntu) that will update a twitter status. I used twurl customer key authentication on the system and I can successfully update the status if I type directly into the linux terminal. For…
0
votes
1 answer

Count number of Tweets from the past 30 days using Twurl

To request tweets from the Standard search API with a specific hashtag, I've done twurl "/1.1/search/tweets.json?q=#jesus" Tht worked fine. Now wanting to use the Premium search APIs to count the tweets from the past 30 days with the hashtag…
Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145
-1
votes
2 answers

Count twurl's retrieved tweets with a specific hashtags

In progress from the previous question, managed to request Tweets from a specific hashtag using the following command twurl "/1.1/search/tweets.json?q=#HASHTAG" Let's say we want to know the Tweets using the hashtag "jesus", then we do twurl…
Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145