Skip to content

Commit

Permalink
Autoupdate update for 0.10.0 and gephiVersion=0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 14, 2023
1 parent ad8c20e commit c13b443
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
Binary file added plugins/0.10/bluesky-gephi-0.1.0.nbm
Binary file not shown.
9 changes: 8 additions & 1 deletion plugins/0.10/updates.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE module_updates PUBLIC "-//NetBeans//DTD Autoupdate Catalog 2.8//EN" "https://netbeans.apache.org/dtds/autoupdate-catalog-2_8.dtd">
<module_updates timestamp="14/41/08/21/06/2023">
<module_updates timestamp="33/26/21/14/11/2023">



<module codenamebase="fr.totetmatt.bluesky.gephi" distribution="bluesky-gephi-0.1.0.nbm" downloadsize="1856941" homepage="http://github.com/gephi/gephi-plugins/bluesky-gephi" moduleauthor="totetmatt" needsrestart="true" releasedate="2023/11/14" targetcluster="plugins">

<manifest OpenIDE-Module="fr.totetmatt.bluesky.gephi" OpenIDE-Module-Display-Category="Import" OpenIDE-Module-Implementation-Version="0.1.0" OpenIDE-Module-Long-Description="Import network from Bluesky / AtProtocol" OpenIDE-Module-Module-Dependencies="org.openide.awt &gt; 7.86, org.gephi.visualization.api &gt; 0.10.0, org.gephi.datalab.api &gt; 0.10.0, org.openide.windows &gt; 6.95, org.netbeans.modules.settings/1 &gt; 1.67, org.openide.util.lookup &gt; 8.52, org.openide.util &gt; 9.26, org.gephi.graph.api &gt; 0.10.0, org.gephi.project.api &gt; 0.10.0, org.gephi.desktop.project &gt; 0.10.0, org.gephi.utils.longtask &gt; 0.10.0" OpenIDE-Module-Name="Bluesky Gephi" OpenIDE-Module-Requires="org.openide.modules.ModuleFormat1" OpenIDE-Module-Short-Description="Import network from Bluesky / AtProtocol" OpenIDE-Module-Specification-Version="0.1.0"/>

<message_digest algorithm="SHA-512" value="29fac69c8b1a97fe993b830396530776f1d76e25757b10347a0d33b6acca4cba7f8585e64c53e442af1121648e0a0646fa77e8d4f8277e4663ef739751694fa4"/>
</module>

<module codenamebase="nl.liacs.boundingdiameters" distribution="boundingdiameters-0.0.1.nbm" downloadsize="12803" homepage="http://github.com/gephi/gephi-plugins/boundingdiameters" license="37E4BDC7" needsrestart="true" releasedate="2023/01/28" targetcluster="plugins">

<manifest AutoUpdate-Show-In-Client="false" OpenIDE-Module="nl.liacs.boundingdiameters" OpenIDE-Module-Display-Category="Metric" OpenIDE-Module-Implementation-Version="0.0.1" OpenIDE-Module-Long-Description="Plugin implementing the BoundingDiameters algorithm described in the papers &quot;Determining the Diameter of Small World Networks&quot; and &quot;Computing the Eccentricity Distribution of Large Graphs&quot;" OpenIDE-Module-Module-Dependencies="org.openide.util.lookup &gt; 8.52, org.gephi.statistics.api &gt; 0.10.0, org.gephi.statistics.plugin &gt; 0.10.0, org.gephi.utils.longtask &gt; 0.10.0, org.gephi.graph.api &gt; 0.10.0, org.gephi.core.library.wrapper &gt; 0.10.0, org.gephi.ui.library.wrapper &gt; 0.10.0, org.openide.windows &gt; 6.95, org.openide.util &gt; 9.26, org.openide.util.ui &gt; 9.26, org.openide.awt &gt; 7.86, org.netbeans.modules.settings/1 &gt; 1.67" OpenIDE-Module-Name="BoundingDiameters" OpenIDE-Module-Requires="org.openide.windows.WindowManager" OpenIDE-Module-Short-Description="Plugin implementing the a fast algorithm for the diameter and radius of a network" OpenIDE-Module-Specification-Version="0.0.1"/>
Expand Down
Binary file modified plugins/0.10/updates.xml.gz
Binary file not shown.
27 changes: 27 additions & 0 deletions plugins/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4075,6 +4075,33 @@
},
"sourcecode": "https://github.com/seinecle/gephi-plugins",
"homepage": null
},
{
"id": "bluesky-gephi",
"name": "Bluesky Gephi",
"short_description": "Import network from Bluesky / AtProtocol",
"long_description": "Import network from Bluesky / AtProtocol",
"readme": "# Bluesky Gephi\n\nThis plugin allow you to visualize and explore the network of users in bluesky via the atprotocol.\n\n# Quick start\n- Get a bluesky account\n- Generate a password https://bsky.app/settings/app-passwords\n- Install the plugin in Gephi\n- Open Gephi\n- Put handle and password information\n- Search for yourself\n- Graph of your connection should appears.\n\n# Docs\n\nKeep in mind current atproto access point from bluesky is quite permissive and might change in the future.\n\n## Fetch from user\nYou can fetch network from user from multiple way :\n- Put one or multiple (separated by line return) handles or dids inside the plugin textarea and click on \"Go!\" \n- You can right click on a node and select contextual menu item related to the plugin \n - **Bluesky Fetch default data** , will fetch network based on the current configuration on the plugin panel\n - **Fetch followers only data**, will fetch only the followers of the node\n - **Fetch follows only data**, will fetch only the follows of the node\n\n## Deep Search\nBy activating **Fetch also n+1**, the plugin will fetch the selected handles network **and also** the network of the handles found.\n\n/!\\ Keep in mind that this can be very long as some users has a long list of followers or follows. /!\\\n\n## Crawl Limit\nTo have the list of the followers and follows of a user, the atproto api is build in a way that the application need to loop over multiple\n\"pages\". It means that for hub user, that have a high number of followers and follows (10k, 100k,1M) it might take an important amount of time \nto retrive information for this kind of user.\n\nTherefore, there is a possibility to limit this by only retriving a fraction of the followers and follows in order to speedup the exploration.\n\nIt\u0027s ok to do that if analysing theses hub isn\u0027t your main goal, as if theses hub are highly connected, they will automatically appears on the relationship\nof other users.\n",
"license": "Apache 2.0",
"authors": [
{
"name": "totetmatt",
"email": "matthieu.totet@gmail.com",
"link": "https://totetmatt.fr"
}
],
"category": "Import",
"last_update": "November 14, 2023",
"images": null,
"versions": {
"0.10.0": {
"url": "0.10/bluesky-gephi-0.1.0.nbm",
"last_update": "November 14, 2023",
"plugin_version": "0.1.0"
}
},
"sourcecode": "https://github.com/totetmatt/gephi-plugins.git",
"homepage": null
}
]
}

0 comments on commit c13b443

Please sign in to comment.