Dear all,
I am looking for a library in Python to download abstracts from PubMed. I am looking preferentially for a library that allows to download abstracts, metadata, if it is cited from other papers and so on.
I have downloaded from PubMed in the past using a library in R, however my pipeline is in Python (after downloading and cleaning I will use a machine learning model so I would like that all the passage are in Python.
I have seen some alternatives in R or in command line but I would like to know which Python library you recommend. If you have some library to recommend, some sample code or tutorial about that in Python, I would be really glad if you can share it.
thank you,
Salvatore
actually I have thought something similar, but if it was a library that it is well done I would prefer.
I saw this one: https://pypi.org/project/pubmed-lookup/
but I am not sure is mantained