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.5.tar.gz (47.6 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.5-py3-none-any.whl (50.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paper_trackr-1.0.5.tar.gz
  • Upload date:
  • Size: 47.6 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.5.tar.gz
Algorithm Hash digest
SHA256 c64f90e8d5ca761f88f45edbe31c50ecc95b07e21a227e3d923768e10b10fac7
MD5 2808ae76931c77c06b35bbcd2a81cd4b
BLAKE2b-256 47347d36d13e1f00a5049db31980defa1c1f64b7bd32ae7309c8cc7879364130

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paper_trackr-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 50.6 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a9a5cfb52667f2a56d25034d8e952f1493897a51cc2663f002e1c2263660315d
MD5 12dcbba5009ebbdbe6b580b198fb39ee
BLAKE2b-256 652a6437c236dd6a16e377eacc7b9ff7793bd240ea95e83b9e8fb179590c32fd

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