Skip to content

Commit

Permalink
Merge pull request #37 from dev-SB/master
Browse files Browse the repository at this point in the history
added article for web scraping
  • Loading branch information
Xtremilicious committed Nov 22, 2021
2 parents 4b70f01 + 2de5061 commit d5defcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
exports.projectsData = [
{
id: 202,
type: "article",
title: "Build a web scraper using BeautifulSoup",
category: ["ml-ai"],
tech: ["Python","BeautifulSoup"],
datePublished: "Aug 11, 2019",
projectURL:"https://medium.com/@dev.sb18/web-scrapping-ipl-stats-493e3344d741",

},
{
id: 201,
type: "article",
Expand Down

1 comment on commit d5defcf

@vercel
Copy link

@vercel vercel bot commented on d5defcf Nov 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.