Skip to content

PubSched is bit of code that retrieves interesting PubMed entries published within the last seven days.

Notifications You must be signed in to change notification settings

esracamci/PubSched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PubSched

Runs pubmed7 once a week.

pubmed7

pubmed7 is bit of code that retrieves PubMed entries published within the last seven days.

It was intended to be the base for a Slack bot that would scan for publications with certain keywords or new publications from lab alumni.

Search parameters are defined by the value reldate and the contents of terms.txt.

To run pubmed7 immediately

  1. Download files.
  2. Edit the Entrez.email field to comply with NCBI e-utility policies.
Entrez.email = "[email protected]"
  1. Edit terms.txt.
  2. Open your terminal and point it to the directory containing the files and run:
python pubmed7.py
  1. Output will be printed to the terminal.

$ python pubmed7.py

search term

Publication title. ['Author A', 'Author B', 'Author C', 'Author D'] Journal Title. 2021 Mar 30:1-8. doi: nn.nnnn/nnnnnnnn.

notes

  1. Empty records appear with three question marks; future versions will bypass empty records.
  2. Duplicate citations appear.
  3. Future versions should eliminate the square brackets around the author name outputs.

About

PubSched is bit of code that retrieves interesting PubMed entries published within the last seven days.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages