Closed aspacek closed 4 years ago
Currently the code just outputs all the results to the terminal. I'd like to have them (also?) output to a file, probably a .csv file? At least a text file. Maybe both?
Added text file output in the below commit. Still need to add .csv functionality.
https://github.com/aspacek/Letterboxd-user-film-compare/commit/51079d326262367912c6a1bb9f99260d17726dc2
Added CSV output! See commit below.
https://github.com/aspacek/Letterboxd-user-film-compare/commit/202fe08182efedb738124007a6d88e2be11b2dbd
Currently the code just outputs all the results to the terminal. I'd like to have them (also?) output to a file, probably a .csv file? At least a text file. Maybe both?