The Wayback Machine - https://web.archive.org/web/20210730154236/https://github.com/topics/aiohttp
Skip to content
#

aiohttp

Here are 755 public repositories matching this topic...

seratch
seratch commented Jul 20, 2021

Currently, we are using the term "event" for both Events API data and any incoming payload requests from Slack in the Bolt document. For example,

爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载
  • Updated Aug 27, 2019
  • Python
Arfey
Arfey commented Apr 16, 2020

Will be great have approach to put some arguments for make test or commands some like this.

For that we need add some like that into Makefile.

# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))

%:
	@:

and after that add ${ARGS} to our commands

te

Improve this page

Add a description, image, and links to the aiohttp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aiohttp topic, visit your repo's landing page and select "manage topics."

Learn more