UWindsor-AI-Club / tutorbot

MIT License
0 stars 0 forks source link

Obtain Data from GeeksForGeeks using Web Crawing #12

Open asma305305 opened 17 hours ago

asma305305 commented 17 hours ago

Task Name: Obtain Data from GeeksForGeeks using Web Crawing

Resources Sample Web site: https://www.geeksforgeeks.org/variables-in-c/?ref=lbp Sample web site 2: https://www.geeksforgeeks.org/decision-making-c-cpp/?ref=shm Focus on C tutorial for now Beautiful Soup: https://realpython.com/beautiful-soup-web-scraper-python/ Description Use beautiful soup or another web crawling library in python to extract data from geeksforgeeks, starting with the C tutorial data

Note about Code blocks: use markdown syntax to note about the code blocks Expected Delivery Outcomes for Dec 7 Noah: will have installed the library and attempt to extract data from geeksforgeeks Andrej: already played around with data and was able to install library - will write notes about what can be extracted - and possibly attempt to extract a paragraph/sentence of text from web crawler Recommended first step (for both) read about beautiful soup tutorial - finished by Nov 11 install the library on your machine and start playing around with geeksforgeeks website - finished by dec 7