0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #39 from renatolond/bugfix/twitter_only_supports_one_gif More... about 7 years ago
Fix missing self on assignment More... about 7 years ago
Skip extra gifs/videos when coming from mastodon Twitter only accepts one gif/video per post. With this alteration, the first video or gif is accepted and the rest is skipped and a link to the toot is included. More... about 7 years ago
Merge pull request #37 from renatolond/feature/reenable_twitter_mentions More... about 7 years ago
Merge pull request #38 from renatolond/feature/image_descriptions More... about 7 years ago
Add test for posting image without description. More... about 7 years ago
Get image description from mastodon api and post it to twitter. More... about 7 years ago
Use mastodon-api changes, reflect changes in code. More... about 7 years ago
Get image description from twitter api and post it to mastodon More... over 7 years ago
Revert "Disable mentions on twitter temporarily" More... over 7 years ago
Merge pull request #35 from renatolond/feature/support_posting_280_chars More... over 7 years ago
Add unit tests for process toot. More... over 7 years ago
Change recover from big status into a unit test More... over 7 years ago
Add test for toot_transformer with different char limit, fix issue More... over 7 years ago
Add missing test fixture More... over 7 years ago
Refactor MastodonUserProcessor and TootTransformer to support 280 chars. This changes TootTransformer to have a param about how many chars it should use as limit and changes MastodonUserProcessor to have toot and user as instance variables. More... over 7 years ago
Merge pull request #31 from renatolond/bugfix/fix_mastodon_mention_from_twitter More... over 7 years ago
Fix wrong replace when mentioning mastodon username on twitter When a mention like @[email protected] is posted on twitter, it was being replaced by @[email protected]@masto.donte.com.br. This fixes it and also adds the case in a test to avoid future issues. Fixes #25 More... over 7 years ago
Add running instructions to README.md More... over 7 years ago
Merge pull request #23 from renatolond/feature/post_retweets More... over 7 years ago
Fix code climate issues. More... over 7 years ago
Add options to quotes similar to RTs. More... over 7 years ago
Add options to post RTs on Mastodon More... over 7 years ago
Add regression test to process_toot. More... over 7 years ago
Fix issue with boosts More... over 7 years ago
Fix issue with template and with function call More... over 7 years ago
Fix sync status More... over 7 years ago
Fix saving time if user is posting to only one network More... over 7 years ago
Merge pull request #22 from renatolond/feature/allow_two_way_crosspost_simultaneously More... over 7 years ago
Remove test about enabling both networks at the same time. More... over 7 years ago