{"id":26066,"url":"https://github.com/lin-zone/awesome","name":"awesome","description":"a list of some interesting repositories, tools","projects_count":33,"last_synced_at":"2026-07-27T20:00:28.304Z","repository":{"id":98705988,"uuid":"230543045","full_name":"lin-zone/awesome","owner":"lin-zone","description":"a list of some interesting repositories, tools","archived":false,"fork":false,"pushed_at":"2020-01-10T06:26:02.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-07-08T23:04:12.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lin-zone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-12-28T01:39:53.000Z","updated_at":"2020-01-10T06:26:04.000Z","dependencies_parsed_at":"2023-05-07T07:30:43.588Z","dependency_job_id":null,"html_url":"https://github.com/lin-zone/awesome","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lin-zone/awesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-zone%2Fawesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-zone%2Fawesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-zone%2Fawesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-zone%2Fawesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lin-zone","download_url":"https://codeload.github.com/lin-zone/awesome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-zone%2Fawesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35963455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-13T12:57:10.036Z","updated_at":"2026-07-27T20:00:28.304Z","primary_language":"Python","list_of_lists":false,"displayable":true,"categories":["Scrapy Middleware","Crawler","Scrapy Distributed","command line","HTML parser","utils","Tools"],"sub_categories":[],"readme":"# Awesome\n\n## Scrapy Distributed\n\n* [crawlab](https://github.com/crawlab-team/crawlab) - 基于Golang的分布式爬虫管理平台\n* [Gerapy](https://github.com/Gerapy/Gerapy) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js\n* [scrapydweb](https://github.com/my8100/scrapydweb) - ScrapydWeb: Web app for Scrapyd cluster management\n\n## Scrapy Middleware\n\n* [scrapy-mongodb](https://github.com/sebdah/scrapy-mongodb) - MongoDB pipeline for Scrapy\n* [scrapy-splitvariants](https://github.com/scrapy-plugins/scrapy-splitvariants) - Scrapy spider middleware to split an item into multiple items using a multi-valued key\n* [scrapy-proxies](https://github.com/aivarsk/scrapy-proxies) - Random proxy middleware for Scrapy\n* [scrapy-fake-useragent](https://github.com/alecxe/scrapy-fake-useragent) - Random User-Agent middleware based on fake-useragent\n* [scrapy-selenium](https://github.com/clemfromspace/scrapy-selenium) - Scrapy middleware to handle javascript pages using selenium\n* [scrapy-crawlera](https://github.com/scrapy-plugins/scrapy-crawlera) - Crawlera middleware for Scrapy\n* [crawlera](https://scrapinghub.com/crawlera) - The World's Smartest Proxy Network\n* [scrapy-deltafetch](https://github.com/scrapy-plugins/scrapy-deltafetch) - Scrapy spider middleware to ignore requests to pages containing items seen in previous crawls\n* [scrapy-random-useragent](https://github.com/cnu/scrapy-random-useragent) - Scrapy Middleware to set a random User-Agent for every Request.\n* [scrapy-crawl-once](https://github.com/TeamHG-Memex/scrapy-crawl-once) - Scrapy middleware which allows to crawl only new content\n* [scrapy-magicfields](https://github.com/scrapy-plugins/scrapy-magicfields) - Scrapy middleware to add extra fields to items, like timestamp, response fields, spider attributes etc.\n\n## command line\n\n* [cleo](https://github.com/sdispater/cleo) - Cleo allows you to create beautiful and testable command-line interfaces.\n\n## HTML parser\n\n* [scrapely](https://github.com/scrapy/scrapely) - A pure-python HTML screen-scraping library\n\n## Crawler\n\n* [Douyin-Bot](https://github.com/wangshub/Douyin-Bot) - Python 抖音机器人，论如何在抖音上找到漂亮小姐姐\n* [SinaSpider](https://github.com/LiuXingMing/SinaSpider) - 新浪微博爬虫（Scrapy、Redis）\n* [ECommerceCrawlers](https://github.com/DropsDevopsOrg/ECommerceCrawlers) - 实战多种网站、电商数据爬虫\n* [examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers) - 一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站\n* [PythonCrawler](https://github.com/yhangf/PythonCrawler) - 用python编写的爬虫项目集合\n* [amemv-crawler](https://github.com/loadchange/amemv-crawler) - 下载指定的抖音号的视频,抖音爬虫\n* [course-crawler](https://github.com/Foair/course-crawler) - 中国大学MOOC、学堂在线、网易云课堂、好大学在线、爱课程 MOOC 课程下载\n* [zhihu_crawler](https://github.com/SmileXie/zhihu_crawler) - Crawler of zhihu.com\n* [awesome-spider](https://github.com/facert/awesome-spider) - 爬虫集合\n* [python-spider](https://github.com/Jack-Cherish/python-spider) - Python3网络爬虫实战\n* [Anti-Anti-Spider](https://github.com/luyishisi/Anti-Anti-Spider) - 处理反爬\n* [FunpySpiderSearchEngine](https://github.com/mtianyan/FunpySpiderSearchEngine) - Scrapy 1.6.0爬取数据 + ElasticSearch6.8.0+Django2.2搜索引擎\n* [spider163](https://github.com/chengyumeng/spider163) - 抓取网易云音乐热门评论\n* [Python-Spider](https://github.com/lb2281075105/Python-Spider) - Python 爬虫\n* [ScrapyProject](https://github.com/cuanboy/ScrapyProject) - Scrapy实战项目合集\n\n## Tools\n\n* [qrcode](https://github.com/sylnsfar/qrcode) - Python 艺术二维码生成器\n\n## utils\n\n* [queuelib](https://github.com/scrapy/queuelib) - Collection of persistent (disk-based) queues\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/lin-zone%2Fawesome/projects"}