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

Twitter -> Email: Reports are abbreviated #47

Open
d24phant opened this issue Oct 7, 2018 · 2 comments
Open

Twitter -> Email: Reports are abbreviated #47

d24phant opened this issue Oct 7, 2018 · 2 comments

Comments

@d24phant
Copy link
Contributor

d24phant commented Oct 7, 2018

Expected Behavior

When you crawl a tweet, and post it as email, the whole text of the tweet should be posted.

Actual Behavior

After a certain length, the tweet is cut and shortened.

Steps to reproduce

  1. register a twitter account
  2. send a tweet with 280 characters to the bot
  3. wait for the email
@b3yond
Copy link
Member

b3yond commented Nov 17, 2018

The tweets are cut off after exactly 100 letters.

The mastodon bot posts the same abbreviated message, so it's not an issue of the mailbot.

@b3yond
Copy link
Member

b3yond commented Nov 17, 2018

The link to the tweet is included in the abbreviated report.text. We get it from status.text, it seems like this doesn't carry the whole tweet text. Maybe there is a different attribute of the Twitter Status object we could use?

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

2 participants