louisgrasset / touitomamout

Touitomamout is an easy way to synchronize your Twitter's tweets 🦤 to Mastodon 🦣 and Bluesky post ☁️ (also known as Twitter to Mastodon & Bluesky crossposter)
https://hub.docker.com/r/louisgrasset/touitomamout
GNU Affero General Public License v3.0
188 stars 9 forks source link

.env file #101

Closed joeblack2k closed 1 year ago

joeblack2k commented 1 year ago

as demo i'am trying to copy @marionawfal on twitter to bluesky marionawfal.bsky.scoial the docker isnt crashing but nothing is happening either.. is this set up correctly?

// Data source
TWITTER_HANDLE=marionawfal

// API

BLUESKY_INSTANCE=marionawfal
BLUESKY_IDENTIFIER=marionawfal.bsky.scoial
BLUESKY_PASSWORD=PASSWORD

// Touitomamout
INSTANCE_ID=1
EXECUTION=manual
# EXECUTION=pm2
SYNC_MASTODON=false
SYNC_BLUESKY=true
SYNC_PROFILE_DESCRIPTION=true
SYNC_PROFILE_PICTURE=true
SYNC_PROFILE_HEADER=true
SYNC_PROFILE_NAME=true
kai17 commented 1 year ago

I think you need to have BLUESKY_INSTANCE="bsky.social" and use App password for BlueSky. Having said that, my setup is very similar, but all I get is content-mapper ✔ tweets: total: 0 retweets: 0 replies: 0 quotes: 0 So my tweets are completely ignored.

joeblack2k commented 1 year ago

Thanks, i fixed that but it still doesnt work,

getting allot of this:

Screenshot 2023-10-28 at 22 02 37
louisgrasset commented 1 year ago

Hey, I would first recommend you to use a Twitter account to be authenticated, the more I test Touitomamout, the more I see Twitter limiting the data accessible without being logged int.

Also, you can generate your .env file here: https://louisgrasset.github.io/touitomamout/docs/tools/env-generator.

joeblack2k commented 1 year ago

i have created a twitter account and used the .env creator (awesome!)

but still thousands of logs (190mb log file) with the same text

Screenshot 2023-10-29 at 14 15 36

this is the new .env:

TWITTER_HANDLE=marionawfal

TWITTER_USERNAME=mirrorxwittter

TWITTER_PASSWORD=PASSWORD

BLUESKY_INSTANCE=bsky.social

BLUESKY_IDENTIFIER=marionawfal.bsky.social

BLUESKY_PASSWORD=PASSWORD

SYNC_PROFILE_DESCRIPTION=false

SYNC_PROFILE_PICTURE=false

SYNC_PROFILE_HEADER=false

SYNC_PROFILE_NAME=false

INSTANCE_ID=1
joeblack2k commented 1 year ago

it has something todo with the docker container , because when i enter it into the docker with portainer it works:

Screenshot 2023-10-29 at 17 53 14