mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Number of tweets to fetch is now customizable
This commit is contained in:
@@ -26,7 +26,7 @@ func NewClient(screenName, url string) *Client {
|
||||
client := Client{
|
||||
apiBase: url,
|
||||
screenName: screenName,
|
||||
count: 5,
|
||||
count: wtf.Config.UInt("wtf.mods.twitter.count", 5),
|
||||
}
|
||||
|
||||
client.loadAPICredentials()
|
||||
|
||||
Reference in New Issue
Block a user