Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 776 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 776 Bytes

TWITGRAPH

Queries a hashtag/mention in Twitter and renders a network graph of resulting hashtags/mentions via Graphviz.

Check my blog for examples and more info.

Usage:

(twitgraph:search-and-render-diagram "#example" :page 10 :min 5 :lang "en" :rankdir "LR")

Look for the "example.svg" file in the folder you run LISP from.

  • All parameters except query-string are optional. Check definition for other optional parameters.
  • Change the values of minimum-font-size and font-size-factor parameters if you encounter proportional problems with the diagram.