mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 20:05:36 +01:00
A first pass at importing my tweets. Includes the code I used to do it. I've made some manual edits (to add code fence blocks, and fix some annoying encoding issues), but this should be a decent start.
5 lines
102 B
Modula-2
5 lines
102 B
Modula-2
module github.com/by-jp/www.byjp.me/tools/archive/goodreads
|
|
|
|
go 1.20
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0
|