Page 2 of 2 FirstFirst 12
Results 26 to 31 of 31
  1. #26
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    this is why voting on social media is re ed, better when you could just vote on nba.com
    Who the wants to vote when the entire fan vote is next to nothing now that they decided that coaches, players, media should ultimately decide.

  2. #27
    Got Woke? DMC's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jul 2010
    Post Count
    90,829
    The NBA just wants people to watch. They shot their wad long ago with Yao Ming getting a starting role without suiting up all season. Then later with Kobe doing basically the same thing.

  3. #28
    Big in Japan GSH's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2005
    Post Count
    14,093
    Did only one person (DAF86) in this thread read the article?. It said the Kawhi bot votes didn't work.

    Yeah, we read it. We also read the final fan vote totals that showed Kawhi got just over a million votes, while Zaza ing Pachulia got over 1.5 million. He's averaging 6 PPG and 6 RbPG, and he got 50% more votes than Kawhi.

    If that's how "fans" vote, it makes just as much sense to let the damn bot votes count.

  4. #29
    Grab 'em by the pussy Splits's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Feb 2011
    Post Count
    25,438

  5. #30
    Grab 'em by the pussy Splits's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Feb 2011
    Post Count
    25,438
    Code:
    int main(int argc, char *argv[]) {
        TwitterClient client;
        RandonWordsDictionary words;
    
        if (client.login("KawhiBot")) {
            while( true ) {
    //          std::string message = words.get(rand() % 33) + " Manu Ginobili #NBAVote";
                std::string message = words.get(rand() % 33) + " Kawhi Leonard #NBAVote";
                client.post(message);
            }
        }
    
        return 0;
    }

  6. #31
    Kang Trill Clinton's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jun 2010
    Post Count
    20,428
    Code:
    int main(int argc, char *argv[]) {
        TwitterClient client;
        RandonWordsDictionary words;
    
        if (client.login("KawhiBot")) {
            while( true ) {
    //          std::string message = words.get(rand() % 33) + " Manu Ginobili #NBAVote";
                std::string message = words.get(rand() % 33) + " Kawhi Leonard #NBAVote";
                client.post(message);
            }
        }
    
        return 0;
    }

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •