convert html to image using python – Twitter API
I am trying to convert my embed tweet html to a picture. modules : import tweepy as tw import imgkit this is how i get embed tweets using tweepy: def get_embed(): # ----------------------------------- Twitter API consumer_key = "consumer_key" consumer_secret =…