grep -o 'isbn=[0-9]{10}' | sort -u
That is how you scrape the HTML source of your weRead page to get a nice CSV of ISBNs to export to GoodReads. Handy until they get proper export functionality.
@chadkoh โ Generous with Likes โค๏ธ
🔗
grep -o 'isbn=[0-9]{10}' | sort -u
That is how you scrape the HTML source of your weRead page to get a nice CSV of ISBNs to export to GoodReads. Handy until they get proper export functionality.
Search
SocialS