mattn / bsky

A cli application for bluesky social
269 stars 26 forks source link

What the config.json file should contain #14

Closed michelLombart closed 8 months ago

michelLombart commented 8 months ago

Hello,

I downloaded the Windows version which seems to run normally.

However, when I want to send a request to BlueSky, the application tells me there's an authentication error.and therefore the client and session cannot be created This is quite logical since the config.json file, which I created, is empty.

I suppose I need to put my authentication information there, but I have no idea what structure this file should take.

Can you give me an example?

Michel

michelLombart commented 8 months ago

Okay, I found what I needed after using the login command.

Everything works fine and I can extract my contact list, which is what I was looking for.

Thanks for the program and sorry for the noise.