Commit 2ceb4453 authored by Cody Zacharias's avatar Cody Zacharias

Specify installation methods

parent 478363e5
......@@ -20,6 +20,11 @@ Some of the benefits of using Twint vs Twitter API:
- Python 3.5/3.6
- `pip3 install -r requirements.txt`
## Installing
- **Git**: `git clone https://github.com/haccer/twint.git`
- **Pip**: `pip3 install twint`
- **With MySQL**: `git clone -b mysql --single-branch https://github.com/haccer/twint.git twint-mysql`
## Basic Examples and Combos.
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
## 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)**
#### Install
- `sudo pip3 install twint`
#### Example
```python
import twint
......@@ -73,7 +75,7 @@ twint.run.Search(c)
- JSON
- SQLite
- Elasticsearch
- MySQL (See MySQL Branch)
### Elasticsearch Setup
Details on setting up Elasticsearch with Twint is located in the [wiki](https://github.com/haccer/twint/wiki/Elasticsearch).
......
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