Documentation
¶
Index ¶
- Constants
- func Colorize(color string, text string)
- func FetchRequest(url string) (*http.Response, error)
- func GetNextURL(resp *http.Response) string
- func GetToken() string
- func GetUser(token string) string
- func HandleRateLimit(count *int)
- func LogFollowUnfollow(username, action string) error
- func LoginRequest(token string) (*http.Response, error)
- func PrintHelp()
- func ValidToken(token string) error
Constants ¶
View Source
const ( Red = "\033[31m" Black = "\033[1;30m" Green = "\033[1;32m" Magenta = "\033[1;35m" Reset = "\033[0m" )
Variables ¶
This section is empty.
Functions ¶
func GetNextURL ¶ added in v1.3.0
func HandleRateLimit ¶ added in v1.3.0
func HandleRateLimit(count *int)
func LogFollowUnfollow ¶
logFollowUnfollow logs the action of following or unfollowing a user with a timestamp.
func ValidToken ¶ added in v1.1.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.