Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-python
Tweet text not consistent, some texts are string objects, the others are bytes objects
Open
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
### Texts that are stored as bytes objects:
Also, the texts that are bytes objects have their hashtag characters '#' separated with the hashtag words and their "@" character separated with the username. For example: the tweet's text should be
"@username something1 something2 something3 ... #something"
but the collected result is
`b "@ username something1 something2 something3 ... # something"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.