On Wed, Apr 30, 2025 at 11:01 AM, Herbert Eppel wrote:
All I want is to list the group hashtags by frequency, beyond what's already available in the form of the top 10
FYI, I just created a Python script to return the list of hashtags associated with a group. The
documentation indicates that you should be able to sort the results by a returned field name, in this case,
topic_count
, but does not appear to work. The results are always returned in alphabetical order based upon the lowercase version of the hashtag name, either ascending or descending as specified on the request.? I have raised this as a #bug in and will report feedback here when I get it.
?
Regards
Andy