/PubMedFullText

Provides link of the full-text article upon giving PubMed's PMID

Primary LanguagePythonMIT LicenseMIT

PubMedFullText

Provides link of full text article upon giving pubmed's PMID

Requirements

Install requests and BeautifulSoup to run this easy program. One can use ' pip3 install requests ' and ' pip3 install beautifulsoup ' on linux(ubuntu).Simple program is written using python3 using the web scraping module, Beautifulsoup.

How to run

  1. Install the requirements
  2. Clone the github repo
  3. Add the corresponding PMID(s) in pmid.txt , such that each line contains one PMID.
  4. Run fullText.py using python3.
  5. Done