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

text field Some characters are missing. #102

Closed
ocoderr opened this issue Jan 3, 2020 · 3 comments
Closed

text field Some characters are missing. #102

ocoderr opened this issue Jan 3, 2020 · 3 comments

Comments

@ocoderr
Copy link

ocoderr commented Jan 3, 2020

testuser: NoDaysOffCrypto
my code
`
from twitter_scraper import get_tweets

for tweet in get_tweets('NoDaysOffCrypto', pages=1):
if tweet['tweetId'] == '1209138991347326976':
print(tweet)
`
output .
{'tweetId': '1209138991347326976', 'isRetweet': False, 'time': datetime.datetime(2019, 12, 23, 23, 49, 34), 'text': 'The best #Cryptoassets wallet in the #cryptocurrencymarket to store your #Cryptocurrency with upgraded Security Protocols\nManage your #BTC, #ETH #XRP #TRX #XRP #DOGE with Huobi Wallet App\nHows that for a post? Lol @huobiwallet \nFor Doge: D6eSXqBiJutuUP55eXWn6ceB5DG6QS4q9 https://twitter.com/HuobiWallet/status/1204645286863200256\xa0…', 'replies': 5, 'retweets': 14, 'likes': 37, 'entries': {'hashtags': ['#Cryptoassets', '#cryptocurrencymarket', '#Cryptocurrency', '#BTC', '#ETH', '#XRP', '#TRX', '#XRP', '#DOGE', '#BTC', '#ETH', '#XRP', '#TRX', '#XRP', '#DOGE'], 'urls': [], 'photos': [], 'videos': []}}

full text https://twitter.com/NoDaysOffCrypto/status/1209138991347326976

D6eSXqBiJutuUP55eXWn6ceB5DG6QS4q9 missing the last x

@bisguzar
Copy link
Owner

Hi @ocoderr thanks for your reporting and suggestion. Please review my PR (#104) and comment your reviews. So I can merge it and close this issue.

@emregeldegul
Copy link

I think this issue is solved

@bisguzar
Copy link
Owner

Thanks for your review @emregeldegul . Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants