import tweepy client = tweepy.Client(consumer_key='REPLACE_ME', consumer_secret='REPLACE_ME', access_token='REPLA
I'm currently trying to learn the Twitter API within Python. My code is this: import tweepy consumer_key = "Consumer Key" consumer_secret = "Consumer Secret"
i have android app with used Firebase as database, there are security rules should be added in Firebase platform, i tried to them, but when i added the below co
The code is as follows; Supplier_List <- data.frame(companies = c("company1","company2","company3")) Streamed_Tweets <- purrr::map_df(Supplier_List$compa
I want to pull tweets from an authenticated user's home timeline (user + people the user follows) of past 7 days. How can I do this? The documentation of GET st
I'm facing the problem showing below on HEROKU. I'm using this GitHub Program (https://github.com/dsgriffin/opensea-sales-twitter-bot) and deployed it 1:1 in He
I am trying to make Twitter bot which job is to, when run, upload picture of Snoop Dog with quote and few hashtags. Problem is when I run my code, it throws Twe
Would like to learn how to make a twitter monitor that would output its findings to discord. This is a project I've had in mind for awhile and would like to lea
I have a string that may contains Twitter hashtags. I'd like to strip it from the string. How should I do this? I'm trying to use the RegExp class but it doesn'
My test site is http://birdbreath.com/index3.html Here are the meta details. The validator renders correctly. <!- Twitter Card data --> <meta name="twi
Is there a way to log in to twitter with selenium/python without getting the notification "login from a new device" on Twitter? Current code is import urllib.re
I'm doing real time streaming on Twitter and wonder is there a way to extract only messages and certain values from Kafka topic?
I want to create I stream kafka consumer in pyFlink, which can read tweets data after deserialization (json), I have pyflink version 1.14.4 (last version) Can I
I am able to fetch different tweet parameters from tweet. keyword = tweepy.Cursor(api.search, val,tweet_mode='extended',lang='en').items(2) tweetdone =
I want to store Tweets that have certain hashtags such as #cats for example. I can pull the 10 most recent Tweets by executing client.search_recent_tweets(query
I try to show the last tweet from a specif user, using the Twitter API. When I try to echo the first result I get an empty page. When I echo my JSON data is see
I am coding a Twitter bot which joins giveaways of users that I follow. The problem is that when I use a for loop to iterate over a ItemIterator Cursor of 50 it
I have trouble in accessing parts of the objects that get returned from Tweepy's search_tweets API. I can easily navigate through most of the objects, but someh
I started playing around with Twitter API v2 in Tweepy. I've had some experience with v1 but it looks like it's changed a bit. I'm trying to search tweets based
I am sending an API request to get my oauth_token through postman. This is my request: https://api.twitter.com/oauth/request_token?oauth_callback=oob where the