You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
I'm having issues with the match's name. In FunMessages.scala it ends up as a blank string. I can submit a PR
The runLengthConcat function in MessageUtil.scala seems to be broken. It concatenates all messages into one, not just repeated ones. Then there is only one sentiment and the matches get endlessly repeating messages from me
Also, it would be cool to link to a guide on obtaining the Facebook oauth token. I had to use a proxy since copy/pasting the URL doesn't work anymore.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See here @crockpotveggies .
We have:
Shouldn't it actually be:
Also, a couple things are broken:
name
. InFunMessages.scala
it ends up as a blank string. I can submit a PRrunLengthConcat
function inMessageUtil.scala
seems to be broken. It concatenates all messages into one, not just repeated ones. Then there is only one sentiment and the matches get endlessly repeating messages from meAlso, it would be cool to link to a guide on obtaining the Facebook oauth token. I had to use a proxy since copy/pasting the URL doesn't work anymore.
The text was updated successfully, but these errors were encountered: