Twitter-Image-Link-Scraper is a python library to scrape image links on twitter feed using browser automation. It currently runs only on windows.
from twitter_image_link_scraper_python import *
true=True;false=False
list_of_cookies=[
{
"domain": ".twitter.com",
"expirationDate": 1676520136,
"hostOnly": false,
"httpOnly": false,
"name": "_ga",
"path": "/",
"sameSite": "unspecified",
"secure": false,
"session": false,
"storeId": "0",
"value": "GA1.2.1110230825266.1610349768",
"id": 1
}]
please replace the above sample cookies with your cookies, can see below link of how to fetch cookies
twitter.login_cookie(cookies=list_of_cookies)
twitter.open("https://twitter.com")
for i in range(0,5):
response=twitter.save_image_links()
data=response['body']
twitter.scroll()
twitter.save_image_links() this function scrapes the image links from the feed page, you can scroll down to fetch new feed data
Can install this python package from this link
https://pypi.org/project/twitter-imag...
We login to twitter using cookies easily with single command
We use datakund library to achieve this
Can install from here
https://pypi.org/project/bot-studio/
All methods available to automate twitter
To see all methods can check this link
https://twitter-api.datakund.com
Pypi package for Image links Scraper on twitter
https://pypi.org/project/twitter-imag...
Github Gist Link
https://gist.github.com/datakund
Github Repos Link
https://github.com/datakund/
DataKund is python library used to automate browser based actions on any website.
It supports automation of many different platforms
Youtube
https://youtube-api.datakund.com
Amazon
https://amazon-api.datakund.com
LinkedIn
https://linkedin-api.datakund.com
Twitter
https://twitter-api.datakund.com
Google
https://google-api.datakund.com
To see all packages made with DataKund please check this link
https://datakund.com
All the bots are made with DataKund Studio
Can install from here
https://pypi.org/project/bot-studio/
If you need methods to automate any other website or for any queries or feedback please contact us at following
https://t.me/datakund
[email protected]
Thanks
--------------
Subscribe to Our Channel :
/ @datakund407
Let's Connect
Facebook : / datakund
LinkedIn : / datakund
Telegram : https://t.me/datakund
#twitter #twitterautomation #twitterbot