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

https://github.com/dylanbuchi/swissborg-scraper

A script project that gets crypto data from Swissborg's website, filters, and stores it in a file. Built with Python.
https://github.com/dylanbuchi/swissborg-scraper

cryptocurrency python scraper

Last synced: about 2 months ago
JSON representation

A script project that gets crypto data from Swissborg's website, filters, and stores it in a file. Built with Python.

Awesome Lists containing this project

README

        

# swissborg-scraper

Scrap crypto data from the SwissBorg website using Python.

---

## Running the Project Locally

**1**. Clone this repository to your local machine:

```bash
git clone https://github.com/dylanbuchi/swissborg-scraper.git
```

**2**. Go to the root directory of the project:

```bash
cd swissborg-scraper/
```
**3**. Install Pipenv:

```bash
pip install pipenv
```

**4**. Install the dependencies:

```bash
pipenv install
```

**5**. Activate the virtual environment:

```bash
pipenv shell
```

**6**. Run the script:

```bash
python main.py
```

---

## Author

- Website - [Dylan Buchi](https://dylanbuchi.com/)