# Python Library

```
pip install spawner -U
```

### Using the Library

It's as simple as this...

```
from spawner.nlp import news

ticker = 'aapl'
news_df = news(token, ticker)
```

###
