From de4c707029e4c159e64271336e670e3c54968289 Mon Sep 17 00:00:00 2001 From: Mohit Solunke <106969377+MohitSolunke@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:55:32 +0530 Subject: [PATCH 1/4] Add files via upload From 17d249d77125a3f800131cf7381107f10d7a6562 Mon Sep 17 00:00:00 2001 From: Mohit Solunke <106969377+MohitSolunke@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:57:05 +0530 Subject: [PATCH 2/4] Add files via upload --- .../stories/ALL_ABOUT_DATA_SCIENCE.json.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json diff --git a/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json b/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json new file mode 100644 index 0000000..160a104 --- /dev/null +++ b/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json @@ -0,0 +1,27 @@ +{ + "title": "Web Scraping With Mohit", + "about_story": "How to Scrap data from Websites", + "number_of_pages": "1", + "pages": [ + { + "page_title": "Web Scraping", + "page_content": [ + " Once upon a time in a bustling city named DataVille, there lived a young and ambitious programmer named Alex. Alex had always been fascinated by data and the endless possibilities it offered. He spent countless hours writing code and building tools to gather information from the vast landscape of the internet.", + +" One day, while scrolling through an online forum, Alex stumbled upon a discussion about web scraping. The concept intrigued him deeply - the idea of extracting data from websites automatically was like discovering a treasure trove of information just waiting to be unlocked. With newfound enthusiasm, Alex decided to embark on a journey to become a web scraper extraordinaire.", + +"Alex started small, scraping basic data like weather forecasts and stock prices from websites. He soon realized the power of web scraping lay not only in gathering information but in what you could do with it. He created a simple weather forecasting app that offered personalized, hyper-local weather predictions based on scraped data. The app quickly gained popularity, and this success fueled his passion further.", + +"As Alex delved deeper into web scraping, he began tackling more complex challenges. He scraped e-commerce sites for pricing and product information, enabling users to find the best deals online. He extracted news articles from various sources and summarized them, creating an automated news aggregator. His skills as a web scraper were rapidly evolving, and he was gaining recognition in the tech community." + + + ] + } + ], + "credits": [ + { + "name": "WEB_SCRAPER", + "url": "" + } + ] +} \ No newline at end of file From ce90eb75574acf25b3b240efcfac0136f934e2a9 Mon Sep 17 00:00:00 2001 From: Mohit Solunke <106969377+MohitSolunke@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:58:29 +0530 Subject: [PATCH 3/4] Update ALL_ABOUT_DATA_SCIENCE.json.json --- talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json b/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json index 160a104..e56f9a7 100644 --- a/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json +++ b/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json @@ -1,10 +1,10 @@ { - "title": "Web Scraping With Mohit", - "about_story": "How to Scrap data from Websites", + "title": "ALL ABOUT DATA SCIENCE", + "about_story": "How to Work data Science", "number_of_pages": "1", "pages": [ { - "page_title": "Web Scraping", + "page_title": "Data Science", "page_content": [ " Once upon a time in a bustling city named DataVille, there lived a young and ambitious programmer named Alex. Alex had always been fascinated by data and the endless possibilities it offered. He spent countless hours writing code and building tools to gather information from the vast landscape of the internet.", @@ -20,8 +20,8 @@ ], "credits": [ { - "name": "WEB_SCRAPER", + "name": "ALL_ABOUT_DATA_SCIENCE", "url": "" } ] -} \ No newline at end of file +} From 7a1538e491836e963c4dbcd15bc8c5747bab5bbd Mon Sep 17 00:00:00 2001 From: Mohit Solunke <106969377+MohitSolunke@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:00:08 +0530 Subject: [PATCH 4/4] Update allStories.json --- talebuddy/allStories.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/talebuddy/allStories.json b/talebuddy/allStories.json index a014a92..678ba2f 100644 --- a/talebuddy/allStories.json +++ b/talebuddy/allStories.json @@ -1,5 +1,5 @@ { - "total_number_of_stories": 26, + "total_number_of_stories": 27, "story_paths": [ "/stories/HACK_OCT.json", "/stories/NewStory.json", @@ -29,6 +29,7 @@ "/stories/Tenali.json", "/stories/Gatsby.json", "/stories/Two_Kitten.json", - "/stories/WEN_SCRAPER_STORY.json" + "/stories/WEN_SCRAPER_STORY.json", + "/stories/ALL_ABOUT_DATA_SCIENCE.json" ] }