Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pie-in-the-sky RFE: automatic wordclouds for each meeting #92

Open
mattdm opened this issue Mar 28, 2016 · 8 comments
Open

Pie-in-the-sky RFE: automatic wordclouds for each meeting #92

mattdm opened this issue Mar 28, 2016 · 8 comments
Labels
D: research Research and more data is needed to make a decision T: new change Adds new capabilities or functionality

Comments

@mattdm
Copy link

mattdm commented Mar 28, 2016

Remy and Ralph hooked up this cool thing on twitter (https://twitter.com/fedobot/status/707270047803121664) which automatically generates wordclouds from each meeting. It'd be awesome to have this integrated into Mote directly.

And as an enhancement, I'd like to see two clouds per meeting — one for usernames (including usernames mentioned in chat) and one for everything else (with all of the names of people who were in the meeting filtered out).(Maybe use a different color scheme for each.)

@cydrobolt
Copy link
Contributor

This seems like a useful nifty feature we could definitely integrate. I can look around for generators of my own, but if you already have one that is working well, I can take a look at it and see if it can be integrated :)

@mattdm
Copy link
Author

mattdm commented Mar 28, 2016

@decause @ralphbean I have no idea how the current thing is hooked up. :)

@ralphbean
Copy link
Contributor

I think this is the code. @decause, can you confirm?

@decause
Copy link

decause commented Mar 28, 2016

@ralphbean yes, can confirm this is the code. The PoC is hosted locally on my personal machine (not ideal) but would like to be deployed somewhere more permanent, but there are some issues:

  1. It chokes on auto-generated tweets larger than 140 chars, and needs to fail gracefully: Handle tweet text >140 Chars gracefully decause/wordcloudbot#2
  2. If we are going to deploy this within Fedora Infrastructure, then word_cloud would need to be packaged for Fedora.
  3. If we are going to deploy it outside of Fedora Infrastructure, then we need a place to put it.

HTH,
--RemyD.

@cydrobolt
Copy link
Contributor

I might be down to package word_cloud in Fedora. We could also try using JavaScript on the client side to create word clouds.

https://github.com/jasondavies/d3-cloud

@jwflory
Copy link
Member

jwflory commented Jul 21, 2017

As an update, the code for wordcloudbot is on Pagure: pagure.io/wordcloudbot

@mattdm
Copy link
Author

mattdm commented Jul 21, 2017

Here's the most recent FESCo meeting using the javascript-based thing. For the names, I just took the 2nd column for the name list, and removed zodbot and * (smarter thing would be to take 3rd column when a * appears). For the text, I took third column on. It'd be better to also completely remove names from this list, but I didn't here. Anyway, they do look nice!

fesco-people
fesco-words

@mattdm
Copy link
Author

mattdm commented Jul 21, 2017

Latest Fedora Magazine article, column 3 only:

magazine

@jwflory jwflory added D: research Research and more data is needed to make a decision help wanted Anyone is welcome to help us with this! T: new change Adds new capabilities or functionality labels Oct 9, 2020
@jwflory jwflory removed the help wanted Anyone is welcome to help us with this! label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D: research Research and more data is needed to make a decision T: new change Adds new capabilities or functionality
Projects
No open projects
Development

No branches or pull requests

5 participants