Electoral Divisions on: https://www.townlands.ie/page/download/
Download https://www.townlands.ie/static/downloads/eds-no-geom.csv.zip
Filter for CO_NAME
= "Dublin"
AREA is in Square Meters, Divide by 1,000,000 to get Square KM
::StoryTitle Progressive Story Demo | |
::StoryData | |
{ | |
"ifid": "F6BE4A85-73E2-4126-8B5A-C1F1F81A434F", | |
"format": "SugarCube", | |
"format-version": "2.36.1", | |
"start": "Start" | |
} |
[ | |
{ | |
"ipv4Prefix": "8.34.208.0/23", | |
"service": "Google Cloud", | |
"scope": "europe-west1" | |
}, | |
{ | |
"ipv4Prefix": "8.34.211.0/24", | |
"service": "Google Cloud", | |
"scope": "europe-west1" |
Electoral Divisions on: https://www.townlands.ie/page/download/
Download https://www.townlands.ie/static/downloads/eds-no-geom.csv.zip
Filter for CO_NAME
= "Dublin"
AREA is in Square Meters, Divide by 1,000,000 to get Square KM
label | size | |
---|---|---|
wolfigelkott.crimea.ua | 5.9 | |
pes.bsky.social | 5.17 | |
deadcake.bsky.social | 4.97 | |
teren.bsky.social | 4.9 | |
mathan.dev | 4.88 | |
k1sa.me | 4.76 | |
kiwi.qirim.land | 4.6 | |
olganova.bsky.in.ua | 4.59 | |
leodron.bsky.social | 4.34 |
#!/bin/bash | |
# | |
# the first 100, anyways | |
# | |
curl -s -H "Authorization: Bearer $(curl -s -X POST -H "Content-Type: application/json" -d '{"identifier": "me.bsky.social", "password": "letmein"}' "https://bsky.social/xrpc/com.atproto.server.createSession" | jq -j ".accessJwt")" "https://bsky.social/xrpc/app.bsky.graph.getMutes?limit=100" | jq -r '.mutes | .[] | .did' | xargs -I{} -P10 curl -s 'https://plc.directory/{}' | jq -r '.alsoKnownAs[0]' | sed -e 's#at://#@#' | sort |
import csv | |
import asyncio | |
from telethon import TelegramClient | |
from telethon.tl.functions.messages import GetDialogFiltersRequest | |
from telethon.tl.functions.channels import GetFullChannelRequest | |
# Replace the following values with your own API ID and hash obtained from https://my.telegram.org | |
api_id = "..." | |
api_hash = "..." |
Violent Speech Policy
Overview
February 2023
You may not threaten, incite, glorify, or express desire for violence or harm.
Twitter is a place where people can express themselves, learn about what’s happening, and debate global issues. However, healthy conversations can’t thrive when violent speech is used to deliver a message. As a result, we have a zero tolerance policy towards violent speech in order to ensure the safety of our users and prevent the normalization of violent actions.
# Replace the ... appropriately. | |
# See https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/post-tweets | |
# Tweet | |
twurl -X POST -A "Content-type: application/json" -d '{"text":"Simple tweet example"}' "/2/tweets" | |
# Retweet | |
twurl -X POST -A "Content-type: application/json" -d '{"tweet_id":"..."}}' "/2/users/...your_user_id.../retweets" |
Twarc: https://twarc-project.readthedocs.io/en/latest/twarc2_en_us/
twarc2 search --archive "conversation_id:1600301946375524352 OR url:1600301946375524352" books_tweet.jsonl
twarc2 csv books_tweet.jsonl books_tweet.csv
1040206865387409408 | |
1378815453510914056 | |
1124983612389171200 | |
1250006106736398336 | |
1151791608494473219 | |
832501002200838144 | |
752487114621718528 | |
968788335207632896 | |
968063439624052736 | |
158686789 |