Track recently published papers from PubMed, EuropePMC and bioRxiv.
Project description
paper-trackr
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-trackrdoes not have a published paper.
This image is just an illustrative example of the type of email you’ll receive usingpaper-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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paper_trackr-1.0.3.tar.gz.
File metadata
- Download URL: paper_trackr-1.0.3.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebabea7a7ef31eb2667bf1a66d21869349fa54edc3078be8540019e41b6bf200
|
|
| MD5 |
cc54570d5de38e4b1ab77171add28bde
|
|
| BLAKE2b-256 |
f7c117b870b03f330022fbebcc03d749243c6b5a27b3b0e7b63f805014164f09
|
File details
Details for the file paper_trackr-1.0.3-py3-none-any.whl.
File metadata
- Download URL: paper_trackr-1.0.3-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d74bda7c81351a31cbd48b6780d52b497d1c61f342a1e31772d8aaeeabe6a10
|
|
| MD5 |
012f58fa2b622d23abe9b0d9f0089e01
|
|
| BLAKE2b-256 |
8026801872f55c236633194afae9eae4517279cfd5b06a0c9a176dddf65ca198
|