- Install
requests, see http://requests.readthedocs.org/en/latest/user/install/
Use \cite{MR...} in your LaTeX file to cite articles on MathSciNet, where MR... is the MSC identifier. Then:
- Run
pdflatex(or similar) on your file to get an updated.auxfile - Run
python mscget.py(update the hardcoded filename: I'll have to implement parameters I realise now) - Appropriately import
mr.biband runbibtex
- Which assumptions did I make are actually wrong?
- Is there a documented API for msnmain? I guess fn=130 is "make a request", but are there other interesting functions?
- What are the possible commands that can appear in the
.auxthat indicate a citation? - Can I improve on handing certain HTTP status codes?