Skip to content
#

aiohttp

Here are 582 public repositories matching this topic...

endafarrell
endafarrell commented Apr 14, 2018

I copied the examples/sciencenet_spider.py example and tried to run it using python 3.6 - but:

python sciencenet_spider.py
[2018:04:14 22:21:26] Spider started!
[2018:04:14 22:21:26] Using selector: KqueueSelector
[2018:04:14 22:21:26] Base url: http://blog.sciencenet.cn/
[2018:04:14 22:21:26] Item "Post": 0
[2018:04:14 22:21:26] Requests count: 0
[2018:04:14 22:21:26] Error coun
prkumar
prkumar commented Oct 12, 2019

Suggested by @Shanoir on Gitter:

One thing that I can suggest though: Overall the documentation of uplink is very nice. it clearly lays out how the API classes can be set up, and how to use the decorators. However, there is almost no examples available for the "use" of the methods. I think that across the board, providing these usage examples could really help newcomers get onboarded on the l

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

  • Updated Aug 27, 2019
  • Python
Mariatta
Mariatta commented Mar 25, 2020

The docs currently focused on providing reference documentation, and a little quickstart section.

It would be great to further expand on how to use gidgethub for GH Actions or GitHub v4 API.

Perhaps the docs can be split into:

  • Quick Start
  • API Reference
  • More Examples, e.g. building a GitHub App, Actions, etc.
Yarn
Yarn commented Jan 22, 2020
  • aiohttp-devtools version:0.13.1
  • aiohttp version:3.6.2
  • python version:3.7.6
  • Platform:MacOS 10.15.2

Issue Summary

Cleanup contexts aren't run to completion when exiting adev runserver with ctrl-c. They are run correctly when the server is reloaded after a code change.

Steps to reproduce

Run the following server with adev runserver then exit it with ctrl

jettify
jettify commented Nov 15, 2016
5.51s$ yarn install
yarn install v0.17.0
$ rm -rf ./aiohttp_admin/static/ng-admin/
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/home/travis/.cache/yarn/npm-angular-ui-codemirror-0.3.0-9246cd11e9b9a986ea553788a20a0be677f171f0'".
info If you think this is a bug, please 
hroncok
hroncok commented Nov 14, 2019
=============================== warnings summary ===============================
tests/unit/test_cors_config.py:33
  .../tests/unit/test_cors_config.py:33: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def get(self):

tests/integration/test_main.py::test_dummy_setup[pyloop]
  /usr/lib64/python3.8/site-packages/aiohttp/web_server.p

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

You can’t perform that action at this time.