Skip to content

Commit

Permalink
Add Tool Bluesky Insights
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent d8db95a commit 03fa9fb
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
57 changes: 57 additions & 0 deletions gitbook/tools/bluesky-insights/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
description: A brief one line description of this tool
---

# Bluesky Insights

## URL

https://example.com

## Description

\[\[ A full description of the tool, any background information needed to use it. What problem does it solve? Can you give an example use case? ]]

## Cost

* [x] Free
* [ ] Partially Free
* [ ] Paid

\[\[Pricing or subscription information, if relevant.]]

## Level of difficulty

<table><thead><tr><th data-type="rating" data-max="5"></th></tr></thead><tbody><tr><td>1</td></tr></tbody></table>

## Requirements

\[\[Information on the requirement for using a tool, for instance, API key, e-mail address etc.]]

## Limitations

\[\[The limitations of each tool should be described. This is important for researchers if they want to decide whether they should invest the time to learn how to use a new tool.]]

## Ethical Considerations

\[\[The ethical considerations of each tool should be described.]]

## Guides and articles

\[\[Link to guides on this tool and to articles on research that was done with the help of this tool]]

## Tool provider

\[\[Name the tool provider (and potentially info on them)]]

## Advertising Trackers

* [x] This tool has not been checked for advertising trackers yet.
* [ ] This tool uses tracking cookies. Use with caution.
* [ ] This tool does not appear to use tracking cookies.

| Page maintainer |
| -------------------------------------------------------------- |
| \[\[Your name here (optional) or "Bellingcat volunteer team"]] |
| |

4 changes: 4 additions & 0 deletions gitbook/tools/bluesky-insights/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Table of contents

* [Bluesky Insights](README.md)
* [Categories](categories.md)
41 changes: 41 additions & 0 deletions gitbook/tools/bluesky-insights/categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Categories

## Image/Video

* [ ] [Facial Recognition](https://bellingcat.gitbook.io/toolkit/categories/image-video/facial-recognition)
* [ ] [Misc](https://bellingcat.gitbook.io/toolkit/categories/image-video/image-misc)
* [ ] [Metadata](https://bellingcat.gitbook.io/toolkit/categories/image-video/metadata)
* [ ] [Reverse Image Search](https://bellingcat.gitbook.io/toolkit/categories/image-video/reverse-image-search)

## Maps & Satellites

* [ ] [Maps](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/maps)
* [ ] [Satellite Imagery](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/satellite-imagery)
* [ ] [Street View](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/street-view)

## Social Media

* [ ] [Discord](https://bellingcat.gitbook.io/toolkit/categories/social-media/discord)
* [ ] [Facebook](https://bellingcat.gitbook.io/toolkit/categories/social-media/facebook)
* [ ] [Instagram](https://bellingcat.gitbook.io/toolkit/categories/social-media/instagram)
* [ ] [LinkedIn](https://bellingcat.gitbook.io/toolkit/categories/social-media/linkedin)
* [ ] [Multiple Networks](https://bellingcat.gitbook.io/toolkit/categories/social-media/multiple-networks)
* [ ] [Other Networks](https://bellingcat.gitbook.io/toolkit/categories/social-media/other-networks)
* [ ] [Reddit](https://bellingcat.gitbook.io/toolkit/categories/social-media/reddit)
* [ ] [Telegram](https://bellingcat.gitbook.io/toolkit/categories/social-media/telegram)
* [ ] [Tiktok](https://bellingcat.gitbook.io/toolkit/categories/social-media/tiktok)
* [ ] [Twitter/X](https://bellingcat.gitbook.io/toolkit/categories/social-media/twitter)
* [ ] [Vkontakte](https://bellingcat.gitbook.io/toolkit/categories/social-media/vkontakte)
* [ ] [Youtube](https://bellingcat.gitbook.io/toolkit/categories/social-media/youtube)

## Other

* [ ] [Archiving](https://bellingcat.gitbook.io/toolkit/categories/archiving)
* [ ] [Companies & Finance](https://bellingcat.gitbook.io/toolkit/categories/companies-and-finance)
* [ ] [Conflict](https://bellingcat.gitbook.io/toolkit/categories/conflict)
* [ ] [Data Organization & Analysis](https://bellingcat.gitbook.io/toolkit/categories/data)
* [ ] [Environment & Wildlife](https://bellingcat.gitbook.io/toolkit/categories/environment-and-wildlife)
* [ ] [Geolocation](https://bellingcat.gitbook.io/toolkit/categories/geolocation)
* [ ] [People](https://bellingcat.gitbook.io/toolkit/categories/people)
* [ ] [Transport](https://bellingcat.gitbook.io/toolkit/categories/transport)
* [ ] [Websites](https://bellingcat.gitbook.io/toolkit/categories/websites)
37 changes: 37 additions & 0 deletions gitbook/tools/bluesky-insights/json.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
description: This is the JSON codeblock for this tool
---

# JSON

{% code overflow="wrap" %}
```json
{
"draft": true,
"tags": []
}
```
{% endcode %}

Keep the codeblock updated with accurate information. Only edit the **values** (words to the right of the `:` on each line, in dark blue font). Do not change the key names (left side, slightly light blue) or any of the other formatting. Every line should end in a comma except the last line. Every key and value should be enclosed in quotation marks. See below for an explanation of each line.&#x20;

## name, description (optional)

If omitted, the name and description will be copied from the page title and page description of the main content. If present, the JSON values override the main content.

## draft (optional)

If set to `true`, this prevents this tool from being listed in relevant category pages. Useful if the tool does not yet have a url and description set. Omit or set to false to publish.

## url

A hyperlink directly to the tool, for quick-access from the category page. Be sure to use the secure (http**S**) version if possible.

## tags

This list of tags will determine which category pages the tool appears on. Tags should be lowercase with dashes between words and no spaces: e.g., "facial-recognition". Seperate tags with a comma `,`.

If a tool is completely free to use, include the tag "free".

If the tool is focused on one specific country (or a limited number of them), tag it with the name of the country as well as "international".

0 comments on commit 03fa9fb

Please sign in to comment.