-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.pygephi
26 lines (20 loc) · 1.33 KB
/
README.pygephi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description
-----------
This is a series of Python scripts to be used with the Gephi Graph Streaming Plugin.
Some are very simple, as the "snake" and "square" examples, and should be used with Gephi as master.
A more complex example starts an HTTP server that connects to the Twitter Streaming API and
exposes the Twitter data in Graph Streaming format, with the users as nodes and retweets as edges.
You can connect Gephi as a client, and see Twitter activity in real time.
In order to get a better layout, run the Force Atlas layout while running these scripts.
Contributing
------------
If you have a Github account please fork the repository,
create a topic branch, and commit your changes.
Then submit a pull request from that branch.
License
-------
Written by André Panisson
Copyright (c) 2011 André Panisson <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.