Kobo ereaders are integrating with Goodreads alternative StoryGraph
-
Kobo's Storygraph integration launches in June and will automatically sync
progress with the reading platform.
2 hours ago
fin = open('my dump file', 'r')
fout = open('my new dump file', 'w')
falserep = (x.replace(',f,',',0,') for x in fin)
truerep = (x.replace(',t,',',1,') for x in falserep)
for line in truerep: fout.write(line)