-**With MySQL**: `git clone -b mysql --single-branch https://github.com/haccer/twint.git twint-mysql`
## Basic Examples and Combos.
## Basic Examples and Combos.
A few simple examples to help you understand the basics:
A few simple examples to help you understand the basics:
...
@@ -48,9 +53,6 @@ More detail about the commands and options are located in the [wiki](https://git
...
@@ -48,9 +53,6 @@ More detail about the commands and options are located in the [wiki](https://git
## Using Twint as a Module (Recommended)
## Using Twint as a Module (Recommended)
Twint can now be used as a module and supports custom formatting. **More details are located in the [wiki](https://github.com/haccer/twint/wiki/Module)**
Twint can now be used as a module and supports custom formatting. **More details are located in the [wiki](https://github.com/haccer/twint/wiki/Module)**
#### Install
-`sudo pip3 install twint`
#### Example
#### Example
```python
```python
importtwint
importtwint
...
@@ -73,7 +75,7 @@ twint.run.Search(c)
...
@@ -73,7 +75,7 @@ twint.run.Search(c)
- JSON
- JSON
- SQLite
- SQLite
- Elasticsearch
- Elasticsearch
- MySQL (See MySQL Branch)
### Elasticsearch Setup
### Elasticsearch Setup
Details on setting up Elasticsearch with Twint is located in the [wiki](https://github.com/haccer/twint/wiki/Elasticsearch).
Details on setting up Elasticsearch with Twint is located in the [wiki](https://github.com/haccer/twint/wiki/Elasticsearch).