thanks really enjoyed watching your video, you make it easier to follow for a first time coder, thought i keep getting this message "AttributeError: 'API' object has no attribute 'me'" i'm guessing i need something else instead of "me", but then who would i be??? ok less of the rhyming jokes (such a dad) ...what do i input instead of "user = api.me() " thanks in advance...oooops rhyming again
When i run the script it says tweet liked but right after that this message pops up: Read-only Application cannot post. and eventually it isn't executed.
Wow another great tutorial! Still waiting for Traversy, Web dev simplified, Net ninja Academind and Dev Ed collab. It doesn't need to be programming. Seeing 2 or 3 of you guys together in one video is just going to be awesome.
hello i am trying to do the code but when i type "import tweepy" the tweepy part just underlines in yellow saying "(module) tweepy Tweepy Twitter API library Import "tweepy" could not be resolvedPylancereportMissingImports" any fixes.
please make a video about how we can make an automated bot that takes information from my website and puts it another website and that bot can like click buttons on the other website and things like that repeadtedly..
To your question... favourite == British spelling & favorite == American spelling & yes doing a scheduled tweet video would be good to see. One question, it seems the docs indicate you needed to pass Id to the api.retweet method but in the code I didn’t see u passing the id param??
Thanks for the tutorial! Would there be a way to make the bot retweet a tweet from the stream if and only if it has a particular reply? Or a reply by a particular person?
Got an error. TypeError: __init__() got an unexpected keyword argument 'wait_on_rate_limit_notif' Traceback (most recent call last): File "twitter.py", line 8, in api = tweepy.API(auth, wait_on_rate_limit=True, wait_on_rate_limit_notif=True) TypeError: __init__() got an unexpected keyword argument 'wait_on_rate_limit_notif' Has the notification depreciated?
awesome video! im wondering if ill be able to use this code in a way to refresh one specific users account to like and retweet all their tweets.. A user i follow does 60 second raffles everyday and i always barley miss them and im hoping this will help catch them, any help would be much appreciated, thank you!
Great video :-) I am already running an app under Development to repost articles from my news site. Can i have more than one dev app? The only options i have are staging and production.:-/
hey mate, is it possible for me that have plenty of followers make a website and lotto out to my followers to let them use my twitter , i dont want them to get acces to my password but instead write in a box on a website what they wanna tweet and it automaticly tweet it , without me doing anything , and it goes thru a filter so they dont say bad stuff
Great stuff. Was able to follow along and get it working. I tried to make it search for 2(!) search terms and just put them in like such "for tweet in tweepy.Cursor(api.search, search, search2).items(nrTweets)", but that didn't work. Any idea how to achieve that?
Just keep all search terms like this, add as many as you want search = ["Python", "Twitter", "#javascript"] for tweet in tweepy.Cursor(api.search, search).items(nrTweets)
Can you retweet the name like for example @NameTestOnly.. from his/her post will just automatically retweet every time he/she posts? Can you do that also
Hello i tried doing the steps but when i got an email it said "Thanks for applying for access! It looks like your proposed use case may be in violation of one or more sections of the Developer Agreement and Policy, Automation Rules, and/or the Twitter Rules. As a next step please review these policies as they relate to your use case. Then, respond to this email with an updated use case that is in full compliance with Twitter policy. Thank you for your interest in building on Twitter." What to do?
(Windows 10) I'm having problems with tweepy. I can do the instalattion with pip install and with pip3 install but in weither case when I try to import it says ImportError: No module named tweepy. Any idea of what mith be the problem?
I opened a new twitter account for development with the new email address. I didn' get the approval from twitter. I did what ı see in this video and ı got reject. Can you help me about this ???. I got this message "Thank you for your interest in the Twitter developer platform. Based on our review of your use case, we are unable to approve your developer application at this time."
Hey bro, so twitter being an american company use "Favorite" rather than the British spelling of "Favourite". Another example of this can be "Color" and "Colour". Basically when the americans were moving from britain to america they forgot to bring a dictionary and went with these words lol
Girlfriend brings snacks while you’re working? Keep her!
😂😂 every coders dream girlfriend
Bro, only discovered your channel this weekend. Love it, and you've helped inspire me to become better at Python myself. Cheers mate!
Aaah I'm so happy you are updating this, thanks for making learning coding seem so effortless, I appreciate you!
17:34 "Come on! One more for daddy!!!" That is the most hilarious shit on a python tutorial ever.
Look how our Mr. DevEd blushed when his girlfriend arrived!!!
😂😂😂😂
That was angry face dude😂
Aww 😍 This was cute.
@@necromancer7712 True😂😂
Those not able to use the above tutorial, try applying for elevated dev account
Nice and simple tutorial, Ed!
For your new channel, I think "Tech Ed" suits you well.
Yo! Reached out to you through email! Hoping we can work on something together 🙏 . Love this content, keep it up 🚀🔥
Hyee why your comment didn't get reply.....i like your video the most😍😍
Colaboration is gonna be awesome.
damn i can only imagine how both of you might bring fire to the python projects collaborating together!
@@kushalchapagain241 Because one is an imposter and another is a real programmer. And the imposter has a clever name.
Dev Ed, I wanna thank for everything you do! Your channel it’s like a breathe of fresh air!
Let's build auto subs. and hit 1M
I seen someone actually build a sub bot and got 2k subs
@@scoobywhatitdoo4960 wow
thanks really enjoyed watching your video, you make it easier to follow for a first time coder, thought i keep getting this message "AttributeError: 'API' object has no attribute 'me'" i'm guessing i need something else instead of "me", but then who would i be??? ok less of the rhyming jokes (such a dad) ...what do i input instead of "user = api.me() "
thanks in advance...oooops rhyming again
got same error, do you have the solution to this?
I'm trying to follow this tutorial, but tweepy does not install using both pip or pip3. Help?
Love that cat background SO MUCH !!
16:01
Favorite: American English
Favourite: UK English
When i run the script it says tweet liked but right after that this message pops up: Read-only Application cannot post. and eventually it isn't executed.
Same for me... Do you found a solution?
@@Ryycs yes go into your twitter api settings and change from read-only and give permission to execute
Great video! Keep up the good work buddy! I love your Python tutorials :)
Can you do a 2022 update video ?? Lots of updates changed the layout and formate of doing this. Thank you
Yup ..if you find a similar video using recent python . plz do hit me up
@@dhruvprabhal9163 not yet all of them are older 🤦♂️😭
@@shibarmy3527 okay 😕
Love it dude! Greetings from Central America (Y)
How can I automate it to favourite the tweets of the followers of one @ handle?
Wow another great tutorial! Still waiting for Traversy, Web dev simplified, Net ninja Academind and Dev Ed collab. It doesn't need to be programming. Seeing 2 or 3 of you guys together in one video is just going to be awesome.
Well done!!! Please more video, with more sophisticated tasks
Question, is the bot linked only to the account handle registered with dev or do you need to make a new handle?
Excellent video. Love your style ❤️❤️
What about retweeting tweets from a Twitter list you made??
Fantastic. Really nice way to get started with python and the Twitter API, it's pretty much English and logic, compared to JS xD
hello i am trying to do the code but when i type "import tweepy" the tweepy part just underlines in yellow saying "(module) tweepy Tweepy Twitter API library Import "tweepy" could not be resolvedPylancereportMissingImports" any fixes.
why when i write "$ pip instal tweepy " .. comes out erorr " the term $ is not recognized as the name of a cmdlet ..... etc" ???
thanks for this great information!
what color theme are you using for your visual studio app?
I swear I heard " Come on one more fur daddy." around 17:37 LMAO
Great stuff, Ed :)
please make a video about how we can make an automated bot that takes information from my website and puts it another website and that bot can like click buttons on the other website and things like that repeadtedly..
Olaoluwa Adeyemo selenium
@@dan7777 yh
Nice tutorial Dev Ed 😊😊
To your question... favourite == British spelling & favorite == American spelling & yes doing a scheduled tweet video would be good to see. One question, it seems the docs indicate you needed to pass Id to the api.retweet method but in the code I didn’t see u passing the id param??
Can you please let us know, if we want to comment on mentioned hashtag then what should we wrote?? tweet.comment?
how can i do it only for a particular user i mean like and retweet only from a particular user
Thanks for the tutorial! Would there be a way to make the bot retweet a tweet from the stream if and only if it has a particular reply? Or a reply by a particular person?
Haha, the word for colon in Finnish (kaksoispiste) actually translates to double dot. You're not alone!
In german it's also double dot or double point (Doppelpunkt) :D
DevEd and TechEd would be fun 😁
Got an error.
TypeError: __init__() got an unexpected keyword argument 'wait_on_rate_limit_notif'
Traceback (most recent call last):
File "twitter.py", line 8, in
api = tweepy.API(auth, wait_on_rate_limit=True, wait_on_rate_limit_notif=True)
TypeError: __init__() got an unexpected keyword argument 'wait_on_rate_limit_notif'
Has the notification depreciated?
A proper name for you tech channel would be: Gorgeous Tech
Hello, my vsc isn't making any tweepy occurrences and the text remains white. Any ideas why is this happening?
How do we end the code? I am getting a "Expected an indented block at break" Error.
Favorite is the American English variant of Favourite. It's maybe because Americans hate using extra words, which is a good thing in my way.
Could you do a similar tutorial for instagram?
Jordan Crosby there’s already some out there
awesome video! im wondering if ill be able to use this code in a way to refresh one specific users account to like and retweet all their tweets.. A user i follow does 60 second raffles everyday and i always barley miss them and im hoping this will help catch them, any help would be much appreciated, thank you!
can we select which account we can use to like and re tweet? or is it fixed to the dev account username
Great video :-)
I am already running an app under Development to repost articles from my news site. Can i have more than one dev app? The only options i have are staging and production.:-/
So helpful , have used this in my code
do i need to download that tweepy thing or what pls im new to this
PLEASE do a load more python tutorials, you are seriously interesting to watch.
What's the theme of your vscode??
hey mate, is it possible for me that have plenty of followers make a website and lotto out to my followers to let them use my twitter , i dont want them to get acces to my password but instead write in a box on a website what they wanna tweet and it automaticly tweet it , without me doing anything , and it goes thru a filter so they dont say bad stuff
Hi Ed, Where can we get the wallpapers? Please share the link.
Great stuff. Was able to follow along and get it working. I tried to make it search for 2(!) search terms and just put them in like such "for tweet in tweepy.Cursor(api.search, search, search2).items(nrTweets)", but that didn't work. Any idea how to achieve that?
Just keep all search terms like this, add as many as you want
search = ["Python", "Twitter", "#javascript"]
for tweet in tweepy.Cursor(api.search, search).items(nrTweets)
how could i change it for a user instead of a keyword?
Can you retweet the name like for example @NameTestOnly.. from his/her post will just automatically retweet every time he/she posts? Can you do that also
hey ed. the twitter developer has changed its interface mind doing a video. updating us on how to get started? thanks
What python extension for VSCode that you are using?
7:28 Legend detected
How would you go about retweeting from a list that you created, and not just all of Twitter?
I get this message.
Tweet retweeted
Read-only application cannot POST
On my Twitter timeline, no ne likes, what could be the problem?
Hello i tried doing the steps but when i got an email it said "Thanks for applying for access!
It looks like your proposed use case may be in violation of one or more sections of the Developer Agreement and Policy, Automation Rules, and/or the Twitter Rules.
As a next step please review these policies as they relate to your use case. Then, respond to this email with an updated use case that is in full compliance with Twitter policy.
Thank you for your interest in building on Twitter." What to do?
great video bro... i was wondering, is it possible to automatically follow an specific user mentioned in a tweet?
(Windows 10) I'm having problems with tweepy. I can do the instalattion with pip install and with pip3 install but in weither case when I try to import it says ImportError: No module named tweepy. Any idea of what mith be the problem?
Same problem
can we use this for opensea ? favorite like bot ?
How do i make the bot like and retweet the same tweet?
pls make an advanced tut about web scraping with puppeteer
try beautifulsoup4
How can I run this 24/7 this script
Is it possible to not use tweepy because it hides all the Oauth mechanism, can you make a video of handling Oauth with venilla python?
can you do a full website tutorial with backend and payment gateway and publishing it
hey man what would you do to circumvent error 429 from app rate limiting on twitter?
Is .set_access_token a inbuilt function in Python?
bro this guy is a genius
when i type in python twitter.py nothing pops up?
More python automation tutorials please...Its so cool.
ikr
I opened a new twitter account for development with the new email address. I didn' get the approval from twitter. I did what ı see in this video and ı got reject. Can you help me about this ???. I got this message "Thank you for your interest in the Twitter developer platform. Based on our review of your use case, we are unable to approve your developer application at this time."
Hey bro, so twitter being an american company use "Favorite" rather than the British spelling of "Favourite". Another example of this can be "Color" and "Colour". Basically when the americans were moving from britain to america they forgot to bring a dictionary and went with these words lol
What page do you look at the code?
Which font are you using?
Is this possible to do something similar on instagram ?
thomas Yes except there's no instagram api
Can you make a tutorial on python for a Twitter boy that auto replies to certain users?
guys how do i run the program forever?
Greetings, mate.
Can you explain me how to make a function that will make @mention my followers at posted/retwitted twit?
it says " File "twitter.py", line 21
except StopIteration
^
SyntaxError: invalid syntax"
does someone know how to fix this?
would this work with other IDEs?
Can i get banned for that? And is it possible to be unbanned afterwards?
my bot is not showing any changes on my twitter profile
Keep it simple.. TECH Ed
Its simple but catchy..
it says tweepy.cursor is not callable, any suggestions?
needs a Capitol C
Anyone else getting "Read-only application cannot POST." ?
your issue is in the app dashboard, what you want to do is set the permissions to read and write
7:47 ooooooth lol XD
Where can i found that wallpaper? :)
I literally barely subscribe channels but I can't stop to subscribe you
can someone tell why i have errors of "unknown word" whem im literally im copy pasting
Is there anyway I can make it last longer?
last longer what?
i cant get time to work in my code at all. im using pycharm
Can You do a example in Javascript
how can i deploy it?
nice video ,
you used 4 keys
but twitter gives only 3 now ..
i need your help
Wallpaper link.??
Hwy Kushal, were you able to find the wallpaper?