Commit 92da0232 authored by Cody Zacharias's avatar Cody Zacharias

Specify installation methods

parent b0b233de
...@@ -20,6 +20,11 @@ Some of the benefits of using Twint vs Twitter API: ...@@ -20,6 +20,11 @@ Some of the benefits of using Twint vs Twitter API:
- Python 3.5/3.6 - Python 3.5/3.6
- `pip3 install -r requirements.txt` - `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. ## 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
import twint import twint
...@@ -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).
......
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