问题
I would like to build a chrome extension in python(because Javascript would be completely new to me!). There are multiple things that I want to do and finding a hard time wrapping my head around to understand if it is possible and what tools would be needed.
The extension would display the results of web scraping(using Scrapy) a page. Scraping the page and updating the results on the extension need to be done every 5 minutes.
I do know that Pyjs is one of the options, but it isn't clear to me if I can use third party apps like Scrapy in the Google chrome extension.
Anyone who can help me out here?
来源:https://stackoverflow.com/questions/16886908/guidance-for-building-a-google-chrome-extension-in-python