python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to implement an "If error wait for 15min then continue"?
I am trying to scrape data(liking user of tweets) from twitter and save to a sqlite3 database. The twitter API allows us to do 75 requests at once then raises a "too many requests" error. I ...

user16105342
Votes: 0
Answers: 1
I receive authentication issues when using Twitter API
I have tried to authenticate Twitter API several times in different ways and I keep getting an authentication error. I have tried requesting the latest elevated version as well but I cannot get it to ...
user3062448
Votes: 0
Answers: 0
How to use tweepy for Twitter API v2 in getting user id by username?
I'm trying to replicate this snippet from geeksforgeeks, except that it uses the oauth for Twitter API v1.1 while I the API v2.
# the screen name of the user
screen_name = "PracticeGfG"
# f...
Dwight
Votes: 0
Answers: 2
TypeError: __init__() missing 2 required positional arguments: 'access_token' and 'access_token_secret'
I am trying to fetch the tweets from Twitter via tweepy API and for that, I have written the following code consisting of sockets for connecting to the pyspark for further analysis of the tweets that ...

Samar Pratap Singh
Votes: 0
Answers: 1