twitter tag

47 questions


1 answers
92 views
0
Regarding Permission denied when loading images

I'm a python beginner.I created the following .py to tweet the image.#!/usr/bin/env python# coding —utf-8import jsonfrom requests_oauthlib import OAuth1 SessionCK='#ConsumerKey'#ConsumerKeyCS='#Consum...

2 years ago

2 answers
74 views
0
Use Tweepy to learn tweets containing certain strings at regular intervals and tweet the sentences contained in those tweets

Currently, I am having trouble creating a twitterbot on Tweepy.I'd like to write a program where I learn tweets containing certain strings at regular intervals and tweet the sentences contained in tho...

2 years ago

1 answers
82 views
0
I want to block people who like my tweets on python's tweet.

multipost with teratail.https://teratail.com/questions/111320Tired of spam accounts that indiscriminately like my tweets on Twitter, I tried to automatically block them on python's tweet I was thinkin...

2 years ago

1 answers
98 views
0
Please tell me how to determine the response when I request to the post URL on Twitter.

Prerequisites/What you want to achieveExtract the post URL tweeted by the member for one month I want to make sure that each post is valid.Specifically, https://twitter.com/ Account Name/status/Post I...

2 years ago

1 answers
59 views
0
Until how many days ago can I get a tweet on Twitter API?

Using C#(Core Tweet), we are creating a tool to output Twitter search results to Excel.Twitter APIs should only allow you to retrieve tweets from the past week, but rarely do you get tweets from about...

2 years ago

1 answers
59 views
0
Is there a way to get all the user id retweeted for a particular tweet using tweet?

Nice to meet you.Currently, I am thinking of using python's tweet (3.9.0) for data analysis.So I have a question.As stated in the title, I would like to know how to get all the user id retweeted for a...

2 years ago

1 answers
121 views
0
Nodejs (Express) cannot set the SameSite attribute of cookies to None

We are creating a backend for Twitter's view app on Nodejs (Express).The login method is to use Twitter Api to save the token returned after authentication to the session and restore the session from ...


1 answers
60 views
0
"Not authorized to use this endpoint." Error when accessing api.twitter.com

We are developing Twitter-linked apps.Currently, we cannot develop Twitter-linked applications without application from dev.twitter.com and approval.Previously, I was able to create apps freely from a...

2 years ago

1 answers
84 views
0
I can't get Japanese tweets with R.

I get an error when I try to retrieve a tweet with the following code in R.The operating system is Windows 10 and I use Rstudio.source codesearchTwitter(searchString=#Plan until 100, n = 500, ...

2 years ago

1 answers
70 views
0
I want to know how to handle the class NSCFSring.

We were able to retrieve Twitter account information from ACAccountStore in an array as follows:let accountStore=ACAccountStore(); let twitterAccountType=accountStore.accountTypeWithAccountTypeIdentif...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.