Skip to content

A Python web scraper to scrape latest posts from official Coinbase's Blog.

Notifications You must be signed in to change notification settings

vanshwassan/Coinbase-Blog-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinbase Blog Scraper

A Python web scraper to scrape latest posts from official Coinbase's Blog.

IDEA

It scrapes up latest blog posts from https://blog.coinbase.com/latest and rings an alarm whenever they post any update.
Made this for a Trader Chigga on Discord.
I've used requests and bs4(beautiful soup) for the main scraping and playsound library to ring the alarm.

INSTALLATION

pip install requests
pip install bs4
pip install playsound

About

A Python web scraper to scrape latest posts from official Coinbase's Blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages