Commit f7918221 authored by Francesco Poldi's avatar Francesco Poldi

Update README FAQ

parent 724df7d3
...@@ -96,8 +96,8 @@ We are developing a Twint Desktop App. ...@@ -96,8 +96,8 @@ We are developing a Twint Desktop App.
![4](https://i.imgur.com/DzcfIgL.png) ![4](https://i.imgur.com/DzcfIgL.png)
## FAQ ## FAQ
> While scraping tweets and saving them to a database, the process is a bit slow > While scraping tweets and saving them to a database, I want also save users infos
That's because also the informations about the user (bio, likes, etc.) are stored in the database. To avoid this process pass `--user-info` to CLI, or specify `c.User_info = False` if you are using Twint as module. Pass `--user-info` to CLI, or specify `c.User_info = True` if you are using Twint as module.
## Contact ## Contact
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment