Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 788 Bytes

NewScraper 📰

NewScraper is a live crypto news feed app built using web-scrapping. The app takes live feed from https://www.businesstoday.in/crypto and presents it in aesthetic format which could be downloaded and shared on social media

Tech Used 💻

  • Flask

  • BeautifulSoup

  • HTML

  • Tailwind CSS

Screenshots 📷

App Screenshot

App Screenshot

App Screenshot

Lessons Learned 📑

  • Creating a virtualenv in python using appropriate packages
  • Using flask to create backend
  • Using BeautifulSoup library to scrape the data from a website
  • USing Tailwind CSS to do basic styling