Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praetoriansentry/twitter-list-matrix

A script to create a grid of people I follow and the lists I have
https://github.com/praetoriansentry/twitter-list-matrix

Last synced: about 7 hours ago
JSON representation

A script to create a grid of people I follow and the lists I have

Awesome Lists containing this project

README

        

#+TITLE: Twitter List Matrix
#+DATE:
#+AUTHOR: John Hilliard
#+EMAIL:
#+CREATOR: John Hilliard
#+DESCRIPTION:

#+OPTIONS: toc:nil
#+LATEX_HEADER: \usepackage{geometry}
#+LATEX_HEADER: \usepackage{lmodern}
#+LATEX_HEADER: \geometry{left=1in,right=1in,top=1in,bottom=1in}
#+LaTeX_CLASS_OPTIONS: [letterpaper]

Utility to cross reference lists with who I follow

Example private.env file:
#+begin_src text
TWITTER_ACCESS_TOKEN=...
TWITTER_CLIENT_ID=TUFMNEFROTdNS2VhNlFMWC16djY6MTpjaQ
TWITTER_REDIRECT_URI=https://john.dev?twitter=true
#+end_src
*
Loading environment variables:
#+begin_src shell
set -a
source private.env
set +a
#+end_src