Total noob to this. I have set up a script that can send a tweet, all I want to do is print text before the enter message promt that displays the screen name of the account.
In my mind it would be something like
user_name = twitter.get_screen_name()
print(user_name)
I have loaded all the keys from my app etc.
I notice on varify_credentials it does have
u'screen_name': screenname