We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87a26f commit ed7251eCopy full SHA for ed7251e
README.md
@@ -0,0 +1,12 @@
1
+# Twitter_graphing_python
2
+Code to pull tweets from twitter API and graph in NetworkX & Gephi.
3
+
4
+This code is part of a presentation to the Ottawa Pycoders Meetup on August 27, 2015.
5
6
+Use:
7
8
+run search_twitter_to_json with args: -q QUERY -c COUNT/PULSE -m MAX TWEETS
9
10
+Then run the Twitter NX User Graph.ipynb to set up the graph and export to Gephi.
11
12
+Then open, Gephi, load up your file and play!
0 commit comments