Skip to content

An arXiv assistant bot that scrapes for AI Engineering topics

License

Notifications You must be signed in to change notification settings

KernAlan/arXivResearchAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArXiv Research Assistant

Daily digest of new arXiv papers, configured to your interests.

Setup

  1. Create and activate virtual environment:

    python -m venv venv
    
    # Windows
    .\venv\Scripts\activate
    
    # Linux/Mac
    source venv/bin/activate
    
  2. Clone and install:

    git clone https://github.com/KernAlan/arXivResearchAssistant.git
    cd ArxivResearchAssistant
    pip install -r requirements.txt
    
  3. Add OpenAI API key to .env:

    OPENAI_API_KEY=your_key_here
    
  4. Run:

    python -m src.cli generate
    

    Digests are saved to digests/arxiv_digest_YYYYMMDD_HHMMSS.html

Configuration

Edit config.py to customize:

  • Topics and categories to monitor
  • Filtering criteria
  • Model settings
  • Research interests

Note: arXiv updates at 14:00 UTC (9:00 AM EST) on weekdays. Run once daily after this time.

About

An arXiv assistant bot that scrapes for AI Engineering topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages