MastodonToTwitter icon indicating copy to clipboard operation
MastodonToTwitter copied to clipboard

Mastodon <-> Twitter cross-poster.

Results 25 MastodonToTwitter issues
Sort by recently updated
recently updated
newest added

Had to poke it a bit to make basic cross-posting functionality work. Will keep adding fixes if I encounter more issues along the way.

Hi, I wanted to start using this, but when building the docker image it crashes because in one of the images `git` seems to be missing Step 6/7 : RUN...

Many websites use tracking elements in the URL (UTM parameters). They are not necessary for a website to be displayed or work correctly and can therefore be removed. Many crossposts...

Hi, I wanted to start using this, but after I created a toot in my mastodon instance, it crashes when it was syncing the data as below screen prompt: >...

fix docker build errors and mastodon to twitter sync

Fix "No such file or directory: 'git'" on docker build; Fix "No module named mtt" on container start.

``` [04/12/2019 18:19:03] [Mastodon -> Twitter] Listening for toots… Exception in thread Mastodon -> Twitter: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "code/MastodonToTwitter/mtt/mastodon_to_twitter.py", line...

Thanks for making a really useful library! I had to fix some stuff when I tried to run `mtt` using `docker-compose`. The main change is moving the `.secret` files into...

`async` is now a keyword, so we have to pass it using `\*\*kwargs` notation.

Here's the error I stumbled upon while testing the program. ``` Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/claude/MastodonToTwitter/mtt/twitter_to_mastodon.py", line 54, in run for...