INauCkeL
Junior Member
- Jul 24, 2023
- 112
- 30
I'm developing a Twitter bot using Selenium and C# without the Twitter API, aiming to post tweets with text and image URLs.
However, Twitter doesn't display an image preview when I paste the URL directly into the tweet.
My workaround — downloading the image and using the file open dialog — is cumbersome, and I didn't develop it yet.
Is there a more efficient method to ensure Twitter previews the image from the URL, or any alternative approach to automate image posting on Twitter through Selenium and C#?
However, Twitter doesn't display an image preview when I paste the URL directly into the tweet.
My workaround — downloading the image and using the file open dialog — is cumbersome, and I didn't develop it yet.
Is there a more efficient method to ensure Twitter previews the image from the URL, or any alternative approach to automate image posting on Twitter through Selenium and C#?