Guidance for building a Google chrome extension in Python

旧时模样 提交于 2020-01-13 19:25:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!