Skip to content

nicolatoscan/bibtex-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibtex-bot

Search for a paper and get its bibtex on Telegram

How to use

Text the bot on telegram @bibtexcitebot

If it doesn't work, my server might be down, sorry.

How it works

The bot will search the query on google scholar and return the bibtex for the first result.

How to run

  1. Install Node.js
  2. Clone the repo
  3. Create a file called .env in the root directory of the project containing your telegram bot token
BOT_TOKEN=<your-bot-token>
  1. Install dependencies: npm install
  2. Build the project: npm run build
  3. Run the project: npm start

Credits

Part of the code was inspired from scholarBibTex from @Kildrese

Releases

No releases published

Packages