eleurent / twitter-graph

Fetch and visualize the graph of your Twitter friends and followers.
392 stars 46 forks source link

save_to_graph() got an unexpected keyword argument 'filtering' #32

Closed Cruzaderx closed 2 years ago

Cruzaderx commented 2 years ago

I failed to figure out what causing this problem. Traceback (most recent call last): File "/home/username/Downloads/twitter-graph/fetch_data.py", line 322, in main() File "/home/username/Downloads/twitter-graph/fetch_data.py", line 314, in main save_to_graph(users, friendships, Path(options["--out"]), target, filtering=options["--filtering"], TypeError: save_to_graph() got an unexpected keyword argument 'filtering'

eleurent commented 2 years ago

Hey, this bug was introduced yesterday and then fixed a few hours ago, maybe you got the broken version? Could you please try updating to the current main and see if this fixes the issue?

Cruzaderx commented 2 years ago

Yea ill update i DL your awesome app last night so you're i got a broken version.