ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

support for symbols entity #103

Open zboralski opened 9 years ago

zboralski commented 9 years ago

The symbols entity An array of financial symbols starting with the dollar sign extracted from the Tweet text.

nonotest commented 8 years ago

Sorry; digging the past. I recently had to extract this. Added

Symbols []struct {
        Indices []int
        Text    string
    }

To the twitter_entities Entities type.

if it can help anyone...

muesli commented 6 years ago

@nonotest: Would you mind sending us a pull request?

nonotest commented 6 years ago

Sure thing, will do tomorrow.