Looking for automated arXiv paper notifications via Telegram

Does anyone know about a Telegram bot that can automatically deliver arXiv papers to me on a daily basis? I’ve been searching online but haven’t found anything useful yet. The thing is, manually checking arXiv every day for new research papers is pretty time-consuming, and I often forget to do it. I’m hoping there’s some kind of automated solution that could just send me notifications or summaries of new papers in my field of interest. Has anyone here used something like this before? I’d really appreciate any recommendations or suggestions. Maybe there are alternative approaches I haven’t considered? Thanks in advance for any help.

I built a Python script that scrapes arXiv daily and sends me Telegram notifications. Took a weekend to set up, but now I can customize everything - specific authors, keyword combos, even exclude irrelevant terms. Runs on a small VPS and sends me a clean summary each morning with only papers I actually care about. Yeah, you need some coding skills, but if you know Python it’s totally worth it. Way better than drowning in irrelevant papers from those broad category subscriptions.

I created a similar system utilizing IFTTT alongside arXiv’s RSS feeds. Each category has its own RSS feed, allowing IFTTT to track them and send notifications directly to Telegram. You can select specific categories of interest and even set keyword filters. This setup has been effective for me over the last eight months, providing consistent notifications and the flexibility to adjust the alert frequency. The initial setup might take about 30 minutes, but it significantly reduces the time spent checking for new papers.

The Problem:

You’re looking for a Telegram bot that automatically delivers arXiv papers daily, focusing on your specific research interests. Manually checking arXiv is time-consuming, and you’d prefer an automated notification or summary system.

TL;DR: The Quick Fix:

Use the Telegram bot @arxiv_bot. Search for it in Telegram and subscribe to relevant subject categories.

:thinking: Understanding the “Why” (The Root Cause):

Manually checking arXiv for new papers is inefficient. A dedicated bot streamlines this process by providing automated notifications tailored to your research area. This saves you time and ensures you don’t miss important updates. @arxiv_bot leverages arXiv’s structured data to offer this automated service.

:mag: Common Pitfalls & What to Check Next:

  • Category Selection: Carefully select the arXiv subject categories that align precisely with your research interests. Too broad a selection might lead to an overwhelming number of notifications. Too narrow a selection might miss relevant papers.
  • Notification Frequency: The bot might offer options to adjust notification frequency (e.g., daily, weekly). Choose the frequency that best suits your workflow.
  • Abstract Length: Long abstracts might make the notifications less concise. Experiment with adjusting notification settings to focus only on titles or short summaries.
  • Alternative Approaches: If @arxiv_bot doesn’t meet your needs perfectly, explore creating a custom solution using arXiv’s API and a Telegram bot library. This requires programming skills but provides greater customization options.

:speech_balloon: Still running into issues? Share your (sanitized) config files, the exact command you ran, and any other relevant details. The community is here to help!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.