twitter Questions
4
Solved
class MyStreamListener(tweepy.StreamListener):
def on_status(self, status):
print(status.text) # prints every tweet received
def on_error(self, status_code):
if status_code == 420: # end of mo...
Emotionalize asked 2/10, 2021 at 12:39
2
I am encountering a notification while authenticating requests to the Twitter API v2 endpoints.
{
client_id: 'xxxxxxx',
detail: 'When authenticating requests to the Twitter API v2 endpoints, you ...
Copyedit asked 16/6, 2023 at 2:49
3
I'm trying to add a Twitter authorization button that gets me user oauth_token & oauth_token_secret which allows our tool to do actions against on the user's behalf.
import NextAuth from "...
Soupspoon asked 19/11, 2022 at 7:52
3
I'm working on a social media sentiment analysis for a class. I have gotten all of the tweets about the Kentucky Derby for a 2 month period saved into pkl files.
My question is: how do I get all o...
4
I am trying to share the tweet using twitter share button and using twitter cards for post image with my link and i am using :
<meta property="og:image" content="https://farm6.staticflickr.com/...
Tasiatasiana asked 19/1, 2017 at 10:58
3
Solved
The new Twitter v2 API was just released a couple of weeks ago, so this may just be an issue of the documentation not being done quite yet.
What I am trying to do is search recent tweets for "...
3
Solved
So I have a script like this now:
popUp("https://twitter.com/intent/tweet?text=" + greeting + poem + " -&url=" + siteURL, 704, 260);
The "poem" is a haiku and I'd love to have it like:
line1
l...
Unclassified asked 23/10, 2013 at 18:28
10
Solved
I am trying to store a tweet in my MYSQL table. The tweet is:
quiero que me escuches, no te burles no te rias, anoche tuve un sueño que te fuiste de mi vida 🎶🎶
The final two ch...
3
Solved
I have checked a couple of related questions to find an answer to my question, but all to no avail. This question Can we get email ID from Twitter oauth API? got me as far as getting the Twitter su...
Naiad asked 31/3, 2016 at 10:22
10
Solved
Literally I am looking for something like this:
https://developers.facebook.com/tools/debug/
But for Twitter Cards.
I put something wrong on my pages and I need them to be refreshed asap. But a...
Similitude asked 29/1, 2015 at 5:18
2
Solved
I am trying hard to find a way to reply to a tweet with Twitter API V2, but it seems there is no endpoint for doing something like that, in Twitter Developer docs i found a way to post and delete a...
Diggins asked 19/5, 2022 at 8:49
7
I am writing python to crawl Twitter space using Twitter-py. I have set the crawler to sleep for a while (2 seconds) between each request to api.twitter.com. However, after some times of running (a...
Academic asked 11/1, 2012 at 5:54
8
Solved
I tried to upload a video file (mp4) to Twitter but the site complained it couldn't be uploaded. It seems Twitter has some conditions in order to allow a video upload:
File Type: MP4 or MOV
Max Ti...
3
I am trying to use the PKCE flow for the user authentication.
After successful redirection by using the following pattern:
https://twitter.com/i/oauth2/authorize?response_type=code&client_id=M1...
3
Using the below python code, while the authentication is successful, I get the following error:
Error Code: 453: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 ...
Unbidden asked 7/6, 2023 at 1:36
8
Solved
I'm trying to get embed tweet from Twitter. So, I'm using cURL to get the json back. I wrote a little test but the test takes around 5 seconds as well as when I run locally. So, I'm not sure what a...
5
When I try to query recent search endpoint of twitter /2/tweets/search/recent it throws an exception
{
"client_id": "xxxxx",
"required_enrollment": "Standard Ba...
Fasces asked 6/1, 2021 at 11:41
5
From the Twitter API docs ( http://dev.twitter.com/pages/counting_characters ):
the 140 chars tweet limit doesn't really count the characters but rather the bytes of the string.
How would I be ab...
Nunes asked 5/6, 2011 at 19:59
2
Solved
I use data mining by twitter.
So I get value create_at from twitter to save in file excel after that send file excel to google sheet but
It can't to send it.
It have error this :
response = servi...
Cosby asked 7/4, 2020 at 6:51
2
Solved
I'm collecting Twitter data (tweets + meta data) into a MongoDB server. Now I want to do some statistical analysis. To get the data from MongoDB into a Pandas data frame I used the following code:
...
6
Solved
I want to test the Twitter API for an app in the future. I was trying to test it with Postman but I get this error all the time.
"code": 32,
"message": "Could not authenti...
Marable asked 17/12, 2018 at 15:53
1
Solved
I have a Twitter developer account with free access. From my understanding, I’m able to post tweets. But I keep getting an error.
This is the code:
import tweepy, sqlite3 as db, os
# Put your Tw...
1
I am trying to get the list of Twitter followers of a specific Twitter user using Google Apps Script. I found many sources:
Source 1
Source 2
Source 3
but unable to create a link with my requirem...
Pinkham asked 20/7, 2023 at 4:13
0
Since Twitter's API is now impracticable for research and scrappers like SnScrape are not working because of the "login block" on the Twitter's search engine, there is a way to extract tw...
Hadwin asked 13/7, 2023 at 16:46
5
Solved
Is this possible via the API? Is there already a website that does this?
Scare asked 24/11, 2010 at 15:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.