Skip to content

Sri-Kruthardh/data-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Scraping Project

Introduction

Hi there! thank you for taking your time to look at my work. This project is written to display data scraping ideas from different kind of websites/ sources. I will be using pdm to install my requirements as opposed to common pip.

Bitcoin rate (deprecated. api no longer exists)

Our script uses simple requests module to get bitcoin rate in USD in UTC time. the data is then stored in local influx db which is optimal to save time series data.

Entsoe transparency data (sftp is deprecated)

We are using paramiko library to create a sftp client to entsoe website to get intraday capacity data from sftp server. we are using sqlite3 to store the data into the database.

BooksToScrape

We will be using beautiful soup library of Python to get all data from Books to scrape website. Results are stored in sqlite database. Results of the scrape can be seen in web_scraping/results folder

About

A display of data scraping ideas from multiple sources.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors