Running stand-alone Scripting Plugin

Extensions and customization
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
VadimVV
Posts:2
Joined:12 Feb 2013 12:20
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Running stand-alone Scripting Plugin

Post by VadimVV » 13 Feb 2013 10:11

Hello,

I want to automatically create and modify graph (using Scripting Plugin console) and from time to time visualize it using Gephi GUI.
Is it possible to run Scripting plugin as a stand-alone console, without strating main GUI? If yes, what is needed for that?

Thanks in advance!

Vadim

pegerp
Posts:124
Joined:21 Dec 2011 17:10
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Running stand-alone Scripting Plugin

Post by pegerp » 13 Feb 2013 14:31

You are probably looking for https://wiki.gephi.org/index.php/Toolki ... less_Gephi. See the examples to see what is possible to do with Gephi Toolkit.

Gephi's Scripting console uses Python language for the scripts. However with Gephi Toolkit you need to use Java as the language. With the toolkit you can create a Java program that you can run on the command line. If you are familiar with programming you should be able to get the Java examples working quite easily. Then you can modify the examples to your own needs.

Good luck!

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable