
Create A Twitter Bot With Python
video description
Date: 2022-03-14
Related videos
Comments and reviews: 9
Kevin
I have been working on this now for two days and still cant get it to work. I am on a ubuntu 18.04 laptop and used gedit to make my two files. I have already made my twitter bot and setup the api keys needed. but I dont know how to execute my code. I have tried pycharm and bluefish but keep getting errors or nothing at all happens. Is there a missing step not covered in the video?
reply
I have been working on this now for two days and still cant get it to work. I am on a ubuntu 18.04 laptop and used gedit to make my two files. I have already made my twitter bot and setup the api keys needed. but I dont know how to execute my code. I have tried pycharm and bluefish but keep getting errors or nothing at all happens. Is there a missing step not covered in the video?
reply
coy0te1467
I might be late to the party but I have a question about the grabbing of pictures in this example. I grabbed the source code and ran it but i'm getting a lot of files that are corrupted or damaged or to large and cannot be opened. Just trying to understand the implementation and if I'm doing something wrong here. Thank you again for your time. .
reply
I might be late to the party but I have a question about the grabbing of pictures in this example. I grabbed the source code and ran it but i'm getting a lot of files that are corrupted or damaged or to large and cannot be opened. Just trying to understand the implementation and if I'm doing something wrong here. Thank you again for your time. .
reply
Muzik
In your image scraping code. The line where you have f.write(request.get(url).content...
Why not have f.write(source.content...
You already have the response when you ran request the first time, there is not need to run it again. Is that not a bit inefficient?
reply
In your image scraping code. The line where you have f.write(request.get(url).content...
Why not have f.write(source.content...
You already have the response when you ran request the first time, there is not need to run it again. Is that not a bit inefficient?
reply
faizan
Brother please help me why my model folder is empty all d time .. photoes doesnt download in that folder ... I have even tried cfscrape module which i saw in comment section still the directory is showing empty .. please help .. m using windows and pycharm
reply
Brother please help me why my model folder is empty all d time .. photoes doesnt download in that folder ... I have even tried cfscrape module which i saw in comment section still the directory is showing empty .. please help .. m using windows and pycharm
reply
faizan
Brother please help me why my model folder is empty all d time .. photoes doesnt download in that folder ... I have even tried cfscrape module which i saw in comment section still the directory is showing empty .. please help .. m using windows and pycharm
reply
Brother please help me why my model folder is empty all d time .. photoes doesnt download in that folder ... I have even tried cfscrape module which i saw in comment section still the directory is showing empty .. please help .. m using windows and pycharm
reply
Rick
Thanks for a real-world short example! That said, it must be said: / is slash or forward slash. \ is backslash. URLs use forward slash, Windows drive paths and escaped chars use backslash.
reply
Thanks for a real-world short example! That said, it must be said: / is slash or forward slash. \ is backslash. URLs use forward slash, Windows drive paths and escaped chars use backslash.
reply
Wagner
Great video. Just a note, when you use -with- to open a file, it automatically closes it after the operation, so you don-t need to write f.close(). Cheers!
reply
Great video. Just a note, when you use -with- to open a file, it automatically closes it after the operation, so you don-t need to write f.close(). Cheers!
reply
Brady
The problem with API's is they can always restrict how many posts you can make, but with selenium you can make a bot that looks more like a regular user.
reply
The problem with API's is they can always restrict how many posts you can make, but with selenium you can make a bot that looks more like a regular user.
reply
Amal
Hi ! Thanks a lot for this !!
Also i'd like to know the possible reasons as to why the soup.findAll() is not returning anything when i try.
reply
Hi ! Thanks a lot for this !!
Also i'd like to know the possible reasons as to why the soup.findAll() is not returning anything when i try.
reply
Add a review, comment
Other channel videos















