Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PRAW: Get User's Flair

I'm trying to using PRAW to organize all comments by users active in /r/nba based on their flair. Is there a good way get a user's flair if I have the username?

My end goal is to perform some text analysis on user comments grouped by NBA fandom. thanks!

like image 833
Daniel Sussman Avatar asked Dec 14 '22 18:12

Daniel Sussman


1 Answers

Found it - for anyone who had trouble with this, just use author_flair_text

like image 128
Daniel Sussman Avatar answered Jan 04 '23 14:01

Daniel Sussman