PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.78k stars 210 forks source link

AttributeError: module 'scrape' has no attribute 'scrape' #164

Closed MaiF0212 closed 10 months ago

MaiF0212 commented 10 months ago

AttributeError: module 'scrape' has no attribute 'scrape'## Description

I'm working on python code based on a book, however text,title= scrape.scrape(html) line has an error. I looked for the possible attributes but couldn't figure it out.

If someone knows possible code, or alternative code let me know. If someone knows the attributes of scrape, please help me out. Code is shown below,

MaiF0212 commented 10 months ago

close