@@ -54,6 +54,8 @@ A few simple examples to help you understand the basics:
More detail about the commands and options are located in the [wiki](https://github.com/twintproject/twint/wiki/Commands)
## Using Twint as a Module (Recommended)
To install Twint as module run `pip3 install --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint`
Twint can now be used as a module and supports custom formatting. **More details are located in the [wiki](https://github.com/twintproject/twint/wiki/Module)**
#### Example
...
...
@@ -89,7 +91,11 @@ Details on setting up Elasticsearch with Twint is located in the [wiki](https://
[Graph](https://github.com/twintproject/twint/tree/master/graph) details are also located in the [wiki](https://github.com/twintproject/twint/wiki/Graph).
We are testing a (free) graph plugin for Kibana, details located in the Wiki!
We are developing a Twint Desktop App.
## FAQ
> While scraping tweets and saving them to a database, the process is a bit slow
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.