Get UNLIMITED Tweets by Python Without Twitter API

  Рет қаралды 108,044

AI Spectrum

AI Spectrum

Күн бұрын

Пікірлер: 450
@sarahmuller8893
@sarahmuller8893 2 жыл бұрын
You literally saved my thesis with this! Thank you so so much, I could understand everything you did even with just some basic knowledge in python :) Thank you so much for this vid and your help! 🙏
@ardahiz2003
@ardahiz2003 2 жыл бұрын
haha mine too
@raminsepehrirad7758
@raminsepehrirad7758 2 жыл бұрын
Hah... same thing here :D
@anirudhsrivastava3530
@anirudhsrivastava3530 2 жыл бұрын
mine too
@xtxpxhx
@xtxpxhx 2 жыл бұрын
i think you might saved mine as well
@manitashrestha3951
@manitashrestha3951 Жыл бұрын
hi! whats thesis topic. well i have only a month left for the master deadline but i have not started due to mental health issues. i am thinking of doing sentiment analysis on twitter data.
@cryptosmartguy4203
@cryptosmartguy4203 2 жыл бұрын
Cool library! Awesome you've listened to your subscribers and explained everything precisely. I'm excited what you'll come up with next!
@aispectrum
@aispectrum 2 жыл бұрын
Thanks for the support and nice comment! I'm happy that the video was clear.
@Mauntium
@Mauntium 2 жыл бұрын
Thanks to you I just cobbled together a twitter scraper that downloads all images that a user tweeted, with next to no Python experience, in more-or-less one afternoon. It's scary how little it takes to make a scraper. Thanks for the video! Edit: I just noticed that some tweets are missing. Actually, if you go to someone's home page and compare that to the advanced search results, you'll see that twitter's own search is missing some posts. Since snscrape uses that search, it's results will be just as incomprehensive as twitter's own search. (note: this isn't a disaster scenario, the vast majority of tweets are found)
@aispectrum
@aispectrum 2 жыл бұрын
Thanks for watching! Check out this video for tweet sentiment analysis kzbin.info/www/bejne/q4Gun4ana7mUd80 P.S.: If you saw the error that "Tweet object hand attribute 'user'", try changing tweet.user.username to tweet.username
@ker-balkanrider
@ker-balkanrider Жыл бұрын
Unfortunately, as of July 2023, this library no longer works because Twitter implemented a login wall for the public website.
@OlivierNayraguet
@OlivierNayraguet 9 ай бұрын
Thank you. They all fell apart.
@locuratalleres
@locuratalleres 2 жыл бұрын
Hey, this is amazing! I've been wasting a lot of time trying tutorials that were outdated or didn't work anymore. This works and is a solid foundation for a proper Twitter analysis. Thanks!
@girmayohannis4659
@girmayohannis4659 7 ай бұрын
But it says blocked.What is the wrong with mine?
@wazclayjubuzz80
@wazclayjubuzz80 2 жыл бұрын
This is massive! Just saw this recently. I just scrapped off 5000 tweets. Please could you do more videos around web scraping and sentiment analysis 🙏 you're the best! 🙌🏿
@kojoarhin3481
@kojoarhin3481 2 жыл бұрын
hi
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? How can I view them in something like an excel file? Thank you
@papo123994
@papo123994 2 жыл бұрын
@@LOLezzet don't worry, now you have them saved in an array, you may just store them in a pandas DataFrame and save them as a CSV or as an Excel!
@susmithanimushakavi6426
@susmithanimushakavi6426 Жыл бұрын
hey can you share the code asap
@skilltwins1145
@skilltwins1145 Жыл бұрын
@@susmithanimushakavi6426 you can do it like this : df.to_csv('path/yourFileName.csv', index=false)
@softsubhra
@softsubhra Жыл бұрын
This is not working now do you have any other idea please share
@neroonose4585
@neroonose4585 2 жыл бұрын
Wow, a week of my life narrowed to a 7mins video. Thanks
@philipomelo
@philipomelo 2 жыл бұрын
I’m happy this video is back. Expecting more contents from you
@aispectrum
@aispectrum 2 жыл бұрын
Thanks for the support :)
@philipomelo
@philipomelo 2 жыл бұрын
@@aispectrum one more thing😁, could you please go a little bit deep when explaining stuffs in your videos. Helps beginners like me. Thanks. You the best👌🏽
@PsikoStars
@PsikoStars 2 жыл бұрын
Really usefull video !! I hope this channel will stay active for a long time !! love the way u show/explain things !!!
@yasirabdulkareem9844
@yasirabdulkareem9844 2 жыл бұрын
Amazing job . easy to understand , clear talking , thank you so much Sir.
@aispectrum
@aispectrum 2 жыл бұрын
Thank you for your feedback and nice words! I'm happy that it was useful 🙂
@Ozygny
@Ozygny Жыл бұрын
currently not working we want another one for Twitter X
@jonatapaulino
@jonatapaulino Жыл бұрын
Congratulations on the video. I think many were in need of this video. I usually used the twint library, but I was having some problems. Thanks for sharing.
@nikhilkumargupta7359
@nikhilkumargupta7359 Жыл бұрын
is this still working as showing error in my system
@greatname6651
@greatname6651 Жыл бұрын
@@nikhilkumargupta7359 I'm also getting error. Errors: blocked (404), blocked (404), blocked (404), blocked (404). Twitter blocked it?
@mohsinparmar6943
@mohsinparmar6943 Жыл бұрын
It shows the same error to me as well.
@obiradaniel
@obiradaniel 2 жыл бұрын
OMG, you have no idea how helpful this is, saved me days of being limited by the API. Thank thank you very much. Just got 80,000 tweets for a project I will work on later.
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? Thank you
@obiradaniel
@obiradaniel 2 жыл бұрын
@@LOLezzet In the Dataframe, you can export to Excel or Sqlite.
@april147
@april147 2 жыл бұрын
Thank you so much! You just saved my life! I already subscribed. Keep making quality and precise content like this 💕
@aispectrum
@aispectrum 2 жыл бұрын
Thank you! Glad that it helped!
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? How can I view them in something like an excel file? Thank you
@veronicanatividade
@veronicanatividade Жыл бұрын
OMG!!!! Thank you so much!!! You literally saved my thesis!
@akhilpadmanaban3242
@akhilpadmanaban3242 Жыл бұрын
Hey Is it working, Im getting an error raise ScraperException(msg) snscrape.base.ScraperException: 4 requests to
@LuanSantos-oz2tb
@LuanSantos-oz2tb 2 жыл бұрын
Man, thank you so much! I was having dificult to do this and you made this so simple, thank you again! You're the best, just continue doin web scraping and sentiment analysis videos!
@khedekarnishantaniruddhaan463
@khedekarnishantaniruddhaan463 2 жыл бұрын
This is huuuge! I just found a gem of a channel!!!
@otaviocoutinho2855
@otaviocoutinho2855 Жыл бұрын
Hey man you had definently impact on thousants of projetcs now on. Thank you for your service
@udhayas2932
@udhayas2932 Жыл бұрын
for scraping tweets in this way is we have to use any pyrox server? it always throws error to me
@laxmishshetty9486
@laxmishshetty9486 Жыл бұрын
Bro, snscrape uses TwitterAPI under the hood.. please don't misinform people
@alisonliu5186
@alisonliu5186 2 жыл бұрын
This is a life-changing video! I am waiting for my application for a Twitter developer account to be passed, and I found this video. Now I can start doing my project! Thank you sooooooo much! 💯
@AminuteCrafts
@AminuteCrafts Жыл бұрын
Bro I am getting an error at line 6 “block 403 “ request failed giving up What I do?
@shivanipendela
@shivanipendela 9 ай бұрын
i got the same error bro do you have any solution ?
@aananasjuice
@aananasjuice 2 жыл бұрын
thank you so much for this video, you literally saved my group project that's due in a week!!
@abdulshaikh2401
@abdulshaikh2401 Жыл бұрын
As Twitter has stopped the elevated access from being free and started a paid basic service therefore this library has also stopped working
@omidtaghipour5303
@omidtaghipour5303 2 жыл бұрын
After searching for a solution for a week. Finally I found your video and worked for me. Thanks a lot for sharing this.
@marcoschmid1410
@marcoschmid1410 2 жыл бұрын
You are my hero! After so many days ... you just serve us the solution for our problem ^^ THX!
@mr_mnc8533
@mr_mnc8533 Жыл бұрын
This isn't working anymore. Can you provide the updated method. Thank you
@seyyidefendi3535
@seyyidefendi3535 Жыл бұрын
Did you find the working model?
@raminsepehrirad7758
@raminsepehrirad7758 2 жыл бұрын
Liked it very much. Thanks, Mehran!
@atanasdobrikov5836
@atanasdobrikov5836 Жыл бұрын
I do not usually write comments, but you man just saved my thesis. Thank you so much! This was extremely helpful, not all heroes wear capes! 🙌
@faiqmadani1498
@faiqmadani1498 2 жыл бұрын
nice video bro, you save my master degree task about data mining
@mysecretYOUTUBE
@mysecretYOUTUBE Жыл бұрын
for you guys if you want this guide video, it works but you must use the latest version
@danielrojaspena3751
@danielrojaspena3751 Жыл бұрын
Hello, the latest version of what? I updated snscrape and it didn't work.
@sebastianvanhemert
@sebastianvanhemert Жыл бұрын
Can you do a 2023 version?
@ExploreLahore123
@ExploreLahore123 Жыл бұрын
@AI Spectrum sn scrape is not working now as twitter is blocking it kindly tell the solution
@lebensmu_ude
@lebensmu_ude 2 жыл бұрын
Your videos are great! I hope you keep posting more videos :D
@aispectrum
@aispectrum 2 жыл бұрын
Thank you very much! I will do! 🙂
@pierremazzotti186
@pierremazzotti186 2 жыл бұрын
Great video. Keep pushing bro
@DomenicoLorenzoAltieri
@DomenicoLorenzoAltieri Жыл бұрын
love you, I will acknowledge you in my thesis
@anubhavsarkar7220
@anubhavsarkar7220 2 жыл бұрын
was just about to give up on a project saved my hard work
@aispectrum
@aispectrum 2 жыл бұрын
Glad to hear that!
@mandidmalai
@mandidmalai 2 жыл бұрын
Perfect explantations. Thanks so much! (:
@murniit1328
@murniit1328 Жыл бұрын
You save my thesis, thank you so much, you're the best sir
@gianthog8346
@gianthog8346 2 жыл бұрын
thank you sir, your video really helped me in learning as a school kid, it seems your explanation is clearer than my teacher, don't forget to upload videos often
@aispectrum
@aispectrum 2 жыл бұрын
Thanks! Glad to hear that!
@zainch217
@zainch217 Жыл бұрын
Wow wow wow Thnks a lot bro its amazing video I ever watched Great work bro
@sharmapn
@sharmapn 2 жыл бұрын
Dear Mehran, I really found this tool very helpful. I am grateful to you. Just wondering if for the tweets that contain a query term, - is there a way to get all the replies to those tweets, and - if the tweet is a reply to a tweet, get the original post. Thank you so much.
@yasminemohamedabdelhamid6876
@yasminemohamedabdelhamid6876 Жыл бұрын
Did you find the dataset?
@bobiastongartz803
@bobiastongartz803 2 жыл бұрын
Amazing content - Thank you so much! One question: Is it also possible to collect all replies to a certain tweet using e.g the tweet ID? Because I need not only the tweets with certain key words, but also the replies to the respective tweets. Would be much appreciated!
@yasminemohamedabdelhamid6876
@yasminemohamedabdelhamid6876 Жыл бұрын
Did you find the dataset?
@xiaoyunai6295
@xiaoyunai6295 2 жыл бұрын
Thank you so much! You have saved my cs project !!
@aispectrum
@aispectrum 2 жыл бұрын
Glad it helped!
@rajafawad8118
@rajafawad8118 2 жыл бұрын
Appreciated! very helpful for me. Thank you for your video
@aispectrum
@aispectrum 2 жыл бұрын
Glad it was helpful!
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? Thank you
@jorgebernardofloressullon6841
@jorgebernardofloressullon6841 2 жыл бұрын
Your content makes me happy. I have a doubt, all the tweets appear with "..." at the end. Is there any way to get the full text of each tweet. Please
@samuraiblack
@samuraiblack 2 жыл бұрын
Did you ever figure this out? Trying to fix this as well
@techsupercharged
@techsupercharged 2 жыл бұрын
Hey, thanks for this amazing tutorial. Much needed :) I have one question where would the CSV file have been saved on mac?
@jonathanmiguelcomasgarcera148
@jonathanmiguelcomasgarcera148 2 жыл бұрын
In the same folder where you have created the .py file
@caseygoldstein9833
@caseygoldstein9833 Жыл бұрын
Great video. I'm having hard time running this code, and am wondering if it's because Twitter's new policies with their API. It looks like my code attempts to make requests to Twitter four times before giving up. Thank you!
@debbiereynolds8510
@debbiereynolds8510 Жыл бұрын
I think I am having the same issue -- I copied and pasted the code directly from the github and got a 403 error 😭
@yoqueopino
@yoqueopino Жыл бұрын
Same here...Errors: blocked (404), blocked (404), blocked (404), blocked (404). Something about the Guest User o something like that... it's broken right now
@nathaliamello5277
@nathaliamello5277 2 жыл бұрын
Great video, helped me a lot! Thank you so so much, sir
@manitashrestha3951
@manitashrestha3951 Жыл бұрын
hi. this code was working fine. but today its not and saying .errors retrieving blocked. could u please check?
@manitashrestha3951
@manitashrestha3951 Жыл бұрын
fyi i also update snscrape . now there is scraper exception failed giving up
@informalibre8403
@informalibre8403 Жыл бұрын
Very cool, thank, but now, that doesn’t work anymore.
@instasol2453
@instasol2453 2 жыл бұрын
Love you Man! You are truly a life saver! God bless you!!
@roberttyler2861
@roberttyler2861 2 жыл бұрын
Great tutorial - thank you!
@aispectrum
@aispectrum 2 жыл бұрын
Happy that it was useful!
@vrijeuniversiteitresearchd933
@vrijeuniversiteitresearchd933 2 жыл бұрын
Great video. Many thanks for such a great solution
@Haim0s
@Haim0s 2 жыл бұрын
Thanks for this guide! There is a way for search by location?
@jaynastics2
@jaynastics2 2 жыл бұрын
Thank you so much for this video - super helpful! Do you have any resources on how to scrape the replies to these tweets?
@tinadao3921
@tinadao3921 2 жыл бұрын
Thank you so much! Your videos are great!
@aispectrum
@aispectrum 2 жыл бұрын
I’m happy that they are helpful!
@NoéIshara
@NoéIshara Жыл бұрын
Thanks for such an amazing and helpful video. I would like to learn how to save the twitter data as CSV for further analysis. Thanks once again.
@linli8710
@linli8710 2 жыл бұрын
Thank you so much!!! It's really helpful for me ~!!!
@Acidseaforce
@Acidseaforce 2 жыл бұрын
Thank you. It really works!
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? Thank you
@Acidseaforce
@Acidseaforce 2 жыл бұрын
@@LOLezzet In your folder where you create tweets.py. You should convert to CSV too btw.
@DavidWangstoryteller
@DavidWangstoryteller 2 жыл бұрын
That is amazing! I need to learn Python.
@sohamgotmare2837
@sohamgotmare2837 Жыл бұрын
Getting error ' blocked (404)' what to do?
@shrehansrai5673
@shrehansrai5673 Жыл бұрын
do you got anything i need help
@sohamgotmare2837
@sohamgotmare2837 Жыл бұрын
No, As Elon musk has blocked web scraping X / Twitter
@shrehansrai5673
@shrehansrai5673 Жыл бұрын
@@sohamgotmare2837 did you find anything
@liorlidogoster6574
@liorlidogoster6574 2 жыл бұрын
great video! in which environment he work?
@sabsela2863
@sabsela2863 2 жыл бұрын
Awesome video! Thank you! Do you have a suggestion, how I can get the comments under one tweet? And do you know a solution to get all tweets, because I just get a quarter of all tweets...That would be super helpful!
@yasminemohamedabdelhamid6876
@yasminemohamedabdelhamid6876 Жыл бұрын
Did you find the dataset?
@riccardoandreoni_
@riccardoandreoni_ 2 жыл бұрын
Great video, I was struggling with the Twitter API limit. Just one question, I want to perform sentiment analysis on a topic and to study the evolution of the sentiment over time. When I scrape the tweets I get only the one that are near the upper bound of the specified period. A solution will be to execute many queries specifying a narrow period. But, is there an automated way in snscrape to retrieve equally spread tweets?
@shh3356
@shh3356 Жыл бұрын
have you found an answer for this hahah looking to do the same
@viral_videos124
@viral_videos124 Жыл бұрын
Hello have u completed your project in Sentiment Analysis please reply
@naifalkhunaizi7847
@naifalkhunaizi7847 Жыл бұрын
This is blocked now, can't be used. Thanks for the video anyway!
@kenechukwuifeakandu362
@kenechukwuifeakandu362 2 жыл бұрын
Great Video. how can I get the tweets from a list of hashtags and specific locations
@giuseppemontefrancesco7192
@giuseppemontefrancesco7192 2 жыл бұрын
Thank you! It works great! How can I delete retweets? I see the same tweet more times from different users
@nurulhanisahmuhammadhaasin885
@nurulhanisahmuhammadhaasin885 Жыл бұрын
Hi, thanks you so much for the tutorial . It really helping me. Btw, do you know how to set the query to specified the location of the tweet
@kalaipradeep2753
@kalaipradeep2753 Жыл бұрын
Twitter scraping are filling : blocked (404)
@busracelik1165
@busracelik1165 Жыл бұрын
It doesnt work please what is other preferences to get twitter data
@Birdie518
@Birdie518 2 жыл бұрын
I have a questeion! I tried to do the code at 2:34, but I got thrown this error: TypeError: vars() argument must have __dict__ attribute What should I do?
@mohdmohtashim3572
@mohdmohtashim3572 2 жыл бұрын
I am also getting the same error, Is there any solution available?
@ahmed1180
@ahmed1180 2 жыл бұрын
Great video, thank you for your time ! I still have a question: I scrapped few hundreds tweets from a user and when I double checked manually I realized that some tweets were missing (not talking about retweets). I reran the line of codes several times and everytime it is the same tweets missing. Is there a reason why some tweets could be missing + is there a way to avoid that? Thanks a lot !!!
@aispectrum
@aispectrum 2 жыл бұрын
This library searches for the query and scrape the results to get the tweets. I think the issue is that twitter doesn't return all the tweets of the specified users in search results. Maybe you could try the TwitterUserScraper method to see if it solves the issue.
@ahmednawaz7295
@ahmednawaz7295 2 жыл бұрын
Hey great video! Can you tell me how to know the type of tweet (retweet, reply or tweet)?
@okxakt9
@okxakt9 2 жыл бұрын
Great video. Very precise. I managed to do all the tasks from the video. I have one query - how to save the results to csv/excel file?
@techsupercharged
@techsupercharged 2 жыл бұрын
+1
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, I have the same question where can I find all tweets after I generate them? Did you manage to save the results to csv/excel file? Please help
@sarawutkankham7630
@sarawutkankham7630 2 жыл бұрын
try this: df.to_csv('data.csv')
@njbotor
@njbotor Жыл бұрын
Hi, does this still work with the new twitter? I'm not sure why I am having error. Thanks a lot for this video.
@wenzeln.8949
@wenzeln.8949 2 жыл бұрын
great video man. is it possible to „download“ all videos from a certain user and uploade the videos on my own
@dineshparwani9979
@dineshparwani9979 2 жыл бұрын
Thanks a lot, this was very helpful
@kyriakospelekanos6355
@kyriakospelekanos6355 2 жыл бұрын
Cool video. Can we also grab the replies of a specific tweet with this library?
@aispectrum
@aispectrum 2 жыл бұрын
I'm not sure if that's possible since this package is getting the tweets by scraping the website.
@yasminemohamedabdelhamid6876
@yasminemohamedabdelhamid6876 Жыл бұрын
Did you find how to get the replies of a specific tweet?
@gustavoviana1178
@gustavoviana1178 2 жыл бұрын
Thanks! It helped me a lot!
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all tweets after I generate them? Thank you
@nipunathalpage5673
@nipunathalpage5673 Жыл бұрын
Hello, I am getting errors when using snscrape library. I tried Vscode, Google Colab and Spyder but neither worked, please help me fix it
@andreasmykland9515
@andreasmykland9515 2 жыл бұрын
Hey! When i run the script, I get a non-200 status code in return where I cannot retrieve data from the twitter api. A link related to the twitter api is presented to me, where i find a error message code "2015" for bad authentication. Do you or anyone have some experience with this, and how to work around it? Thank you :)
@danielrojaspena3751
@danielrojaspena3751 2 жыл бұрын
pip install --upgrade snscrape
@andreasmykland9515
@andreasmykland9515 2 жыл бұрын
@@danielrojaspena3751 That works - thank you !!
@moontraveler2940
@moontraveler2940 Жыл бұрын
Is it possible to get realtime tweets like in your other tutorial, but this time without API? Thanks!
@Juan-Hdez
@Juan-Hdez 2 жыл бұрын
Very useful. Thank you!
@mindlessbrowse
@mindlessbrowse Жыл бұрын
Hi I was wondering if you know whether the selection of tweets is random or not. (I specified my query on a specific date range, for 5000 tweets for example. How are these 5000 tweets chosen?)
@sanahnahk7312
@sanahnahk7312 2 жыл бұрын
Thanks a loooot for this code, It saved my life. QUESTION: Can i download facebook comments from public page with this library ?
@learntocode_nithin
@learntocode_nithin Жыл бұрын
It was not working,it was giving many errors
@vtulin3097
@vtulin3097 Жыл бұрын
Hello,Would you mind if ask if you can demonstrate how to use a crawler to capture twitter space cations. If the audio file is very long (more than ten or twenty hours), how to quickly capture it?
@kaicyrus0
@kaicyrus0 7 ай бұрын
GOOD JOB BUDDY
@bart8596
@bart8596 2 жыл бұрын
You're the best!
@aispectrum
@aispectrum 2 жыл бұрын
Thank you!
@francescopalmisano4336
@francescopalmisano4336 2 жыл бұрын
Thank you so much! Is it possible to search by Geolocation?
@aispectrum
@aispectrum 2 жыл бұрын
It may not be possible since there is no Geolocation filed in the advanced search.
@manishabheemanpelly3580
@manishabheemanpelly3580 2 жыл бұрын
Hello AI Spectrum, sir i really wanna know that as per you have shown in previous videos that we can scrap the tweets in real time but their is an certain limit for it, but i wanna know is it posible to scrape unlimited realtime tweets using snscrape or any other library. Regards Manisha
@patrickbateman7665
@patrickbateman7665 2 жыл бұрын
0:11 You did not cut your hair. Your barber did XD
@JiechaoQUAN
@JiechaoQUAN 2 жыл бұрын
hello, thanks a lot for your solution!! if I only want the english posts, how can I set this parameter such that I can get the targeted posts?
@LukasCocinero
@LukasCocinero Жыл бұрын
Errors: blocked (404), blocked (404), blocked (404), blocked (404) anyone else get blocked ? new API conditions (thanks elon)? any solutions?
@tomasmontiel5888
@tomasmontiel5888 2 жыл бұрын
Nice tutorial! is it possible to replicate the tweet count functionality as well (for more than 7 days)? Also, when would you recommend Tweepy over snscrape or viceversa? Thanks!
@aispectrum
@aispectrum 2 жыл бұрын
I would use snscrape for getting tweets older than 30days since it's using web scraping. So no need to use the API or request elevated access. Tweepy uses the official API, so you can even make bots, but that's not possible with sncrape.
@tomasmontiel5888
@tomasmontiel5888 2 жыл бұрын
@@aispectrum Thanks! By the way, does Twitter allows web scraping? Like, is it legal? Genuinely curious :)
@edwinosayukiigbinosun6442
@edwinosayukiigbinosun6442 2 жыл бұрын
@@aispectrum so true. I used snscrape to scrape data from the beginning of the year to present day (7 months) from twitter.
@chaymabarkaoui6506
@chaymabarkaoui6506 2 жыл бұрын
@@edwinosayukiigbinosun6442 how do you get a specific number each day without getting only the tweets of 1st hour
@stevex213
@stevex213 Жыл бұрын
I applied for elevated status just o do simple experiments with raspberry pi like turn on an led whenever someone tweets, but there was never an answer.. Does this code doe all that? Also, is this a general approach to twitter social media independent of platform general tutorial set? This library looks awesome!
@LOLezzet
@LOLezzet 2 жыл бұрын
Hello, probably a stupid question, but where can I find all 5000 tweets after I generate them? Thank you
@anggun3045
@anggun3045 2 жыл бұрын
Hey, thanks for the video! I have a question, can we add more filters in the query? i.e only apply English, remove link, and retweets. Many thanks!
@aispectrum
@aispectrum 2 жыл бұрын
Yes, absolutely. You can just modify the attributes of "advanced search" on the Twitter website, and then use the generated text for your query.
@theepika1911
@theepika1911 2 жыл бұрын
@@aispectrum is the output in this video includes retweets?
@theepika1911
@theepika1911 2 жыл бұрын
if so how to filter the retweets
How I get Tweet data for FREE in 2024 as a data scientist
19:28
AI Spectrum
Рет қаралды 27 М.
How to get TWEETS by Python | Twitter API 2022
17:04
AI Spectrum
Рет қаралды 147 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 215 М.
Twitter Scraper Python Tutorial
22:16
Izzy Analytics
Рет қаралды 85 М.
I scraped Andrew Tate Twitter Profile using Python
13:06
TopNotch Programmer
Рет қаралды 3 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 264 М.
Scraping Data from a Real Website | Web Scraping in Python
25:23
Alex The Analyst
Рет қаралды 566 М.
Bitcoin Sentiment Analysis Using Python & Twitter
29:42
Computer Science (compsci112358)
Рет қаралды 26 М.
Python Socket Programming Tutorial
49:43
Tech With Tim
Рет қаралды 1 МЛН
Scrape Twitter with 5 Lines of Code
6:36
Rob Mulla
Рет қаралды 77 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН