AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

Unmaintained #54

Closed remram44 closed 6 years ago

remram44 commented 7 years ago

Last week @halcy (author) pushed this commit, stating that this script is now unmaintained, since he doesn't use it anymore.

Is anyone interested in taking this over?

There are some pressing issues such as:

I see that @AmauryCarrade probably has done the most work on this script, adding

Do you want to take it over? Does anyone else?

I am going to use this script as I try to move to Mastodon more seriously, so I'll see if I can tackle some of the issues myself (but I don't have that much free time).

[edit: started my own program so I probably won't be contributing here]

halcy commented 7 years ago

Let me know if / when you are happy with the state of yours, I'll put a link in the README

goatrocks commented 6 years ago

I use this currently, so I would be willing to take over. I'll take a stab at a couple of the open issues before I commit to be sure :smile_cat:

halcy commented 6 years ago

Good to hear. If you decide you do want to work on it, just comment again, and I can transfer the repository to your account.

AmauryCarrade commented 6 years ago

Hi! I can also take this, or with @meggle. I only have to finalize my PRs (was paused for a long time for personal reasons), the ones mentioned by this issue's author. The RT bug also annoy me so if no one fix it I'll probably look into that. Well, except if all user migrate to @remram44's program :) .

remram44 commented 6 years ago

FYI: I'm no longer working actively on my program because of this: https://crossposter.masto.donte.com.br/ (Ruby, sources)

I might still finish it sometime 😶


NameURLSourceLanguage
mastodon-twitter-posterhttps://crossposter.masto.donte.com.br/GitHubRuby
Moahttps://moa.party/GitHubPython
foozmeat commented 6 years ago

I'll also throw in a plug for my cross-posting service

https://moa.party

AmauryCarrade commented 6 years ago

I worked on this script on my fork, bringing 280-characters support, retweets & boosts support, and real-time crossposting (using streaming APIs of both Twitter and Mastodon instead of regular pulling)—if some are interested. I also refactored the code a little bit (ok, quite a lot).

It's still in beta; I'm testing it on my own Twitter/Mastodon accounts @AmauryPi[@unixcorn.xyz] (including high usage yesterday) without significant problems for now. On my TODO list:

halcy commented 6 years ago

I would really like to add a redirect to that - but I don't know if I can do it without transferring the repo. Should I try to do that?

AmauryCarrade commented 6 years ago

If you are OK with the idea of transferring the repo, it will indeed redirect (and if it's the case, you'll be added as a contributor with push access, and clear attribution in the README, of course).

In this case, I think the easiest way to do so is the following.

  1. I open a PR to bring my changes in this repo;
  2. You merge it; I delete my fork;
  3. You transfer the repository.

The pull request, merge and fork deletion are required because you cannot transfer a repository to an account with a repository of the same name or a fork of the same network—and I have both, currently.

If you don't want to transfer your rights, and that would be completely understandable, there's no way to redirect, but you can put a link in the README.

halcy commented 6 years ago

Sorry for the very late reply. Sounds good to me - feel free to submit that PR!