Skip to main content

Track recently published papers from PubMed, EuropePMC and bioRxiv.

Project description

paper-trackr

PyPI version Status License

Tired of missing out on cool papers? paper-trackr keeps an eye on PubMed, EuropePMC, and bioRxiv for you, scanning recent papers and sending to you via email. Just set your keywords and authors, and let it do the digging!


features

  • Tracks new papers across PubMed, EuropePMC, and bioRxiv
  • Custom filters for keywords and authors
  • Send email alerts (optional)
  • Easy to use and automate

quick usage

# install the package via pip
pip install paper-trackr

# create your first query (e.g., bioinformatics papers in bioRxiv)
paper-trackr manage --add

# search for papers published in the last 3 days (dry-run = don't send email)
paper-trackr --dry-run --days 3

# (optional) configure sender/receiver emails for alerts
paper-trackr configure

# send papers published in the last 3 days by email
paper-trackr --days 3

managing queries

You can create multiple queries using manage --add:

# interactively add a new search query
paper-trackr manage --add

# example: creating a query to search for bioinformatics + genomics related papers in bioRxiv
Would you like to create a new search query? (y/N): y
Enter keywords (comma-separated, or leave empty): bioinformatics, genomics
Enter authors (comma-separated, or leave empty):
Enter sources (bioRxiv, PubMed, EuropePMC  comma-separated, or leave empty for all): bioRxiv
Search query saved.

[!NOTE] You can also create queries for your favorite researcher / groups!
Just include their names in the author sessions.

You can check your queries using manage --list

# list all saved queries
paper-trackr manage --list

Saved queries:
  [1] keywords: bioinformatics, genomics | authors: none | sources: bioRxiv

You can also delete queries using manage --delete N:

# delete the 1st query
paper-trackr manage --delete 1
Query #1 removed.

Or delete all queries using manage --clear

# clear all saved queries (asks for confirmation)
paper-trackr manage --clear

Are you sure you want to delete all saved queries? (y/N): y
All queries deleted.

email alerts (optional)

To receive email alerts, configure sender and receiver emails:

# configure
paper-trackr configure

You’ll be prompted to provide:

  • Sender email
  • Google App Password
  • Receiver emails (you can enter multiple, separated by spaces)
# configure
paper-trackr configure

# example
? Enter sender email: your_email@gmail.com
? Enter sender password (Google App Password): *******************
? Enter receiver emails (comma-separated): recipient1@gmail.com, recipient2@university.edu

[!IMPORTANT] Google App Password is not your Gmail password.
You must generate an App Password via your Google Account → Create App Password

Once configured, all future paper-trackr runs will send results via email!
See an example below:

[!NOTE] paper-trackr does not have a published paper.
This image is just an illustrative example of the type of email you’ll receive using paper-trackr, but with real papers, recently published in sources like PubMed, EuropePMC, and bioRxiv!


automating daily paper tracking (optional)

To get the most out of paper-trackr, you can automate its execution on a daily basis.
By creating a simple bash script and scheduling it with cron, you’ll receive fresh paper updates every day!

Example script: run-paper-trackr.sh

# create a script to run paper-trackr
mkdir paper-trackr-logs && cd paper-trackr-logs 
vi run-paper-trackr.sh

# content of the script:
#!/bin/bash

# run paper-trackr (default days is 3)
paper-trackr --days 1

# make sure your script is executable:
chmod +x run-paper-trackr.sh

Now, you just have to schedule it with a cron table file:

# open your cron table file
crontab -e

# add a line like this to run the script every day at 5 AM:
0 5 * * * /path/to/paper-trackr-logs/run-paper-trackr.sh >> /path/to/paper-trackr-logs/logs/cron.log 2>&1

This ensures that paper-trackr will check for new papers every morning and email you if configured!


contact

For questions, feel free to open an issue.


license

MIT License

Copyright (c) 2025 Felipe Vaz Peres

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paper_trackr-1.0.10.tar.gz (19.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paper_trackr-1.0.10-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file paper_trackr-1.0.10.tar.gz.

File metadata

  • Download URL: paper_trackr-1.0.10.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for paper_trackr-1.0.10.tar.gz
Algorithm Hash digest
SHA256 ecabb3ce73a7f4d2a0881a36e38f196a13583e833da995dfaad021f4bf43c314
MD5 c8ac630639f2af69bc33eec2de28e2f8
BLAKE2b-256 479ca88a93ac1c3f2d3e2999680ea74b748da5bb210d702ef553b1b554105366

See more details on using hashes here.

File details

Details for the file paper_trackr-1.0.10-py3-none-any.whl.

File metadata

  • Download URL: paper_trackr-1.0.10-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for paper_trackr-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 e0a9fe4ecea13a3a80241f17f5cb247ac714df2b194a6b15fdcceba39494365b
MD5 1a48df4feba78ca3f166f71e38564637
BLAKE2b-256 a8e1ee9fa812c3e6edf4198d225c3f97146c3062dea1219be51630664575da06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page