0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-20 11:19:19 +00:00
deCloudflare/tool/mastodonwch
2020-11-28 01:23:08 +01:00
..
cron.php cron.php 2020-11-28 01:01:28 +01:00
index.php index.php 2020-11-28 00:59:50 +01:00
README.md Update 'tool/mastodonwch/README.md' 2020-11-28 01:23:08 +01:00

Shared on Mastodon

Who is sharing most Cloudflare links to other people? Oh, it's you?

Congratulations, you are ranked in the top 50 of...

(Sarcasm? Yes. Stop sharing CF links already)

Some public reaction

[wip]

Code

Database

  • toot_cfsaid: Tweet URL which CF link was observed
id	varchar(40) UNIQUE
who	varchar(80) INDEX
url	varchar(200) INDEX
ym	int(6) INDEX
  • toot_notcf_fqdn: Unknown FQDN which was not listed as Cloudflare
fqdn	varchar(200) UNIQUE
dl	int(1) INDEX
  • toot_scanned: To make sure not to analyze same tweet again
id	varchar(40) UNIQUE
who	varchar(80) INDEX
iscf	int(1) INDEX
ym	int(6) INDEX
  • toot_sharefqdn: Just for counting FQDN
id	varchar(40) UNIQUE
fqdn	varchar(200) INDEX
ym	int(6) INDEX

Live demo

If you want to see this in action: Onion