openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
mastodon-twitter-poster
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
17 days
ago. based on code collected
18 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 37 of 47
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use idempotency-key to avoid duplicate statuses If we add timeouts mastodon-api, we start having duplicate statuses that failed for network issues but still got to be created at the instance. This uses idempotency-key to avoid this duplicates.
Renato "Lond" Cerqueira
More...
almost 7 years ago
Update loofah, nokogiri
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #82 from renatolond/bugfix/retry_on_http_error
Renato "Lond" Cerqueira
More...
almost 7 years ago
Refactor media update coming from twitter to support retries After experimenting with a http timeout, sometimes the server does not answer on time. When this happens mid-upload, sometimes posts coming from twitter are missing images. This implements a retry, but also raises the exception if it fails so that the whole toot is retried again later.
Renato "Lond" Cerqueira
More...
almost 7 years ago
Detect crossposter name to avoid double posting In some instances the website field of the crossposter is empty. Detect the name too to avoid double posts.
Renato "Lond" Cerqueira
More...
almost 7 years ago
Detect webm video and skip it
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #75 from kyriog/remove_blocking_sql
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #77 from kyriog/limit_allowed_domain
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #78 from renatolond/feature/cw_on_all_tweets
Renato "Lond" Cerqueira
More...
almost 7 years ago
Add missing migration file
Renato "Lond" Cerqueira
More...
almost 7 years ago
Update README.md Add information about the new content warning option [no-ci]
Renato "Lond" Cerqueira
More...
almost 7 years ago
Add twitter content warning to the options form This adds an input to the options form to be able to add a twitter content warning to all toots coming from twitter. Related to #72
Renato "Lond" Cerqueira
More...
almost 7 years ago
Add option to have CW on all status coming from twitter Besides the CW detection, add an option to include CW in all posts coming from twitter Related to #72
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #76 from kyriog/env_database_config
Renato "Lond" Cerqueira
More...
almost 7 years ago
Removing empty password
Kyriog
More...
almost 7 years ago
Update README.md Add screnshot of the example after being crossposted [no-ci]
Renato "Lond" Cerqueira
More...
almost 7 years ago
Update README.md Add an example of a quote-retweet with CW. [no-ci]
Renato "Lond" Cerqueira
More...
almost 7 years ago
Fixing typo
Kyriog
More...
almost 7 years ago
Adding ability to limit allowed Mastodon Accounts to a single domain
Kyriog
More...
almost 7 years ago
Allowing to configure production database credentials using environment parameters
Kyriog
More...
almost 7 years ago
Removing potentially blocking SQL queries
Kyriog
More...
almost 7 years ago
Fix multiline CW
Renato "Lond" Cerqueira
More...
almost 7 years ago
Allow space instead of : or , to separate cw
Renato "Lond" Cerqueira
More...
almost 7 years ago
Merge pull request #72 from renatolond/feature/infer_cw_from_twitter_post
Renato "Lond" Cerqueira
More...
almost 7 years ago
Treat SSL errors
Renato "Lond" Cerqueira
More...
almost 7 years ago
Improve README.md
Renato "Lond" Cerqueira
More...
almost 7 years ago
Infer CW for tweets This allows users to start their tweets with `CW:` or other similar constructions and they will be crossposted with a content warning on Mastodon. This does not apply to several Tweets in a thread. Fixes #29
Renato "Lond" Cerqueira
More...
almost 7 years ago
Update README.md
Renato "Lond" Cerqueira
More...
almost 7 years ago
Only increment status after saving status, rescue from duplicate If someone toots the same thing twice, twitter only posts once and returns the same post again. We can't do anything about that, so we should be ready to ignore that tweet and increment status about it.
Renato "Lond" Cerqueira
More...
about 7 years ago
Fix rescue for connection errors They were being rescued too late.
Renato "Lond" Cerqueira
More...
about 7 years ago
←
1
2
…
33
34
35
36
37
38
39
40
41
…
46
47
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree