How to add books by programming?
Hello everyone,
I have a txt file, which contains many items:
book1 author1 link1
book2 author2 link2
...
and I want to import these books into a lib, i want to write some code to do this job, and my favorite tool is C#, python is OK too.
how to do that?
thanks guys
|