lanis-mobile / LanisAPI

A package for interacting with Lanis.
https://lanisapi.readthedocs.io/
MIT License
12 stars 2 forks source link

🐎 - Switch from "normal" return to yield #23

Closed kurwjan closed 8 months ago

kurwjan commented 12 months ago

Use Python generators for more performance and seems to be the preferred way in web scraping (see Scrapy).