From f72f025feff15c5342c58315cfcb261d44c9043b Mon Sep 17 00:00:00 2001 From: Vincent Cloutier Date: Tue, 13 Dec 2022 18:52:54 -0500 Subject: [PATCH] updated README --- .gitignore | 6 ++---- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a6584fc..1eb57cb 100644 --- a/.gitignore +++ b/.gitignore @@ -91,7 +91,6 @@ StyleCopReport.xml *.log *.vspscc *.vssscc -.builds *.pidb *.svclog *.scc @@ -346,9 +345,8 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - # Ionide (cross platform F# VS Code tools) working folder .ionide/ /src/BSLManager/Properties/launchSettings.json + +backups diff --git a/README.md b/README.md index 22e70bf..90447b0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Bird.makeup is a way to follow twitter user from any ActivityPub service. The aim is to make tweets appear as native a possible to the fediverse, while being as scalable as possible. Unlike BirdsiteLive, bird.makeup doesn't use official twitter api, but the undocumented frontend api, just like nitter.net, which doesn't have rate limiting. +Most important changes from BirdsiteLive are: + - Moved from .net core 3.1 to .net 6 which is still supported + - Twitter API calls are not rate limited + - There are now integration tests for the non-official api + - Activities are now "unlisted" which means that they won't polute the public timeline + ## Official instance You can find an official instance here: [bird.makeup](https://bird.makeup). If you are an instance admin that prefers to not have tweets federated to you, please block the entire instance.