https://github.com/iamdecode/bibtex-abstracts
https://github.com/iamdecode/bibtex-abstracts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamdecode/bibtex-abstracts
- Owner: iamDecode
- Created: 2025-05-06T12:33:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T12:44:06.000Z (about 1 year ago)
- Last Synced: 2025-10-03T20:26:51.486Z (9 months ago)
- Language: TeX
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```