Python Web Scraping: Get the number of following on a Twitter account
Write a Python program to get the number of "following" on a Twitter account.
Sample Solution:
Python Code:
Sample Output:
Input your account name on Twitter: @prasanta @prasanta is following 110 people.
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 followers of a given twitter account.
Next: Write a Python program to get the number of post on Twitter liked by a given account.
What is the difficulty level of this exercise?