class SpiderType: SCRAPY = 1 PYSPIDER = 2 WEBMAGIC = 3 class LangType: PYTHON = 1 NODEJS = 2 JAVA = 3