This commit is contained in:
2021-11-01 18:38:58 -05:00
commit 0d2d278260
19 changed files with 875 additions and 0 deletions

9
runner/result.go Normal file
View File

@@ -0,0 +1,9 @@
package runner
type Result struct {
Name string
Site string
Followers int
Engagement int
Posts int
}