Documentation ¶
Index ¶
- func BuildTwitterList(withAtSymbols bool) []string
- func ExportCsv(exportFilename string, twittererList []string, exportFormat string)
- func ExportCsvTxtWorkload(exportFilename string, twittererList []string, exportFormat string, ...)
- func ExportJson(exportFilename string, twittererList []string, exportFormat string)
- func ExportTwitterUsersCsv(twittererList []twitter.User)
- func ExportTwitterUsersJson(twittererList []twitter.User)
- func ExportTwitterUsersTxt(twittererList []twitter.User)
- func ExportTwitterUsersXml(twittererList []twitter.User)
- func ExportTxt(exportFilename string, twittererList []string, exportFormat string)
- func ExportXml(exportFilename string, twittererList []string, exportFormat string)
- func GetTwitterClient() twitter.Client
- func GetTwitterDetails(client twitter.Client, list []string) []twitter.User
- func PrintUserToConsole(twitterUser twitter.User)
- func PrintUsersToConsole(twitterUsers []twitter.User)
- func ProcessTwitterAccounts(p PrinterAndExport)
- func SetupConnection() twitter.Client
- type PrinterAndExport
- type TwitterDerived
- type TwitterParsed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildTwitterList ¶
func ExportCsvTxtWorkload ¶
func ExportJson ¶
func ExportTwitterUsersCsv ¶
func ExportTwitterUsersJson ¶
func ExportTwitterUsersTxt ¶
func ExportTwitterUsersXml ¶
func GetTwitterClient ¶
func GetTwitterDetails ¶
func PrintUserToConsole ¶
func PrintUsersToConsole ¶
func ProcessTwitterAccounts ¶
func ProcessTwitterAccounts(p PrinterAndExport)
func SetupConnection ¶
Types ¶
type PrinterAndExport ¶
type PrinterAndExport interface {
PrintAndExport()
}
type TwitterDerived ¶
func (TwitterDerived) FileExporter ¶
func (tDerived TwitterDerived) FileExporter(twitterList string)
func (TwitterDerived) PrintAndExport ¶
func (tDerived TwitterDerived) PrintAndExport()
type TwitterParsed ¶
type TwitterParsed struct {
TwitterNames []string
}
func (TwitterParsed) FileExporter ¶
func (tParsed TwitterParsed) FileExporter(twitterList string)
func (TwitterParsed) PrintAndExport ¶
func (tParsed TwitterParsed) PrintAndExport()
Click to show internal directories.
Click to hide internal directories.