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.
- Host: GitHub
- URL: https://github.com/dylanbuchi/swissborg-scraper
- Owner: dylanbuchi
- Created: 2021-06-27T06:14:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T09:18:33.000Z (over 2 years ago)
- Last Synced: 2025-01-18T13:40:16.823Z (3 months ago)
- Topics: cryptocurrency, python, scraper
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)