ayush-sharma / tweet-toot

This project has moved to:
https://gitlab.com/ayush-sharma/tweet-toot
GNU Affero General Public License v3.0
12 stars 14 forks source link

Hi, Is there a way to tweet multiple twitter accounts to one Mastodon account? #12

Closed HolgerHuo closed 4 years ago

HolgerHuo commented 4 years ago

Can I specify more than one twitter account in config.json?

ayush-sharma commented 4 years ago

Hi,

This particular feature is not supported. So far the use-case has been to cross-post one twitter account to one mastodon account.

For your use-case, you can run the app in 2 different docker containers, and configure different twitter accounts but the same mastodon account in each.

Can you try this?

HolgerHuo commented 4 years ago

Thank you so much. I'm currently using a shell to switch config.json and run the program one by one. To some degree, it solved my problem.