From d2cf6783d80249db7c2dce7a3629b74cb4bab92d Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Sun, 28 May 2023 19:09:34 +0300 Subject: [PATCH] add description of accounts usage (for #7) --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 694a293..c71529f 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,10 @@ pip install git+https://github.com/vladkens/twscrape.git ## 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 import asyncio from twscrape import AccountsPool, API, gather