feat: add capture following

This commit is contained in:
2024-12-20 22:06:17 +01:00
parent 0365ad42ef
commit d94f65092a
4 changed files with 68 additions and 27 deletions

View File

@@ -5,4 +5,5 @@ scrapy runspider -o out.csv:csv fedcrawler_followers.py
dos2unix out.csv
uniq0 out.csv | sponge out.csv
bash <(awk -f pp.awk template.dot) < out.csv >| out.dot
awk -f to_dot.awk out.csv >| out.dot
neato -Tsvg -o out.svg out.dot