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" ] } 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..e56f9a7 --- /dev/null +++ b/talebuddy/stories/ALL_ABOUT_DATA_SCIENCE.json.json @@ -0,0 +1,27 @@ +{ + "title": "ALL ABOUT DATA SCIENCE", + "about_story": "How to Work data Science", + "number_of_pages": "1", + "pages": [ + { + "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.", + +" 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": "ALL_ABOUT_DATA_SCIENCE", + "url": "" + } + ] +}