From ba6c9769ca6fe08ac4383f6fd2ee8389feea83b4 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Sun, 16 Apr 2023 20:41:49 +0800 Subject: [PATCH] python 2 is no longer supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc169585..fb940d4b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Powerful Spider(Web Crawler) System in Python. - [MySQL](https://www.mysql.com/), [MongoDB](https://www.mongodb.org/), [Redis](http://redis.io/), [SQLite](https://www.sqlite.org/), [Elasticsearch](https://www.elastic.co/products/elasticsearch); [PostgreSQL](http://www.postgresql.org/) with [SQLAlchemy](http://www.sqlalchemy.org/) as database backend - [RabbitMQ](http://www.rabbitmq.com/), [Redis](http://redis.io/) and [Kombu](http://kombu.readthedocs.org/) as message queue - Task priority, retry, periodical, recrawl by age, etc... -- Distributed architecture, Crawl Javascript pages, Python 2.{6,7}, 3.{3,4,5,6} support, etc... +- Distributed architecture, Crawl Javascript pages, 3.{3,4,5,6} support, etc... Tutorial: [http://docs.pyspider.org/en/latest/tutorial/](http://docs.pyspider.org/en/latest/tutorial/) Documentation: [http://docs.pyspider.org/](http://docs.pyspider.org/)