An open API service indexing awesome lists of open source software.

https://github.com/iamdecode/bibtex-abstracts


https://github.com/iamdecode/bibtex-abstracts

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# bibtex-abstracts

A tool for adding abstracts to BibTeX files.

## Installation

```bash
# Clone the repository
git clone https://github.com/iamDecode/bibtex-abstracts.git
cd bibtex-abstracts

# Create a virtual environment
python3 -m venv venv

# Activate the virtual environment
# On Linux/macOS:
source venv/bin/activate
# On Windows:
# venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt
```

## Usage

### Basic Usage

```bash
python add_abstracts.py
```