Skip to content

Instantly share code, notes, and snippets.

View boogheta's full-sized avatar

Benjamin Ooghe-Tabanou boogheta

View GitHub Profile
@boogheta
boogheta / build_gif.sh
Last active August 25, 2022 17:26
Network spatialization with graophology's FA2 on huge networks with PNG exports
convert -delay 5 $1_snapshot_*.png $1.gif
#!/usr/bin/env python
import os
import sys
import csv
import json
import requests
metadata = {
"id": None, "desc": None, "createTime": None, "originalItem": None,
let scroll = 0;
function handleNextMedia() {
const el = document.querySelector(".Media");
if (!el) {
document.querySelector(".Profile.custom-scroll").scrollTo(0, scroll + 1800);
return setTimeout(() => handleNextMedia(), 5000);
}
$(el).click();
setTimeout(() => {
$(".MediaViewerActions .icon-download").click();