Skip to content

Latest commit

 

History

History

notebooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Notebooks

Twitter

Method:

tweets = retrieve_tweets(query)
filtered_tweets = tweets.filter(respone_tweets)
conversation = filtered_tweets.extend_conversation()
graph = build_graph.from(conversation)

Other