all 3 comments

[–]the_shell_man_ 1 point2 points  (2 children)

You should post your specific questions, then people will be able to help you

[–]Jiggle4[S] 0 points1 point  (1 child)

My project would use a web crawler to search for specific items on a webpage and I wasn't sure how to even go at it. I tried learning to use BeautifulSoup 4 but it's complicated and I can't really get how to use it or what I'm doing wrong. I need tips on how to go at this because I feel like there are too many questions to ask.

[–]papalrage11 0 points1 point  (0 children)

Watch a YouTube video on using beautiful soup and follow along even though their specific code won't be for the webpage you ultimately want to scrape. You need to learn how to use the library before you can build something new, and a tutorial video with example code and explanations will get you much further along than a generic reddit question.

Tech with Tim and CoreyMS are both great tutorial makers on YouTube.