Check for duplicates in your bibtex file. It extracts all entry/title pairs and uses difflib.SequenceMatcher to compare them.
Usage: python dups.py file.bib
(No need to install anything. Only packages that come with Python are used by the script.)
8000