Hacker News new | ask | show | jobs
by greut 3670 days ago
With `aiohttp` you don't need to do much to build your bot using `asyncio`. Here, see a sample bot to vote on stuff and one article explaining the gist of it:

- https://github.com/HE-Arc/votebot

- https://medium.com/@greut/a-slack-bot-with-pythons-3-5-async...

This is a sample project for a course on Python, in you find a mix of french/english...

1 comments

`await`replaces most of those `yield from`s in 3.5, right?