ciscocsirt / GOSINT

The GOSINT framework is a project used for collecting, processing, and exporting high quality indicators of compromise (IOCs).
BSD 3-Clause "New" or "Revised" License
537 stars 106 forks source link

twitter app set-up #25

Closed InfoBro closed 6 years ago

InfoBro commented 6 years ago

In accordance with the configuration instructions I created a twitter app added the appropriate consumer key, access token and their secrets. A number of twitter handles were added to follow and are confirmed to issue "live" intel but nothing is being picked from the twitter feed.

  1. Are there any additional requirements to the configuration of the twitter that are not documented?
  2. Is the twitter fully implemented? (TBH I haven't thoroughly reviewed the go code.)
InfoBro commented 6 years ago

I finally figured this one out. Most of it was my lack of understanding with respect to github.com/dghubble/go-twitter use of the structure UserLookupParams format for the ScreenName slice that holds the screen names to follow. The values must be entered in the configuration without the '@' symbol.