Parsing a tweet to extract hashtags into an array in Python.
Posted
by Scott
on Stack Overflow
See other posts from Stack Overflow
or by Scott
Published on 2010-03-27T02:25:09Z
Indexed on
2010/03/27
2:33 UTC
Read the original article
Hit count: 244
I am having a heck of a time taking the information in a tweet including hashtags, and pulling each hashtag into an array using Python. I am embarrassed to even put what I have been trying thus far.
For example, "I love #stackoverflow because #people are very #helpful!"
This should pull the 3 hashtags into an array.
© Stack Overflow or respective owner