from Sampler import Reader def main(): # Create object # Use the object created to make call to retrieve tweets # print tweet by calling print_tweet(parameter1, parameter2) # Find if the tweet message contains # hashtag symbol # Find out who used hashtag in their tweet if __name__ == "__main__": main()