add description of accounts usage (for #7)

Этот коммит содержится в:
Vlad Pronsky 2023-05-28 19:09:34 +03:00
родитель d90232c47d
Коммит d2cf6783d8

Просмотреть файл

@ -40,6 +40,10 @@ pip install git+https://github.com/vladkens/twscrape.git
## Usage ## Usage
Since this project works through an authorized API, accounts need to be added. You can register and add an account yourself. You can also google sites that provide these things.
The email password is needed to get the code to log in to the account automatically (via imap protocol).
```python ```python
import asyncio import asyncio
from twscrape import AccountsPool, API, gather from twscrape import AccountsPool, API, gather