Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.93 KB

File metadata and controls

52 lines (36 loc) · 1.93 KB
  • Awakari is automatically processing, sharing and temporarily storing a public data from various public sources.
  • Awakari is doing the best effort to avoid the processing of a personal data or a data under a copyright.
  • Awakari is free to use within basic limits
  • Awakari doesn't "sell" a data neither use it to train any AI
  • Awakari always specifies the content original source.

Opt-Out Methods

Applicable for publishing sources. The opt-out method depends on the source type. Each method is described below.

  1. Web Feed
  2. Bluesky
  3. Fediverse
  4. Telegram Channel

Web Feed

(RSS/Atom/...)

Use robots.txt to restrict Awakari from processing the feed.

Bluesky

The post text should either:

  1. end with #nobot
  2. contain #nobot followed by space symbol
  3. contain #nobot followed by end of line (\n) symbol

Fediverse

Put the #nobot tag in either:

  1. Actor's summary to avoid following the specific actor.
  2. Activity object's content to avoid processing the specific activity (e.g. post).

Note that the #nobot tag should be separated by whitespaces from another text, if any.

Mastodon

Mastodon users have additional configuration options to avoid a processing by Awakari: mastodon

Either:

  1. Disable the Feature profile and posts in discovery algorithms checkbox
  2. Disable the Automatically accept new followers checkbox
  3. Disable the Include profile page in search engines checkbox

Telegram Channel

Put the #nobot tag in either:

  1. Channel info to avoid Awakari listening the channel public posts.
  2. Post text to avoid Awakari processing the specific public channel post.

Note that the #nobot tag should be separated by whitespaces from another text, if any.