Skip to content

8g6-new/BibFromText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BibFromText πŸ“šβœ¨

Given a list of reference papers separated by new lines πŸ“œ, the program will automatically retrieve all Bibs πŸ“– and save them to a .bib file πŸ’Ύ

How to Install πŸš€

Install NodeJS 🌐

Install Puppeteer πŸ€–

npm install puppeteer

This will also download Chromium 🌐. This is to avoid manual configuration of the browser binary path πŸ› οΈ. If you don’t want Chromium and only want Puppeteer, just install puppeteer-core πŸ€·β€

Note: Puppeteer only works with Chromium-based browsers (Brave, Chrome, etc.) πŸ€–

How to Use πŸ€“

  • Make a list of your reference papers based on your order πŸ“ and save it as a text file (.txt) πŸ“„
  • Rename values of input_path and output_path variables based on your text file name and desired output name πŸ”„
  • Run bib.js πŸƒβ€β™‚οΈ
node bib.js
  • The first run will show a reCAPTCHA πŸ”, solve it and prove you are not a bot πŸ€– and not trying to spam the site 🚫
  • Sit back and wait for it to fetch all the reference papers and cite them… ✨

About

Given a list of reference papers serrated by new lines , the program will automatically retrive all Bibs and saved to a file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors