Twitter Data Scrape

Twitter Data Scrape with Profile Link without login to twitter.Scrapes Twitter Data Scrape with Profile Link like followers, total tweets, following , joined date etc.

_images/twitter_analyzer.gif

Code

from bot_studio import *
datakund = bot_studio.new()
response = datakund.twitter_analyzer(profile_link="https://twitter.com/MAS")

Response Data

{
  "body": {
        "description": "Proudly flying the nation's flag and connecting places and hearts through our inimitable Malaysian Hospitality.",
        "followers": "1.7M",
        "following": "Following",
        "joined": "Joined January 2009",
        "profile": "Malaysia Airlines",
        "tweets": "70.3K Tweets"
  },
  "errors": [],
  "resume_variable": 0,
  "success_score": "100"
        }