lucahammer / fedifinder

Find fediverse addresses in the profiles of your Twitter followings
https://fedifinder.glitch.me/
MIT License
246 stars 27 forks source link

Is there a Privacy Policy for the app? #135

Closed jeff-luszcz closed 1 year ago

jeff-luszcz commented 1 year ago

Having a Privacy Policy for the app would be helpful (especially since Twitter API Key access is required)

lucahammer commented 1 year ago

What would you want to have included?

What's currently on my mind:

jeff-luszcz commented 1 year ago

Looks good, thanks

Some other similar tools have also detailed what information is stored in any Server Logs, how long that information is stored, etc..

What information, if any, is taken from the users Twitter Profile (e.g. phone number, location). Does any of the profile information end up in server logs even if not put into data structures Is Direct Message information accessed? If so, what and how and how stored, deleted

Many thanks again for the tool and the work on this issue!

lucahammer commented 1 year ago

Because of how glitch.com works, I don't have control over their server logs, but I can look into mine. Currently, only fatal errors are logged on the production environment as far as I know.

Fedifinder does not have access to direct messages or phone number or mail addresses that aren't in the public profile. It only retrieves user id, username, display name, description, public location field, url field, pinned tweet and public metrics (following count, follower count). None of that is stored on the server, but only sent to the client where it gets processed.