Skip to content

Commit 07b4f8f

Browse files
committed
add: pyproject.toml
1 parent c9bcf76 commit 07b4f8f

File tree

5 files changed

+2171
-65
lines changed

5 files changed

+2171
-65
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ScrapeGraphAI is a *web scraping* python library based on LangChain which uses L
44
Just say which information you want to extract and the library will do it for you!
55

66
<p align="center">
7-
<img src="docs/assets/scrapegraphai_logo.png" alt="Scrapegraph-ai Logo" style="width: 50%;">
7+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/scrapegraphai_logo.png" alt="Scrapegraph-ai Logo" style="width: 50%;">
88
</p>
99

1010

@@ -17,7 +17,7 @@ pip install scrapegraphai
1717

1818
Try out ScrapeGraphAI in your browser:
1919

20-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/VinciGit00/Scrapegraph-ai)
20+
[![Open in GitHub Codespaces](docs/assets/codespaces-badge.png)](https://codespaces.new/VinciGit00/Scrapegraph-ai)
2121

2222
## 📖 Documentation
2323

@@ -26,7 +26,7 @@ Behind this there is also the docusaurus documentation [here]([https://scrapegra
2626

2727
## Setup the api keys
2828

29-
The procedure per for activatating the openai keys are in the following link: [link](https://scrapegraph-ai.readthedocs.io/en/latest/index.html).
29+
Follow the procedure on the following link to setup your OpenAI API key: [link](https://scrapegraph-ai.readthedocs.io/en/latest/index.html).
3030

3131
## 💻 Usage
3232

@@ -69,7 +69,7 @@ The output will be a dictionary with the extracted information, for example:
6969
## 🤝 Contributing
7070

7171
Contributions are welcome! Please check out the todos below, and feel free to open a pull request.
72-
For more information, please see the [contributing guidelines](CONTRIBUTING.md).
72+
For more information, please see the [contributing guidelines](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md).
7373

7474
After installing and activating the virtual environment, please remember to install the library using the "dev" extra parameter to have the extra dependencies for development.
7575

@@ -84,12 +84,12 @@ pip install -e .[dev]
8484
## Authors
8585

8686
<p align="center">
87-
<img src="docs/assets/logo_authors.png" alt="Authors Logos"">
87+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/logo_authors.png" alt="Authors Logos">
8888
</p>
8989

9090
## 📜 License
9191

92-
ScrapeGraphAI is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more information.
92+
ScrapeGraphAI is licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) file for more information.
9393

9494
## Acknowledgements
9595

docs/assets/codespaces-badge.png

3.44 KB
Loading

0 commit comments

Comments
 (0)