Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/praetoriansentry/twitter-list-matrix
- Owner: praetoriansentry
- Created: 2022-09-24T19:23:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T13:26:39.000Z (about 2 years ago)
- Last Synced: 2024-06-19T21:00:46.562Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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