Python Web Scraping: Get the number of followers of a given twitter account
Write a Python program to get the number of followers of a given twitter account.
Sample Solution:
Python Code:
Sample Output:
Input your account name on Twitter: @prasanta Number of followers: 61
Flowchart:

Python Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Python program to get the number of Pinterest accounts maintained by U.S. State Department embassies and missions.
Next: Write a Python program to get the number of following on Twitter.
What is the difficulty level of this exercise?