Skip to content

Commit dd4a4cf

Browse files
Merge pull request #3 from AlbertoCuadra/develop
Update: typo
2 parents 2d748e9 + c896ba1 commit dd4a4cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The DOI Scraper is a Python script that reads a `.bib` file, searches for articl
1414
2. Install the required dependencies by running the following command:
1515

1616
```shell
17-
pip install requests
17+
pip install requests
1818
```
1919

2020
# Usage
@@ -24,16 +24,16 @@ Place your input `.bib` file in the same directory as the `doi_scraper.py` scrip
2424
Open the `doi_scraper.py` file and modify the following variables according to your needs:
2525

2626
```python
27-
input_file = 'input.bib' # Name of the input .bib file
28-
output_file = 'output.bib' # Name of the output .bib file
29-
INDENT_PRE = 4 # Number of spaces before the field name
30-
INDENT_POST = 16 # Number of spaces after the field name
27+
input_file = 'input.bib' # Name of the input .bib file
28+
output_file = 'output.bib' # Name of the output .bib file
29+
INDENT_PRE = 4 # Number of spaces before the field name
30+
INDENT_POST = 16 # Number of spaces after the field name
3131
```
3232

3333
Run the script using the following command:
3434

3535
```shell
36-
python doi_scraper.py
36+
python doi_scraper.py
3737
```
3838

3939
The script will search for articles without a DOI and retrieve the missing DOIs using the Crossref API. It will then update the output .bib file with the retrieved DOIs.

0 commit comments

Comments
 (0)