implemented delete favs (likes), and organized better code in files

This commit is contained in:
arnaucode
2017-04-30 18:25:47 +02:00
parent 49e293d300
commit 9834404c05
8 changed files with 156 additions and 54 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/dghubble/oauth1"
)
//Config stores the data from json twitterConfig.json file
type Config struct {
Consumer_key string `json:"consumer_key"`
Consumer_secret string `json:"consumer_secret"`