Skip to content

Instantly share code, notes, and snippets.

@ryancdotorg
Created December 28, 2021 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryancdotorg/da5b151272d3aadebfa21a4971915556 to your computer and use it in GitHub Desktop.
Save ryancdotorg/da5b151272d3aadebfa21a4971915556 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import os
import sys
import json
import yaml
import fileinput
import datetime
from dateutil.parser import parse as datetime_parse
import twitter
from twitter import Api as TwitterApi1
from pytwitter import Api as TwitterApi2
from pytwitter.error import PyTwitterError
from simplejson.errors import JSONDecodeError
from itertools import count
from pathlib import Path
from shinigami_eyes.bloom import BloomFilter
#twitter.Api(consumer_key=x['consumer_key'], consumer_secret=x['consumer_secret'], access_token_key=x['token'], access_token_secret=x['secret'], tweet_mode='extended')
# wrapper
class TRC:
def __init__(self, filename=None, profile_name='default_profile'):
if filename is None:
filename = Path(os.environ['HOME'], '.trc').resolve()
with open(filename, 'r') as f:
self._trc = yaml.safe_load(f.read())
self.set_profile()
def get_api(self, version=1, **kwargs):
if 'consumer_key' in kwargs and 'consumer_secret' in kwargs:
if 'access_token_key' not in kwargs:
if 'access_token_secret' not in kwargs:
if 'application_only_auth' not in kwargs:
kwargs['application_only_auth'] = True
if self._profile is not None:
if 'consumer_key' not in kwargs:
kwargs['consumer_key'] = self._profile['consumer_key']
if 'consumer_secret' not in kwargs:
kwargs['consumer_secret'] = self._profile['consumer_secret']
if 'application_only_auth' in kwargs and kwargs['application_only_auth']:
pass
else:
if 'access_token_key' not in kwargs:
kwargs['access_token_key'] = self._profile['token']
if 'access_token_secret' not in kwargs:
kwargs['access_token_secret'] = self._profile['secret']
if version == 1:
if 'tweet_mode' not in kwargs:
kwargs['tweet_mode'] = 'extended'
return TwitterApi1(**kwargs)
elif version == 2:
if 'access_token_key' in kwargs:
kwargs['access_token'] = kwargs['access_token_key']
del kwargs['access_token_key']
if 'access_token_secret' in kwargs:
kwargs['access_secret'] = kwargs['access_token_secret']
del kwargs['access_token_secret']
return TwitterApi2(**kwargs)
else:
raise ValueError(f'invalid api version {version}')
def set_profile(self, user_name=None, consumer_key=None):
profiles = self._trc.get('profiles', {})
if user_name is None:
cfg = self._trc.get('configuration', {})
user_name, consumer_key = cfg.get('default_profile', [None, None])
if user_name is None:
keys = profiles.keys()
if len(keys) == 1:
user_name = keys[0]
else:
self._profile = None
return False
user = profiles.get(user_name, {})
if consumer_key is None:
keys = user.keys()
if len(keys) == 1:
consumer_key = keys[0]
else:
self._profile = None
return False
if consumer_key is not None:
if consumer_key in user:
self._profile = user[consumer_key]
return True
self._profile = None
return False
def group(iterable, n):
r = []
for item in iterable:
r.append(item)
if len(r) == n:
yield r
r = []
yield r
trc = TRC()
'''
api = trc.get_api(
consumer_key='3nVuSoBZnx6U4vzUxf5w',
consumer_secret='Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys',
)
'''
api1 = trc.get_api(
version=1,
)
for u in fileinput.input():
u = u.strip()
try:
api1.CreateBlock(screen_name=u)
print(u)
except Exception as e:
print(u, e)
This file has been truncated, but you can view the full file.
{"id": "38834516", "name": "Tania Marshall MSc Author Clinical Psychotherapist", "username": "TaniaAMarshall", "created_at": "2009-05-09T10:50:28.000Z", "description": "\ud83c\udfc5Author 2e Autism Aspie Expert Forensics | https://t.co/CRbg0Glyal Chair AU | https://t.co/uEc75BN9Vx https://t.co/l09E6HnmkT https://t.co/wBUptBZrSA aspiengirl@gmail.com", "location": "OnLine Consultations Worldwide", "pinned_tweet_id": "1417775086522703880", "profile_image_url": "https://pbs.twimg.com/profile_images/1444637635008348162/b1Lh_LGp_normal.jpg", "protected": false, "url": "https://t.co/7DcK8wxi2w", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/7DcK8wxi2w", "expanded_url": "https://taniaannmarshall.wordpress.com", "display_url": "taniaannmarshall.wordpress.com"}]}, "description": {"urls": [{"start": 45, "end": 68, "url": "https://t.co/CRbg0Glyal", "expanded_url": "http://intapc.org", "display_url": "intapc.org"}, {"start": 80, "end": 103, "url": "https://t.co/uEc75BN9Vx", "expanded_url": "http://gofund.me/4264261aILU", "display_url": "gofund.me/4264261aILU"}, {"start": 104, "end": 127, "url": "https://t.co/l09E6HnmkT", "expanded_url": "http://paypal.me/TaniaMarshall", "display_url": "paypal.me/TaniaMarshall"}, {"start": 128, "end": 151, "url": "https://t.co/wBUptBZrSA", "expanded_url": "http://bio.link/taniamarsbNQ", "display_url": "bio.link/taniamarsbNQ"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 11184, "following_count": 11241, "tweet_count": 61422, "listed_count": 244}, "withheld": null}
{"id": "1357045722294743040", "name": "Elle", "username": "mcgilead", "created_at": "2021-02-03T19:19:24.000Z", "description": "\"If you\u2019re easily offended, you\u2019re easily manipulated. You turn yourself into a wind up toy that anyone can use.\" -Seerut K. Chawla", "location": null, "pinned_tweet_id": "1422564678945869827", "profile_image_url": "https://pbs.twimg.com/profile_images/1432071947823820811/tgKRTuNS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1303, "following_count": 2613, "tweet_count": 33184, "listed_count": 2}, "withheld": null}
{"id": "19964756", "name": "Vampire \ud83e\udd95\ud83e\udd96feminist \ud83d\udfe5\ud83d\udd78", "username": "ziggy7", "created_at": "2009-02-03T11:09:28.000Z", "description": "Head Mathematician at Fnord technologies, gambler, 0.5 German, Trade Unionist. Views my own. Worthy of respect in a democratic society. 18+.", "location": null, "pinned_tweet_id": "1206724156773060610", "profile_image_url": "https://pbs.twimg.com/profile_images/1406338381286723590/8FFOQ4dt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3111, "following_count": 3230, "tweet_count": 86465, "listed_count": 51}, "withheld": null}
{"id": "1127762089290936320", "name": "Dr vrarda in the wold \ud83d\udfe5", "username": "vrarda1", "created_at": "2019-05-13T02:26:49.000Z", "description": "N=8", "location": null, "pinned_tweet_id": "1317775183885815809", "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2953, "following_count": 4969, "tweet_count": 185922, "listed_count": 0}, "withheld": null}
{"id": "1264230125375066121", "name": "Amanda Ryan", "username": "Wrangel83", "created_at": "2020-05-23T16:22:15.000Z", "description": "\"Every sex-based right you take for granted is because some woman wouldn't 'shut up.'\"", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1430620812252368896/a0T5SG88_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 168, "following_count": 419, "tweet_count": 1168, "listed_count": 0}, "withheld": null}
{"id": "1351552783376404553", "name": "Blythe K Lynn", "username": "BKLynn5", "created_at": "2021-01-19T15:31:37.000Z", "description": "\ud83c\udde8\ud83c\udde6 #NoThankYou Gov\u2019t-Protected Lie | WHAT ABOUT WOMEN & GIRLS RIGHTS AND CHILD PROTECTION? | Repeal Bill C16 | #TimesUpPornHub", "location": "Canada", "pinned_tweet_id": "1438515460828393474", "profile_image_url": "https://pbs.twimg.com/profile_images/1427243197718224898/gRo0GX7f_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 3, "end": 14, "tag": "NoThankYou"}, {"start": 111, "end": 126, "tag": "TimesUpPornHub"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3479, "following_count": 4942, "tweet_count": 18299, "listed_count": 8}, "withheld": null}
{"id": "2401718935", "name": "HappilyUnwoke \ud83c\uddec\ud83c\udde7\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f\ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83c\uddfa\ud83c\uddf8\u2721\ufe0f\ud83d\udd4e\ud83e\udd96", "username": "HappilyUnwoke", "created_at": "2014-03-21T15:10:06.000Z", "description": "Male homosexual, NOT \"queer\". (DMs welcome gents!) Likes witty conversation, inspecting penises and custard creams. Brexiteer. Patriot. #GBNews \ud83c\uddec\ud83c\udde7", "location": "Middle Walk, Blackpool ;-)", "pinned_tweet_id": "1276971129547128832", "profile_image_url": "https://pbs.twimg.com/profile_images/1396176709607698435/d24DPVTG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 136, "end": 143, "tag": "GBNews"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 8931, "following_count": 9820, "tweet_count": 141604, "listed_count": 77}, "withheld": null}
{"id": "1387789964", "name": "AlectoN\u00edGallachobhair", "username": "WildRedWord", "created_at": "2013-04-28T19:55:54.000Z", "description": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96Adult Human Female\ud83e\udd96\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1447650450321313796/V6fkpK_L_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 564, "following_count": 1219, "tweet_count": 11523, "listed_count": 0}, "withheld": null}
{"id": "957392179692998657", "name": "Tintin's Adventures Down the Rabbit Hole \ud83e\udd95", "username": "Zarafromtheshop", "created_at": "2018-01-27T23:17:37.000Z", "description": "#IstandwithJKRowling. Assigned nosy at birth, sometimes identifies as a toaster. In with the wrong crowd. \ud83e\udd95 \ud83d\udc9c\ud83d\udc9a", "location": "St Mary Mead", "pinned_tweet_id": "1442152917440532482", "profile_image_url": "https://pbs.twimg.com/profile_images/1238423524290805760/eKK7VDLy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "IstandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 549, "following_count": 1090, "tweet_count": 5576, "listed_count": 0}, "withheld": null}
{"id": "2409458533", "name": "Me", "username": "OwnerOfIdeas", "created_at": "2014-03-24T19:25:54.000Z", "description": "I own ideas. Ideas do not own me.\n\nhttps://t.co/64M89ZEgkM\n\n\n\n\nAvatar: PilyNr2 - Praca w\u0142asna, CC BY-SA 4.0, https://t.co/OnvrMyGusV\u2026", "location": null, "pinned_tweet_id": "1303384857469427713", "profile_image_url": "https://pbs.twimg.com/profile_images/1271558709781635075/mHCgC9xS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 35, "end": 58, "url": "https://t.co/64M89ZEgkM", "expanded_url": "http://spinster.xyz/@OwnerOfIdeas", "display_url": "spinster.xyz/@OwnerOfIdeas"}, {"start": 109, "end": 132, "url": "https://t.co/OnvrMyGusV", "expanded_url": "http://commons.wikimedia.org/w/index.php?cu", "display_url": "commons.wikimedia.org/w/index.php?cu"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 732, "following_count": 2367, "tweet_count": 15207, "listed_count": 1}, "withheld": null}
{"id": "1363808997900484609", "name": "MaggieS28", "username": "S28Maggie", "created_at": "2021-02-22T11:13:31.000Z", "description": "Feminist, roll on normal self governance \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1363810880274726913/hgrOJXhn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 452, "following_count": 716, "tweet_count": 6808, "listed_count": 1}, "withheld": null}
{"id": "20934397", "name": "Meow\ud83c\udfc1#Genderfree XX #ReinstateMeghanMurphy\ud83e\udd9c", "username": "MMMMMMeow", "created_at": "2009-02-15T20:26:58.000Z", "description": "I love crisps. And wine. GC XX PERF&MERF. Genderfree. Adult human female. \u201dPurported feminist\u201d \u201cMythical biological female\u201d \u201cwoman means a female of any age\u201dEqA", "location": "England, United Kingdom", "pinned_tweet_id": "1032326711797604352", "profile_image_url": "https://pbs.twimg.com/profile_images/1267952068695863299/MIqb8LxU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2138, "following_count": 3023, "tweet_count": 49566, "listed_count": 12}, "withheld": null}
{"id": "1525992979", "name": "witchlabrys", "username": "SuzikiSevgi", "created_at": "2013-06-17T21:47:28.000Z", "description": "", "location": null, "pinned_tweet_id": "575604485642416128", "profile_image_url": "https://pbs.twimg.com/profile_images/1030556217666674688/KRUI3dBE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 744, "following_count": 4998, "tweet_count": 11396, "listed_count": 0}, "withheld": null}
{"id": "91195172", "name": "Anne James \ud83d\udd78\ud83d\udc99", "username": "NWtoG", "created_at": "2009-11-19T21:18:19.000Z", "description": "Lefty left by Labour. Enthusiastic mother and tea-drinker. Opera oik, Wittertainee, meliorist, Laandoner. Pro trans, but not at the expense of girls and women", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/941225778406199296/CFNli_g9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2773, "following_count": 4992, "tweet_count": 198629, "listed_count": 27}, "withheld": null}
{"id": "731247320", "name": "Adrienne Smith", "username": "AdeSmith_", "created_at": "2012-08-01T18:56:51.000Z", "description": "I love my wife, our wee dogs & our wee cat! Oh, and regarding Women\u2019s Rights - Hands Off! #WomenWontWheesht", "location": "Fife, Scotland.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1390995523092484101/YKHCchUe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 90, "end": 107, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2242, "following_count": 2255, "tweet_count": 91401, "listed_count": 13}, "withheld": null}
{"id": "1106633783128834050", "name": "Doubting Thomas\ud83d\udd3b\ud83e\udd95", "username": "thomasbyname", "created_at": "2019-03-15T19:10:28.000Z", "description": "Those who know the least about it, seldom doubt it - Omar Khayyam\ud83d\udd3bGender critical gay male\ud83d\udd3bDo the right thing - but in the right way.", "location": "Where sex is binary", "pinned_tweet_id": "1377606920740167683", "profile_image_url": "https://pbs.twimg.com/profile_images/1372333533176414208/E9cLkBYM_normal.jpg", "protected": false, "url": "https://t.co/AHewHGZMeW", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/AHewHGZMeW", "expanded_url": "https://grahamlinehan.substack.com/", "display_url": "grahamlinehan.substack.com"}]}, "description": null}, "public_metrics": {"followers_count": 714, "following_count": 885, "tweet_count": 17309, "listed_count": 2}, "withheld": null}
{"id": "266686959", "name": "Annie Kenneysaurus", "username": "lennysperson", "created_at": "2011-03-15T16:51:45.000Z", "description": "Deeds not words. Omnia Femina Aequissimae #FBPE #FBPA", "location": "Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400937000421691393/yPsoJ3RM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 42, "end": 47, "tag": "FBPE"}, {"start": 48, "end": 53, "tag": "FBPA"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 283, "following_count": 574, "tweet_count": 754, "listed_count": 5}, "withheld": null}
{"id": "634704431", "name": "Patrick\ud83d\udd78", "username": "STILLTish", "created_at": "2012-07-13T16:49:38.000Z", "description": "#AdultHumanFemale #SexualOrientation is a Legally protected characteristic so is SEX. Nobody is born in the wrong body.", "location": "Gilead", "pinned_tweet_id": "1452344133805383680", "profile_image_url": "https://pbs.twimg.com/profile_images/1175296143019991040/e37A48EN_normal.jpg", "protected": false, "url": "https://t.co/Aj2wzP90r8", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Aj2wzP90r8", "expanded_url": "https://gendercriticalwoman.wordpress.com", "display_url": "gendercriticalwoman.wordpress.com"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "AdultHumanFemale"}, {"start": 18, "end": 36, "tag": "SexualOrientation"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 16078, "following_count": 7052, "tweet_count": 166759, "listed_count": 96}, "withheld": null}
{"id": "105200096", "name": "Amina Lone", "username": "Amina_Lone", "created_at": "2010-01-15T17:20:22.000Z", "description": "Amor Et Virtute : Director The Social Action and Research Foundation (SARF) : Aspire to be a Patron of the Arts :'My poverty, but not my will, consents'", "location": "England/UK", "pinned_tweet_id": "933780806333550593", "profile_image_url": "https://pbs.twimg.com/profile_images/887250297776730112/IE-2A0VH_normal.jpg", "protected": false, "url": "https://t.co/UbhPb01QVz", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/UbhPb01QVz", "expanded_url": "http://www.the-sarf.org.uk/", "display_url": "the-sarf.org.uk"}]}, "description": null}, "public_metrics": {"followers_count": 9553, "following_count": 10255, "tweet_count": 51656, "listed_count": 163}, "withheld": null}
{"id": "24494633", "name": "Mim Cotton", "username": "MimCotton", "created_at": "2009-03-15T06:04:27.000Z", "description": "Writer. Occasional Media Contrib. News junkie, proud TERF - Tired of Explaining Reality to Fruitcakes. #SpokenWord Enthusiast.", "location": "Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1055602236276031488/cGHlYwfD_normal.jpg", "protected": false, "url": "https://t.co/S2RD3oUOw3", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/S2RD3oUOw3", "expanded_url": "http://www.skibbereenspeakeasy.com", "display_url": "skibbereenspeakeasy.com"}]}, "description": {"urls": null, "hashtags": [{"start": 104, "end": 115, "tag": "SpokenWord"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4044, "following_count": 1892, "tweet_count": 7222, "listed_count": 148}, "withheld": null}
{"id": "1203269949524979715", "name": "Charlie Morris", "username": "Charlie67830260", "created_at": "2019-12-07T11:08:37.000Z", "description": "Adult Human Female.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1418801943900733448/vh8tS0M1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1038, "following_count": 958, "tweet_count": 35259, "listed_count": 8}, "withheld": null}
{"id": "194742873", "name": "Phantomosauraus, Esq.", "username": "griffitygriff", "created_at": "2010-09-24T22:12:35.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/460809259668619264/O9kje2uu_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 780, "following_count": 3715, "tweet_count": 57397, "listed_count": 18}, "withheld": null}
{"id": "1172430164073955330", "name": "les paul junior \ud83c\udf54\ud83c\udf7a\ud83c\udfb8\ud83d\ude8d\ud83d\udc15", "username": "lespauljunior3", "created_at": "2019-09-13T08:42:02.000Z", "description": "Gypsy saxophonist to the house of Romanov. Pronouns: oi /mate/ no.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1172430566886477825/tPCE4ACR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1575, "following_count": 1572, "tweet_count": 58432, "listed_count": 6}, "withheld": null}
{"id": "1402974068018757633", "name": "Seni", "username": "Seni25255471", "created_at": "2021-06-10T13:01:15.000Z", "description": "Semi-pro balloon pricker of pomposity \ud83c\udf88\ud83d\udca5", "location": null, "pinned_tweet_id": "1441056493437063175", "profile_image_url": "https://pbs.twimg.com/profile_images/1441359537047547904/lwSpHiFL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 445, "following_count": 937, "tweet_count": 8011, "listed_count": 0}, "withheld": null}
{"id": "1032027278094610433", "name": "Kim Nicoll/Neacail", "username": "kimnicoll3", "created_at": "2018-08-21T22:10:52.000Z", "description": "independenista \u201cWe are the daughters of the witches you couldn\u2019t burn\u2019", "location": "Scotland Alba", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1052309329552932864/IBbbxSFT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 918, "following_count": 499, "tweet_count": 61454, "listed_count": 1}, "withheld": null}
{"id": "95676302", "name": "Dr Jane Harris", "username": "blablafishcakes", "created_at": "2009-12-09T16:12:32.000Z", "description": "Assigned Fabulous At Birth. Writer: The Observations, Gillespie & I, Sugar Money. Still here. Non-binary as FUCK (hint: we're all non-binary) Pronouns: obvious.", "location": "South East, England", "pinned_tweet_id": "915530902100377601", "profile_image_url": "https://pbs.twimg.com/profile_images/427418327451832321/2CTG8asq_normal.jpeg", "protected": false, "url": "https://t.co/eqqzzFyz0P", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/eqqzzFyz0P", "expanded_url": "http://www.janeharris.com", "display_url": "janeharris.com"}]}, "description": null}, "public_metrics": {"followers_count": 13937, "following_count": 4131, "tweet_count": 93438, "listed_count": 134}, "withheld": null}
{"id": "1268680954723393536", "name": "MacLaine", "username": "TorchaMac", "created_at": "2020-06-04T23:08:25.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1295622381428506625/PlDF3Hp1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 272, "following_count": 819, "tweet_count": 3473, "listed_count": 0}, "withheld": null}
{"id": "633508061", "name": "Ladybird \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Ladybird2006", "created_at": "2012-07-12T06:16:00.000Z", "description": "Feminist. Atheist. Hard left but politically homeless. For tolerance, open debate, free speech and freedom of thought. #SexMatters \u2764\ufe0f", "location": "UK", "pinned_tweet_id": "1279130375906906113", "profile_image_url": "https://pbs.twimg.com/profile_images/1371200481662545920/c1b9IZU-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 119, "end": 130, "tag": "SexMatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1180, "following_count": 1209, "tweet_count": 26733, "listed_count": 0}, "withheld": null}
{"id": "1229112199672627202", "name": "LittlelouandMissyMoo - Vaginasaurus - Roaaarr!\ud83e\udd95\ud83e\udd96", "username": "littlelouandMM", "created_at": "2020-02-16T18:36:16.000Z", "description": "If you see something that is not fair or not just, you have a MORAL OBLIGATION to do something about it. Yup! That's me. Rules are rules! Chromosomes: XX", "location": "Virtual Insanity, Woketopia", "pinned_tweet_id": "1451710475335520260", "profile_image_url": "https://pbs.twimg.com/profile_images/1452662791698059270/zNoAReyB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1088, "following_count": 1063, "tweet_count": 15476, "listed_count": 1}, "withheld": null}
{"id": "2855795572", "name": "Eleanor Hill", "username": "artefactoid", "created_at": "2014-11-01T22:43:12.000Z", "description": "reality/biology/integrity", "location": null, "pinned_tweet_id": "1370872054212403204", "profile_image_url": "https://pbs.twimg.com/profile_images/1370875662421098502/oUqLSw_I_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1169, "following_count": 1769, "tweet_count": 20521, "listed_count": 6}, "withheld": null}
{"id": "259816808", "name": "Grown_UpWoman", "username": "Grown_UpWoman", "created_at": "2011-03-02T17:17:11.000Z", "description": "I ask awkward questions and take an evidence-based approach to All The Things. Apparently this means I'm a horrible person.", "location": "Manchester, UK", "pinned_tweet_id": "1336783072856076298", "profile_image_url": "https://pbs.twimg.com/profile_images/1299054489190756353/dJ-QN166_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2009, "following_count": 583, "tweet_count": 160456, "listed_count": 185}, "withheld": null}
{"id": "965898013951627264", "name": "Simon Coates", "username": "SimonSidleman", "created_at": "2018-02-20T10:36:46.000Z", "description": "Eurocrate, musicos, fran\u00e7ais, bruxellois. #FBPE", "location": "Bruxelles, Belgique", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/978993384680390656/JSZHoqZx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 42, "end": 47, "tag": "FBPE"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7717, "following_count": 8471, "tweet_count": 193328, "listed_count": 10}, "withheld": null}
{"id": "613430888", "name": "Paganosaurus \ud83e\udd96 \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea \ud83c\uddee\ud83c\uddf1 #NoSafeSpaceForJewHate", "username": "slipkn0t8", "created_at": "2012-06-20T13:19:27.000Z", "description": "scientist, sociopath, crone, protector of animals and lover of shiny things... #ExistentialThreat #SuperWoman", "location": "uk", "pinned_tweet_id": "1439223213515493382", "profile_image_url": "https://pbs.twimg.com/profile_images/1392160640245108741/I5HMbDew_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 79, "end": 97, "tag": "ExistentialThreat"}, {"start": 98, "end": 109, "tag": "SuperWoman"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3865, "following_count": 4769, "tweet_count": 39224, "listed_count": 3}, "withheld": null}
{"id": "933068260093939712", "name": "Asks Annoying Questions", "username": "Elfie41767774", "created_at": "2017-11-21T20:23:03.000Z", "description": "Teacher, mother, artist. Yes I have a stupid twitter address. too late now.", "location": "United Kingdom", "pinned_tweet_id": "1431688839148589059", "profile_image_url": "https://pbs.twimg.com/profile_images/1449255788527161345/Y7ra_xDX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 197, "following_count": 478, "tweet_count": 2517, "listed_count": 0}, "withheld": null}
{"id": "424534064", "name": "#GirlsNightIn \ud83e\udd95", "username": "piramidesbay", "created_at": "2011-11-29T21:58:28.000Z", "description": "#SexNotGender \nThe Emperor is naked \n#NoRoomForRacism", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1423405209838047233/pxksjkKp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 13, "tag": "SexNotGender"}, {"start": 37, "end": 53, "tag": "NoRoomForRacism"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1379, "following_count": 1336, "tweet_count": 20330, "listed_count": 4}, "withheld": null}
{"id": "1348208003783270401", "name": "I am number 44", "username": "Lostlain1", "created_at": "2021-01-10T10:00:20.000Z", "description": "Adult human female", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1351464844864741376/DsiQg4p__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1280, "following_count": 1203, "tweet_count": 48470, "listed_count": 1}, "withheld": null}
{"id": "459574754", "name": "anita diaz", "username": "anitajanediaz", "created_at": "2012-01-09T20:37:19.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1969472655/image_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 239, "following_count": 760, "tweet_count": 64329, "listed_count": 18}, "withheld": null}
{"id": "54746474", "name": "Sammie \ud83e\udd96\ud83e\udd95", "username": "sammie_2007", "created_at": "2009-07-08T01:04:51.000Z", "description": "Tea obsessed lesbian with a bunch of tattoos. boop/bop/beep #BeBraverToday", "location": "England", "pinned_tweet_id": "1312059530944090113", "profile_image_url": "https://pbs.twimg.com/profile_images/1416276049529290758/qi0kNyZ1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 60, "end": 74, "tag": "BeBraverToday"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 952, "following_count": 1078, "tweet_count": 9060, "listed_count": 3}, "withheld": null}
{"id": "1285255167340879872", "name": "\ud83e\udd96 Vagisaurus Regina\ud83e\udd96 \ud83d\udd34\ud83c\udfc1", "username": "Queen_Jezebel_", "created_at": "2020-07-20T16:48:19.000Z", "description": "Woman\u2122\ufe0f \"shrill siren\"\n\n#GenderFree #TerfIsland #WrongCrowd\n\n Pronouns: No/Thank/You", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1285255329706651649/IEvDrUvm_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 25, "end": 36, "tag": "GenderFree"}, {"start": 37, "end": 48, "tag": "TerfIsland"}, {"start": 49, "end": 60, "tag": "WrongCrowd"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1184, "following_count": 1975, "tweet_count": 9861, "listed_count": 7}, "withheld": null}
{"id": "56236975", "name": "Kay Barton \ud83c\udfc1", "username": "TheBartonnz", "created_at": "2009-07-13T00:35:24.000Z", "description": "Old, tired, grumpy, but stubborn. This is the fight of my life.. \ud83c\udfc1", "location": "New Zealand", "pinned_tweet_id": "1409012311344381955", "profile_image_url": "https://pbs.twimg.com/profile_images/1401524971998892035/rhu8vjUJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4002, "following_count": 4642, "tweet_count": 66286, "listed_count": 6}, "withheld": null}
{"id": "1270323983288864769", "name": "NHS woman", "username": "NhsWoman", "created_at": "2020-06-09T11:57:06.000Z", "description": "Protect girls and women. It's impossible to change sex.", "location": " UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1282927780754329601/jr2hKBNh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 777, "following_count": 1315, "tweet_count": 8453, "listed_count": 1}, "withheld": null}
{"id": "14893847", "name": "Iseult White", "username": "iseult", "created_at": "2008-05-24T21:17:40.000Z", "description": "author - therapist - computer scientist - write for Sunday Indo - free speech advocate. @amnesty are a #chillingEffect - https://t.co/2tTUIflYiu", "location": null, "pinned_tweet_id": "1333047869817950210", "profile_image_url": "https://pbs.twimg.com/profile_images/799704108424957953/hjxl5ua9_normal.jpg", "protected": false, "url": "https://t.co/2tTUIflYiu", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/2tTUIflYiu", "expanded_url": "http://iseult.substack.com", "display_url": "iseult.substack.com"}]}, "description": {"urls": [{"start": 121, "end": 144, "url": "https://t.co/2tTUIflYiu", "expanded_url": "http://iseult.substack.com", "display_url": "iseult.substack.com"}], "hashtags": [{"start": 103, "end": 118, "tag": "chillingEffect"}], "mentions": [{"start": 88, "end": 96, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 8323, "following_count": 2934, "tweet_count": 39752, "listed_count": 38}, "withheld": null}
{"id": "728253402833129472", "name": "Interrupting Cow", "username": "Tibbulz_the_cat", "created_at": "2016-05-05T16:01:56.000Z", "description": "\u266b\"Hide, witch, hide, the good folk come to burn thee.\nTheir keen enjoyment hid behind a gothic mask of duty\"\u266b", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1371620502633074693/KO2RC4Ou_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 194, "following_count": 378, "tweet_count": 3984, "listed_count": 1}, "withheld": null}
{"id": "1571310498", "name": "Tracey", "username": "TraceyMiracle", "created_at": "2013-07-05T20:55:52.000Z", "description": "I lean left but I'm not falling over don't expect me to agree with you.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1329525927580233728/aK1W_-mb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 304, "following_count": 1359, "tweet_count": 10786, "listed_count": 2}, "withheld": null}
{"id": "20243337", "name": "jeee475 \ud83d\udc9c \ud83e\udd0d \ud83d\udc9a", "username": "jeee475", "created_at": "2009-02-06T15:16:06.000Z", "description": "Woman. Not cis. Ex-Labour. Shrill siren. \ud83e\udd96\ud83e\udd95\ud83e\udd96\ud83e\udd95\ud83e\udd96\ud83e\udd95", "location": "London, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1055216652692922368/k_JQRJcB_normal.jpg", "protected": false, "url": "https://t.co/Qho0Pr1zx6", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Qho0Pr1zx6", "expanded_url": "http://www.fairplayforwomen.com", "display_url": "fairplayforwomen.com"}]}, "description": null}, "public_metrics": {"followers_count": 2680, "following_count": 3063, "tweet_count": 15972, "listed_count": 27}, "withheld": null}
{"id": "2404863062", "name": "Ressources F\u00e9ministes", "username": "RessourcesPros", "created_at": "2014-03-22T18:07:49.000Z", "description": "Ex Ressources Prostitution. Now Feminist Resources by The R.A.S.G.A.L.S: Radical Abolitionist Secular Gender-critical of All LieS... En fran\u00e7ais & in English", "location": "Nordic Model", "pinned_tweet_id": "1314126545670332416", "profile_image_url": "https://pbs.twimg.com/profile_images/1314125759481614337/QWIOtWQx_normal.jpg", "protected": false, "url": "https://t.co/DJN9KOzNZJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/DJN9KOzNZJ", "expanded_url": "https://ressourcesfeministes.fr", "display_url": "ressourcesfeministes.fr"}]}, "description": null}, "public_metrics": {"followers_count": 2767, "following_count": 1051, "tweet_count": 34855, "listed_count": 80}, "withheld": null}
{"id": "2802953443", "name": "Dr. Whom? (I/Me/Mine)", "username": "szatmarifiyu", "created_at": "2014-09-11T03:17:10.000Z", "description": "Affirm my delusions or lots of people will die!\nProud TERF.", "location": "Encinitas", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1413407069131001865/y9dcD0VQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 613, "following_count": 855, "tweet_count": 15120, "listed_count": 3}, "withheld": null}
{"id": "1239553066032140289", "name": "Tyranno-cervix HEX", "username": "lilyloola80", "created_at": "2020-03-16T14:04:26.000Z", "description": "RadFem. Because women\u2019s sex-based reality matters.", "location": null, "pinned_tweet_id": "1426602453886246914", "profile_image_url": "https://pbs.twimg.com/profile_images/1408481851623280652/jC6-wu2x_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3002, "following_count": 4278, "tweet_count": 48769, "listed_count": 10}, "withheld": null}
{"id": "556716394", "name": "Allenomura", "username": "Allenomura", "created_at": "2012-04-18T09:27:18.000Z", "description": "", "location": null, "pinned_tweet_id": "1228405963310424064", "profile_image_url": "https://pbs.twimg.com/profile_images/378800000017633180/a80d12a4074dce8798c433397a16b39f_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1003, "following_count": 1745, "tweet_count": 59250, "listed_count": 14}, "withheld": null}
{"id": "1048818249637552128", "name": "CarrieD", "username": "Carriedenne1", "created_at": "2018-10-07T06:12:11.000Z", "description": "Founder member of Fair Cop. No to politics in our forces. Police without fear or favour. Sex not gender. RT's not an endorsement. @WeAreFairCop", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1405790654345711616/dirx6dgM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 130, "end": 143, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 4576, "following_count": 3803, "tweet_count": 56665, "listed_count": 4}, "withheld": null}
{"id": "1038464827218386946", "name": "Elle \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \ud83e\udd95\ud83e\udd96", "username": "eille_sselt", "created_at": "2018-09-08T16:31:23.000Z", "description": "\ud83c\udfc1 GenderFree \ud83c\udfc1 Fully committed MERF \ud83d\udcaa#AdultHumanFemale #SuperStraight #SuperLesbianAlly Chromosomes XX", "location": "England, United Kingdom", "pinned_tweet_id": "1452390838047281165", "profile_image_url": "https://pbs.twimg.com/profile_images/1270864655800569857/6D-sxIs-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 37, "end": 54, "tag": "AdultHumanFemale"}, {"start": 55, "end": 69, "tag": "SuperStraight"}, {"start": 70, "end": 87, "tag": "SuperLesbianAlly"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1317, "following_count": 1990, "tweet_count": 8115, "listed_count": 6}, "withheld": null}
{"id": "260895761", "name": "Lorraine \ud83e\udd95", "username": "lozbian40", "created_at": "2011-03-04T20:51:24.000Z", "description": "Gay not queer.. #SexNotGender \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \u26a2", "location": "Terf Island \ud83c\udf34", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1354441154431954947/jWpzBEjp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 16, "end": 29, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 627, "following_count": 1038, "tweet_count": 10570, "listed_count": 2}, "withheld": null}
{"id": "1212430159313133569", "name": "Natasha Grover", "username": "NatashaGrover8", "created_at": "2020-01-01T17:47:53.000Z", "description": "Standing up for women\u2019s rights Woman = Adult human female", "location": null, "pinned_tweet_id": "1448003539746312194", "profile_image_url": "https://pbs.twimg.com/profile_images/1402694650197164037/BVHabPJg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 635, "following_count": 1156, "tweet_count": 2031, "listed_count": 2}, "withheld": null}
{"id": "256739638", "name": "Dr Madeleine N\u00ed Dh\u00e1laigh", "username": "Madser2002", "created_at": "2011-02-24T00:11:11.000Z", "description": "GP @Startdoctors @IMO_IRL committee. Galwegian/Indian. Mum to 5 Rossies wife to 1 Views my own \u2026\u2026It\u2019s good to talk", "location": "Rossieland", "pinned_tweet_id": "1316842677393072131", "profile_image_url": "https://pbs.twimg.com/profile_images/1333538506740813839/IZbXDJ_H_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 3, "end": 16, "tag": null}, {"start": 17, "end": 25, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2673, "following_count": 2195, "tweet_count": 5447, "listed_count": 12}, "withheld": null}
{"id": "1040644762469060608", "name": "Laura Sayle", "username": "laura_sayle", "created_at": "2018-09-14T16:53:40.000Z", "description": "MERF - Male Exclusionary Radical Feminist - I don\u2019t subscribe to your religion or your ideology \u270b #AdultHumanFemale #GenderFree #SexNotGender", "location": "United Kingdom", "pinned_tweet_id": "1412749216284352517", "profile_image_url": "https://pbs.twimg.com/profile_images/1189651572298539013/dWuhjakQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 98, "end": 115, "tag": "AdultHumanFemale"}, {"start": 116, "end": 127, "tag": "GenderFree"}, {"start": 128, "end": 141, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 703, "following_count": 1520, "tweet_count": 4069, "listed_count": 1}, "withheld": null}
{"id": "20852703", "name": "RoloHerb", "username": "Rolloherb", "created_at": "2009-02-14T15:34:57.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1306670027442192384/DAsXoa2p_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 142, "following_count": 124, "tweet_count": 77142, "listed_count": 0}, "withheld": null}
{"id": "158027497", "name": "Syco_Babble \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Syco_babble", "created_at": "2010-06-21T15:36:53.000Z", "description": "I'm a bitch, I'm a lover, I'm a child, I'm a mother, I'm a sinner and a saint!\n\n\nViews my own! \u2764\ufe0f/ RTs show interest, not agreement.", "location": "Yorkshire", "pinned_tweet_id": "1344908738793242625", "profile_image_url": "https://pbs.twimg.com/profile_images/1443876121515380746/AG1YQ8FQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1085, "following_count": 1017, "tweet_count": 10988, "listed_count": 2}, "withheld": null}
{"id": "84549976", "name": "Thulasi Muttulingam", "username": "mthulasi", "created_at": "2009-10-23T09:46:52.000Z", "description": "Journalist based in Jaffna, Sri Lanka\nFounder & curator of the fb page Humans of Northern Sri Lanka", "location": "Jaffna, Sri Lanka", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2956513828/3106418edacca2ba1b1d30da7868aa82_normal.jpeg", "protected": false, "url": "http://t.co/X6Ii6OZMcd", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/X6Ii6OZMcd", "expanded_url": "http://eyeofthecylone.wordpress.com/?ref=spelling", "display_url": "eyeofthecylone.wordpress.com/?ref=spelling"}]}, "description": null}, "public_metrics": {"followers_count": 2304, "following_count": 2390, "tweet_count": 22552, "listed_count": 15}, "withheld": null}
{"id": "1195126426959319040", "name": "\ud83e\udd95 Stoatasaurus \ud83d\udfe5 Ermine \ud83d\udfe5 Adult Human Female \ud83e\udd96", "username": "StoatlyL", "created_at": "2019-11-14T23:48:48.000Z", "description": "I stand for Reality and Science. Gender Atheist. Women's Rights campaigner. \ud83e\udd95\n\ns212 Equality Act 2010: Woman is a female of any age.\n\n@NorfolkWomen", "location": "Reality & Science ", "pinned_tweet_id": "1208678165209595905", "profile_image_url": "https://pbs.twimg.com/profile_images/1222637589892608004/mECVLSzZ_normal.jpg", "protected": false, "url": "https://t.co/rmd7wX1nXa", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/rmd7wX1nXa", "expanded_url": "https://sex-matters.org/", "display_url": "sex-matters.org"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 134, "end": 147, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 9650, "following_count": 8593, "tweet_count": 126074, "listed_count": 25}, "withheld": null}
{"id": "420370681", "name": "Feminist", "username": "bakaresimbiat", "created_at": "2011-11-24T14:53:00.000Z", "description": "Founder (@simbiatshouseofstyle on IG) l Journalist l Author l Women's rights activist.", "location": "Nigeria", "pinned_tweet_id": "1333147578742009861", "profile_image_url": "https://pbs.twimg.com/profile_images/1412722230455308288/sqxzaO4n_normal.jpg", "protected": false, "url": "https://t.co/z3BG8fKHN4", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/z3BG8fKHN4", "expanded_url": "http://youtu.be/O_JqcJiFbSw", "display_url": "youtu.be/O_JqcJiFbSw"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 9, "end": 30, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1479, "following_count": 141, "tweet_count": 20379, "listed_count": 8}, "withheld": null}
{"id": "53876198", "name": "NettiLDN \ud83e\udd96", "username": "NettiLDN", "created_at": "2009-07-05T09:26:10.000Z", "description": "\ud83e\udd95", "location": null, "pinned_tweet_id": "1318927156181860354", "profile_image_url": "https://pbs.twimg.com/profile_images/1451536898153984002/jFeXIQy-_normal.jpg", "protected": false, "url": "https://t.co/XYNUJ0ZI8Z", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XYNUJ0ZI8Z", "expanded_url": "https://www.youtube.com/watch?v=qqm36seHkyc&t=291s", "display_url": "youtube.com/watch?v=qqm36s\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 1333, "following_count": 1821, "tweet_count": 35153, "listed_count": 6}, "withheld": null}
{"id": "104315216", "name": "Ann Gray", "username": "tameag", "created_at": "2010-01-13T00:05:22.000Z", "description": "Baha'i", "location": "Co. Clare, Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/734719139152068612/9C3lHftB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 287, "following_count": 1019, "tweet_count": 3815, "listed_count": 0}, "withheld": null}
{"id": "1399986784893902850", "name": "sweepasaurus \ud83e\udd96", "username": "HairyMonkeyGor1", "created_at": "2021-06-02T07:10:46.000Z", "description": "Just looking to make friends...and terf! Loves Sweep. woman\u2122\ufe0f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1420825502143729670/oeOLSKny_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1124, "following_count": 1595, "tweet_count": 13681, "listed_count": 3}, "withheld": null}
{"id": "922196028861964291", "name": "TheOtherMrsD", "username": "DiDaws313", "created_at": "2017-10-22T20:20:41.000Z", "description": "Scotland free from WM control \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fIndy for my granddaughters. MOTHER. Gay\ud83c\udff3\ufe0f\u200d\ud83c\udf08#SexMatters. #GetStonewallUKOut Low carb lifestyle.", "location": "Midlothian, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1429508112764096517/nyI2EtG1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 80, "end": 91, "tag": "SexMatters"}, {"start": 93, "end": 111, "tag": "GetStonewallUKOut"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2072, "following_count": 4168, "tweet_count": 19845, "listed_count": 0}, "withheld": null}
{"id": "1309194594190532610", "name": "Emily Wilding Davison", "username": "Wommando", "created_at": "2020-09-24T18:16:13.000Z", "description": "#Suffragette. I didn't 'throw' myself under a horse for #womensrights- there was too much left to do! Pronouns: Anti/Euge/nics \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\n\n#IStandWithKeiraBell", "location": "UK - #SameShitDifferentCentury", "pinned_tweet_id": "1366177285611659266", "profile_image_url": "https://pbs.twimg.com/profile_images/1309221062035546116/1-o_K7-i_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 12, "tag": "Suffragette"}, {"start": 56, "end": 69, "tag": "womensrights"}, {"start": 132, "end": 152, "tag": "IStandWithKeiraBell"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2900, "following_count": 2350, "tweet_count": 28676, "listed_count": 6}, "withheld": null}
{"id": "1431570619", "name": "Gail", "username": "workingout123", "created_at": "2013-05-15T21:37:08.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400596592227500034/X6ILp-gE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 814, "following_count": 1656, "tweet_count": 26472, "listed_count": 2}, "withheld": null}
{"id": "913918449293828096", "name": "The Bewilderness ( Rose Grant) \ud83d\udd78\ufe0f Femisaurus", "username": "tehbewilderness", "created_at": "2017-09-30T00:08:32.000Z", "description": "I don't always follow back and don't care if you don't either. \ud83d\udd78\ufe0f\nIf you have protected tweets I will block you if I notice you following.", "location": "Gig Harbor, WA", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401224510871805962/mTkd2hyk_normal.png", "protected": false, "url": "https://t.co/2rSYOx7MPg", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/2rSYOx7MPg", "expanded_url": "https://wordpress.com/view/trollbusterxtra.wordpress.com", "display_url": "wordpress.com/view/trollbust\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 2324, "following_count": 1102, "tweet_count": 158870, "listed_count": 8}, "withheld": null}
{"id": "589151635", "name": "Rinkydinkliest \ud83e\udd95\ud83e\udd0d\ud83d\udc9c", "username": "jun_the_swan", "created_at": "2012-05-24T14:10:42.000Z", "description": "Woman \u2122\ufe0f \n\ud83e\udd89\ud83c\udf1b\ud83c\udf1d\ud83c\udf1c\ud83d\udc08\u200d\u2b1b \ud83d\udd2e\nShrill Siren who won't repent\n\n\n#SexNotGender\n#WomenWontWheesht\n#WeAreAllMarionMillar", "location": "The 6th Circle aka McGilead", "pinned_tweet_id": "1388518133011451905", "profile_image_url": "https://pbs.twimg.com/profile_images/1405627703244460034/luQ6mDdb_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 52, "end": 65, "tag": "SexNotGender"}, {"start": 66, "end": 83, "tag": "WomenWontWheesht"}, {"start": 84, "end": 105, "tag": "WeAreAllMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3155, "following_count": 4995, "tweet_count": 37095, "listed_count": 5}, "withheld": null}
{"id": "802833464957566976", "name": "Eleanor Bennett", "username": "Eleanor_Beee", "created_at": "2016-11-27T11:16:28.000Z", "description": "It is my conviction that nothing enduring can be built on violence. Only dead fish go with the flow. Independence for Scotland.Independence is Normal. \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": "Glenrothes, Scotland", "pinned_tweet_id": "1452370406212521989", "profile_image_url": "https://pbs.twimg.com/profile_images/1149640924525236231/IwMbEofD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1303, "following_count": 1537, "tweet_count": 36637, "listed_count": 0}, "withheld": null}
{"id": "2660219592", "name": "Bea Jaspert \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "hogotheforsaken", "created_at": "2014-07-19T19:01:46.000Z", "description": "Mother, grandmother, daughter, sister, wife, woman, human being. Being female has shaped my entire life experience. Don\u2019t tell me sex doesn\u2019t matter #NoThankYou", "location": null, "pinned_tweet_id": "779676812603486208", "profile_image_url": "https://pbs.twimg.com/profile_images/1358469851002638340/YJVSC6yy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 149, "end": 160, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7393, "following_count": 1414, "tweet_count": 96590, "listed_count": 43}, "withheld": null}
{"id": "100032683", "name": "Constantatious Mazula\ud83e\udd96\ud83e\udd95", "username": "NeurolawGuy", "created_at": "2009-12-28T19:53:44.000Z", "description": "\u2661 City, cats. Blairite. Science affirmer who enjoys genuine, rational debate. You may be blocked if you're obtuse and/or obnoxious.", "location": "Where dorks fear to tread.", "pinned_tweet_id": "1230625149952630784", "profile_image_url": "https://pbs.twimg.com/profile_images/1392149029723705346/UEkDQYFo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3361, "following_count": 4999, "tweet_count": 305672, "listed_count": 298}, "withheld": null}
{"id": "382856144", "name": "Andi\ud83c\udf39", "username": "AndiAbides", "created_at": "2011-09-30T20:21:01.000Z", "description": "Centrist Dad. Grammar nerd. Labour is under new management. #OnlyWomenHaveACervix\ud83e\udd96", "location": "UK, Europe", "pinned_tweet_id": "1423542988773498882", "profile_image_url": "https://pbs.twimg.com/profile_images/1432714028518940687/fq58Bhf0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 60, "end": 81, "tag": "OnlyWomenHaveACervix"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 804, "following_count": 442, "tweet_count": 61711, "listed_count": 3}, "withheld": null}
{"id": "4129997303", "name": "The Woman The World Forgot \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd96", "username": "LillyMy3", "created_at": "2015-11-06T22:59:55.000Z", "description": "Middle aged and misanthropic. Old fashioned leftie. Adult human female. Identifies as a hedgehog. TRA's are Men's Rights Activists.", "location": "Danmark", "pinned_tweet_id": "1320476307013181441", "profile_image_url": "https://pbs.twimg.com/profile_images/1277186120384679938/UkDDbpoL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 285, "following_count": 302, "tweet_count": 3175, "listed_count": 0}, "withheld": null}
{"id": "287128496", "name": "Squiggs \ud83e\udd96", "username": "rfhrfhrfhrfh", "created_at": "2011-04-24T11:15:22.000Z", "description": "I don\u2019t believe in your new religion and you can\u2019t make me.", "location": " Terf Island", "pinned_tweet_id": "1055006911056306177", "profile_image_url": "https://pbs.twimg.com/profile_images/1050270291048456193/9R7iJN7P_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3476, "following_count": 3766, "tweet_count": 14515, "listed_count": 14}, "withheld": null}
{"id": "1184435921011261440", "name": "Aja'saurus Rex \ud83e\udd96 \ud83c\uddef\ud83c\uddf2\ud83c\uddec\ud83c\udde7\u26a2\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Aja02537920", "created_at": "2019-10-16T11:48:34.000Z", "description": "Pronoun EMPRESS \ud83d\udc78\ud83c\udffd\ud83d\ude0f\ud83d\udc85\ud83c\udffe\n#NoThankYou #SameSexAttracted\n#SexNotGender #WomenWontWheesh\n\nWanna buy me a pint? \ud83c\udf7b \ud83d\udc47\nhttps://t.co/CRGR03YxeV\u2026", "location": "Reality", "pinned_tweet_id": "1379854492913504259", "profile_image_url": "https://pbs.twimg.com/profile_images/1449454537572601861/H-zaAgSB_normal.jpg", "protected": false, "url": "https://t.co/D51umJbptG", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/D51umJbptG", "expanded_url": "https://youtube.com/channel/UCiT2fCVT4AuGXjlVRVSKdwA", "display_url": "youtube.com/channel/UCiT2f\u2026"}]}, "description": {"urls": [{"start": 109, "end": 132, "url": "https://t.co/CRGR03YxeV", "expanded_url": "http://paypal.me/EmpressAja?loc", "display_url": "paypal.me/EmpressAja?loc"}], "hashtags": [{"start": 22, "end": 33, "tag": "NoThankYou"}, {"start": 34, "end": 51, "tag": "SameSexAttracted"}, {"start": 52, "end": 65, "tag": "SexNotGender"}, {"start": 66, "end": 82, "tag": "WomenWontWheesh"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 9939, "following_count": 4803, "tweet_count": 24765, "listed_count": 27}, "withheld": null}
{"id": "991471765699391490", "name": "ThinkBlackWoman", "username": "ThinkBlackWoma1", "created_at": "2018-05-02T00:17:44.000Z", "description": "A black woman who thinks.", "location": null, "pinned_tweet_id": "1441794231274643463", "profile_image_url": "https://pbs.twimg.com/profile_images/991472486536663041/4UjzWOP4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 402, "following_count": 132, "tweet_count": 6918, "listed_count": 2}, "withheld": null}
{"id": "1726717069", "name": "Jane Doe\ud83d\udc80\ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9\ud83c\udfc1\ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f\ud83e\udd96", "username": "52degreesN", "created_at": "2013-09-03T21:24:26.000Z", "description": "\ud83c\uddee\ud83c\uddeaGC \u2728Ravenclaw \ud83d\udd78proud wife & mama\ud83d\udc95 radfem leaning\ud83d\ude4c\ud83c\udffcsharp \ud83e\udd82 gender abolitionist\ud83c\udf31420 legalise it\ud83c\udf26 R\u00edocht Ciarra\u00ed", "location": "The Upside Down ", "pinned_tweet_id": "1406726269522386944", "profile_image_url": "https://pbs.twimg.com/profile_images/1413098682329731079/535i-yKq_normal.jpg", "protected": false, "url": "https://t.co/yGlUwRfNAu", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/yGlUwRfNAu", "expanded_url": "http://boysvswomen.com/#/", "display_url": "boysvswomen.com/#/"}]}, "description": null}, "public_metrics": {"followers_count": 3159, "following_count": 3747, "tweet_count": 47847, "listed_count": 6}, "withheld": null}
{"id": "3950928695", "name": "OOR LESLEY Cybernat\ud83c\udf52", "username": "Lesleygsmith3", "created_at": "2015-10-13T23:59:19.000Z", "description": "\"All we have to decide is what to do with the time that is given us.\" Independence for Scotland .\n . #Resist #Blu", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/692529085730398208/LB5hiCvg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 109, "end": 116, "tag": "Resist"}, {"start": 117, "end": 121, "tag": "Blu"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 9870, "following_count": 8368, "tweet_count": 934286, "listed_count": 198}, "withheld": null}
{"id": "1299411286921535490", "name": "sandy", "username": "sandy51263346", "created_at": "2020-08-28T18:19:48.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 63, "following_count": 219, "tweet_count": 10461, "listed_count": 0}, "withheld": null}
{"id": "868944170", "name": "Margo, member of INPL - Gaia's revenge!", "username": "baubo60", "created_at": "2012-10-09T00:36:25.000Z", "description": "I protest femicide/ecocide/deforestation in Aus&worldwide. Tree Sister. Fierce defender of Lesbians born Female Human rights & spaces. Sex Not Gender! RadFem", "location": "Melbourne ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1432841753690710021/opNeQTVp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3108, "following_count": 4994, "tweet_count": 42663, "listed_count": 20}, "withheld": null}
{"id": "1281210641043374083", "name": "Yr Hen Wrach \ud83e\udd95", "username": "yrhenwrach", "created_at": "2020-07-09T12:56:55.000Z", "description": "Adult human female. Psychology buff. Mother. Welsh. Had enough. Remainer, will always be a remainer. I block TRAs. Pronouns: sme/sma", "location": null, "pinned_tweet_id": "1401936140156952581", "profile_image_url": "https://pbs.twimg.com/profile_images/1286336312795115522/hX-j6B78_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2640, "following_count": 3418, "tweet_count": 12054, "listed_count": 7}, "withheld": null}
{"id": "631993565", "name": "Ginger", "username": "63_susan", "created_at": "2012-07-10T13:47:11.000Z", "description": "Atheist & feminist. Gender isn't an innate feeling but a tool of oppression used against both female & male. Views my own. Gender/religion atheist, WC Brummie.", "location": null, "pinned_tweet_id": "1228381662133805063", "profile_image_url": "https://pbs.twimg.com/profile_images/1400524611553402881/r4ZkjXA-_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3792, "following_count": 3786, "tweet_count": 319231, "listed_count": 61}, "withheld": null}
{"id": "743903084", "name": "Burlyshriggs", "username": "shrillybargs", "created_at": "2012-08-07T22:43:55.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400727149850468353/zM1DMrEJ_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 266, "following_count": 710, "tweet_count": 5283, "listed_count": 0}, "withheld": null}
{"id": "2817870914", "name": "Rethinking Eve", "username": "RethinkingEve", "created_at": "2014-09-18T20:45:59.000Z", "description": "Jean Sweeney, Esq\nIs rethinking societal foundations that normalize women as inferior\nPassionate about #EqualRightsAmendment\nCreated symbol of peace", "location": "Darien, CT, USA", "pinned_tweet_id": "1451584536597331972", "profile_image_url": "https://pbs.twimg.com/profile_images/997924250672492544/dTQga3Pq_normal.jpg", "protected": false, "url": "https://t.co/5KQOvOvJjJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/5KQOvOvJjJ", "expanded_url": "http://RethinkingEve.com", "display_url": "RethinkingEve.com"}]}, "description": {"urls": null, "hashtags": [{"start": 103, "end": 124, "tag": "EqualRightsAmendment"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4183, "following_count": 4965, "tweet_count": 98399, "listed_count": 137}, "withheld": null}
{"id": "1309412950613135360", "name": "Merched Cymru", "username": "MerchedCymru", "created_at": "2020-09-25T08:43:23.000Z", "description": "We are a grassroots organisation of women in Wales working to protect and promote the rights of women and girls.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1316427509664276482/ChsGXVrx_normal.png", "protected": false, "url": "https://t.co/aaDTpxjV3N", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/aaDTpxjV3N", "expanded_url": "https://merchedcymru.wales/", "display_url": "merchedcymru.wales"}]}, "description": null}, "public_metrics": {"followers_count": 2231, "following_count": 270, "tweet_count": 3266, "listed_count": 4}, "withheld": null}
{"id": "1345250321505935360", "name": "Genderwang", "username": "GenderWang", "created_at": "2021-01-02T06:08:15.000Z", "description": "\u2764\ufe0f JKR \u2764\ufe0f Maya \u2764\ufe0f Keira \u2764\ufe0f Kellie-Jay \u2764\ufe0f FPFW \u2764\ufe0f WPUK \u2764\ufe0f Resisters \u2764\ufe0f #sexnotgender #superstraight #deboosted", "location": "UK", "pinned_tweet_id": "1419965565733675029", "profile_image_url": "https://pbs.twimg.com/profile_images/1409852595779215367/Wzbv8qeR_normal.png", "protected": false, "url": "https://t.co/gT2DK7dkwB", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/gT2DK7dkwB", "expanded_url": "https://nequals8.com/", "display_url": "nequals8.com"}]}, "description": {"urls": null, "hashtags": [{"start": 70, "end": 83, "tag": "sexnotgender"}, {"start": 84, "end": 98, "tag": "superstraight"}, {"start": 99, "end": 109, "tag": "deboosted"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 826, "following_count": 1373, "tweet_count": 13621, "listed_count": 1}, "withheld": null}
{"id": "57350735", "name": "Celia Mindelsohn \ud83d\udc99 \ud83e\udd96 \u2b50\u2b50", "username": "ChelseaCes", "created_at": "2009-07-16T14:40:57.000Z", "description": "Believes in rational thought. Chelsea FC legacy fan. Left. Woman is not a dirty word.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/919610424231899136/m1JS-yb0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1317, "following_count": 1087, "tweet_count": 27870, "listed_count": 15}, "withheld": null}
{"id": "3899296996", "name": "Raoul Lopes Diaz (honk/honk)", "username": "MexicanFiver", "created_at": "2015-10-08T11:59:25.000Z", "description": "Luckily married to @superstraight33. THFC. Gender critical adult human male. Not cis. Pro Israel.", "location": "England", "pinned_tweet_id": "1426861675408412674", "profile_image_url": "https://pbs.twimg.com/profile_images/1390268962202693637/_jJixtLP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 19, "end": 35, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 628, "following_count": 1320, "tweet_count": 15085, "listed_count": 2}, "withheld": null}
{"id": "16315104", "name": "Denise Findlay \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "GraceBrodie", "created_at": "2008-09-16T18:48:18.000Z", "description": "\u2018To the success of our hopeless cause\u2019 #SexNotGender #ScottishIndependence \u201c blogs: https://t.co/e8tvfHZ904 \u2018there is truth and there is untruth\u2019", "location": "Scotland", "pinned_tweet_id": "1451831032899153923", "profile_image_url": "https://pbs.twimg.com/profile_images/1418533936263745537/VvG5QUBp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 84, "end": 107, "url": "https://t.co/e8tvfHZ904", "expanded_url": "https://www.denisefindlay.org/", "display_url": "denisefindlay.org"}], "hashtags": [{"start": 39, "end": 52, "tag": "SexNotGender"}, {"start": 53, "end": 74, "tag": "ScottishIndependence"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 12161, "following_count": 7593, "tweet_count": 15969, "listed_count": 103}, "withheld": null}
{"id": "570138090", "name": "MGadd \ud83d\udfe9\u2b1c\ud83d\udfea", "username": "Sparrlyten", "created_at": "2012-05-03T15:23:33.000Z", "description": "\ud83c\udfc1 \ud83d\udfe5 Sex not Gender.\nCo-ordinator for Cotswold Vagina Rules", "location": null, "pinned_tweet_id": "1273734046166716417", "profile_image_url": "https://pbs.twimg.com/profile_images/1323715022808383492/niiZ4VA6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2146, "following_count": 835, "tweet_count": 49557, "listed_count": 11}, "withheld": null}
{"id": "61177115", "name": "Alan Henness", "username": "zeno001", "created_at": "2009-07-29T11:57:31.000Z", "description": "Married to the wonderful Maria MacLachlan. Pro nouns; not so keen on gerunds. Also Tweets at @Trans_Peak https://t.co/MEEWnz4Sd5", "location": "London, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1349779158549860352/fTFmPEyf_normal.jpg", "protected": false, "url": "http://t.co/5Ewmv6k9ha", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/5Ewmv6k9ha", "expanded_url": "http://www.zenosblog.com", "display_url": "zenosblog.com"}]}, "description": {"urls": [{"start": 105, "end": 128, "url": "https://t.co/MEEWnz4Sd5", "expanded_url": "https://www.peaktrans.org/", "display_url": "peaktrans.org"}], "hashtags": null, "mentions": [{"start": 93, "end": 104, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 5943, "following_count": 880, "tweet_count": 322879, "listed_count": 257}, "withheld": null}
{"id": "2224624532", "name": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9cHoardosaurusXX\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "coccinellanovem", "created_at": "2013-12-01T10:24:24.000Z", "description": "Gender Atheist 50yr old Bisexual Woman\u267f\ufe0f Support @dsdfamilies More research & better care for #Dysphoric & trans IDing kids #DetransAwareness @post_trans", "location": "Gogledd Cymru, UK", "pinned_tweet_id": "1351881118463766530", "profile_image_url": "https://pbs.twimg.com/profile_images/1401626983985987584/78dr4IoC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 94, "end": 104, "tag": "Dysphoric"}, {"start": 124, "end": 141, "tag": "DetransAwareness"}], "mentions": [{"start": 49, "end": 61, "tag": null}, {"start": 142, "end": 153, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 4241, "following_count": 4988, "tweet_count": 65768, "listed_count": 20}, "withheld": null}
{"id": "931926866432331776", "name": "Miriam", "username": "BruerMorris", "created_at": "2017-11-18T16:47:34.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1422611806409871360/W3fHVWrC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 969, "following_count": 1354, "tweet_count": 74256, "listed_count": 5}, "withheld": null}
{"id": "2382807308", "name": "Paula \ud83e\udd96\ud83d\udc9a\ud83d\udc9c", "username": "eads4th", "created_at": "2014-03-10T23:08:47.000Z", "description": "Retweets are not an endorsement. No/Thank/You!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1417501931539509256/6AHLaiDY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 928, "following_count": 1327, "tweet_count": 48387, "listed_count": 6}, "withheld": null}
{"id": "1099257793016668160", "name": "D \ud83d\udfe5\ud83c\udf39\ud83c\uddee\ud83c\uddea", "username": "UnionRep81", "created_at": "2019-02-23T10:40:55.000Z", "description": "Trade unionist, socialist. Labour Party member. Sex Matters. Men cannot become women.", "location": "Yorkshire and The Humber, Engl", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1426620437367296015/FlL3CRCQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 184, "following_count": 426, "tweet_count": 3528, "listed_count": 0}, "withheld": null}
{"id": "1414537105351577606", "name": "AC July", "username": "ACJuly1", "created_at": "2021-07-12T10:48:34.000Z", "description": "woman, mother, artist, citizen, politics on the left, supports science, believes in the right to intelligent debate, safeguarding matters", "location": null, "pinned_tweet_id": "1428392646326820869", "profile_image_url": "https://pbs.twimg.com/profile_images/1416440160238161927/Seyjgaic_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 665, "following_count": 1697, "tweet_count": 2528, "listed_count": 1}, "withheld": null}
{"id": "18914256", "name": "quelizinha", "username": "quelizinha", "created_at": "2009-01-12T20:34:24.000Z", "description": "AFAB transwoman. With opinions. Not a fan of the Emperor's New Clothes. Zero tolerance for misogyny, narcissism or nonsense. \u00a1No pasar\u00e1n!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/460943553896521728/kZa2W_4s_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2886, "following_count": 1308, "tweet_count": 217197, "listed_count": 13}, "withheld": null}
{"id": "1227289524037996549", "name": "Razors Pain You", "username": "damitpatriarchy", "created_at": "2020-02-11T17:53:37.000Z", "description": "Woman, feminist, genital fetishist, lush.\nIf you won't respect my sex, don't expect my X.\n\ud83c\uddea\ud83c\uddfa\u2640\ufe0f\ud83d\udcaa\n\n#nofgm\n#adenomyosis\n#queerisaslur\n#mycatisaterf", "location": "TheDogHouse", "pinned_tweet_id": "1427742338638569478", "profile_image_url": "https://pbs.twimg.com/profile_images/1227301471558959105/EbMVMeR4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 97, "end": 103, "tag": "nofgm"}, {"start": 104, "end": 116, "tag": "adenomyosis"}, {"start": 117, "end": 130, "tag": "queerisaslur"}, {"start": 131, "end": 144, "tag": "mycatisaterf"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 569, "following_count": 765, "tweet_count": 4864, "listed_count": 0}, "withheld": null}
{"id": "247286566", "name": "Fuck Off TQ+ \ud83c\uddec\ud83c\udde7\ud83c\uddea\ud83c\uddfa \ud83e\udd96", "username": "mrstapuft", "created_at": "2011-02-04T13:51:19.000Z", "description": "Woman=Adult Human Female\nBorn XX\n\u2640\ufe0f\n#WomenWontWheesht\nANTI: Brexit, Owen Jones, Tories, Racists, Momentum, Farage, Galloway, Murdoch, TRAs, Covidiots", "location": "Planet Oeuf", "pinned_tweet_id": "1415742960654749712", "profile_image_url": "https://pbs.twimg.com/profile_images/1108630514569830401/4St43Omn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 36, "end": 53, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 150, "following_count": 402, "tweet_count": 2991, "listed_count": 0}, "withheld": null}
{"id": "969251430380048384", "name": "Jo Drant", "username": "JoDrant", "created_at": "2018-03-01T16:42:03.000Z", "description": "Standard disclaimers", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1230245968538472448/0oTMAcFt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 848, "following_count": 1145, "tweet_count": 55192, "listed_count": 1}, "withheld": null}
{"id": "1185204551370059777", "name": "PHughes #FBPE #IStandWithCeri #SexNotGender", "username": "PHughes74470229", "created_at": "2019-10-18T14:43:32.000Z", "description": "I will not give up defending our democracy.A society that does not respect the most vulnerable has sold its soul for a mess of pottage. Stupidity v hope and joy", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400542778254249984/lDNHtU3j_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3544, "following_count": 4904, "tweet_count": 98241, "listed_count": 2}, "withheld": null}
{"id": "1395463712404803584", "name": "\ud83e\udd95 Cathy Thomson \ud83e\udd95", "username": "CathyTh79744985", "created_at": "2021-05-20T19:37:42.000Z", "description": "Mother to teens. The rest is classified. \n#SexMatters", "location": "UK", "pinned_tweet_id": "1406666322281472016", "profile_image_url": "https://pbs.twimg.com/profile_images/1408730734186139649/1y3s98u6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 42, "end": 53, "tag": "SexMatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 880, "following_count": 1636, "tweet_count": 4078, "listed_count": 2}, "withheld": null}
{"id": "1248163616546795522", "name": "Lesley Eastman \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "eastman_lesley", "created_at": "2020-04-09T08:20:26.000Z", "description": "I am a tireless advocate for social justice, effective mental health support and women's rights. \n\nI love nature, spirituality, reading and crafting.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1373978333793386503/__TSYENf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 876, "following_count": 1437, "tweet_count": 22825, "listed_count": 0}, "withheld": null}
{"id": "352188550", "name": "Rebelwithacause\ud83e\udd96", "username": "Beckybecbecky1", "created_at": "2011-08-10T08:10:28.000Z", "description": "GC Adult Human Female .... The Emporer has no clothes on.... sex matters, safeguarding matters. Womens rights are XX rights", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452194059670409225/Ra46q7EU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 281, "following_count": 490, "tweet_count": 4886, "listed_count": 1}, "withheld": null}
{"id": "322247256", "name": "Edwina Wolstencroft", "username": "loveradio3", "created_at": "2011-06-22T21:33:26.000Z", "description": "Loves Great Music and Arts. Proud to be on Woman\u2019s Hour Top 40 Women in Music List 2018 and Northern Power Women List 2019. All views my own.", "location": "England", "pinned_tweet_id": "1359837252084518914", "profile_image_url": "https://pbs.twimg.com/profile_images/2383033362/image_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1622, "following_count": 1930, "tweet_count": 25089, "listed_count": 24}, "withheld": null}
{"id": "2290125115", "name": "SimmyMc", "username": "mc_simmy", "created_at": "2014-01-13T19:34:32.000Z", "description": "\ud83c\udf08\ud83d\udfe5\ud83e\udd96 #NoThankYou \n#IStandWithLGBAlliance\n#IStandWithJKRowling #IStandwithAllisonBailey \n#IStandWithRosieDuffield\n#IStandWithMayaForstater\n#IStandWithKeiraBell", "location": null, "pinned_tweet_id": "1371880650098229250", "profile_image_url": "https://pbs.twimg.com/profile_images/1314975521764188160/f6H94to7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 4, "end": 15, "tag": "NoThankYou"}, {"start": 17, "end": 39, "tag": "IStandWithLGBAlliance"}, {"start": 40, "end": 60, "tag": "IStandWithJKRowling"}, {"start": 61, "end": 85, "tag": "IStandwithAllisonBailey"}, {"start": 87, "end": 111, "tag": "IStandWithRosieDuffield"}, {"start": 112, "end": 136, "tag": "IStandWithMayaForstater"}, {"start": 137, "end": 157, "tag": "IStandWithKeiraBell"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1455, "following_count": 1633, "tweet_count": 31928, "listed_count": 8}, "withheld": null}
{"id": "26318371", "name": "Dr Frau Boobble", "username": "FrauBobble", "created_at": "2009-03-24T20:40:38.000Z", "description": "I am a strong independent acid snake in the skin suit of a strong independent woman.", "location": null, "pinned_tweet_id": "1336455832096157701", "profile_image_url": "https://pbs.twimg.com/profile_images/1352407660805689346/1UbAcnTq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1382, "following_count": 1980, "tweet_count": 6588, "listed_count": 1}, "withheld": null}
{"id": "113004148", "name": "Heather Finlay", "username": "LuxuryMoon", "created_at": "2010-02-10T11:30:15.000Z", "description": "Passionate about sustainability. Woman focussed! Please support my crowdfunder to hold this site to account : https://t.co/ZQwR5UW404", "location": "London.UK", "pinned_tweet_id": "1426632552593428481", "profile_image_url": "https://pbs.twimg.com/profile_images/1013307600421650432/vSGqHENF_normal.jpg", "protected": false, "url": "https://t.co/XVUidn5Eqa", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XVUidn5Eqa", "expanded_url": "http://www.luxurymoon.co.uk", "display_url": "luxurymoon.co.uk"}]}, "description": {"urls": [{"start": 110, "end": 133, "url": "https://t.co/ZQwR5UW404", "expanded_url": "http://www.crowdjustice.com/case/heatherfinlaycase", "display_url": "crowdjustice.com/case/heatherfi\u2026"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1415, "following_count": 1778, "tweet_count": 9041, "listed_count": 7}, "withheld": null}
{"id": "397018999", "name": "Julie Fisher \ud83c\udf83\ud83e\udd95\ud83c\udfc1\ud83c\udde6\ud83c\uddfa\ud83d\udcda\ud83e\uddd9\u200d\u2640\ufe0f==", "username": "jayayf", "created_at": "2011-10-24T03:40:45.000Z", "description": "Lurking & tweeting. Aussie till I cross the Tamar. Onen hag oll. In with the bad crowd. ExLibrarian, still alphabetise random shelves. GCRF-fanny & witches", "location": "Perth, Western Australia. ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1325644853208756225/syi98Sqs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 596, "following_count": 1631, "tweet_count": 11507, "listed_count": 2}, "withheld": null}
{"id": "1363518716521152513", "name": "Claudia", "username": "Nineteen8OFour", "created_at": "2021-02-21T15:59:42.000Z", "description": "I/Don't/Care", "location": "Dinosauria", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1385222118221258757/WCkmHZsQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1618, "following_count": 1681, "tweet_count": 82827, "listed_count": 6}, "withheld": null}
{"id": "1363546843414691840", "name": "Caz \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Cazcatkin", "created_at": "2021-02-21T17:51:29.000Z", "description": "\ud83e\udd96Adult human female, former Speech and Language Therapist, non-aligned Lefty, #nothankyou #womenwontwheesht #IstandwithJKR", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1424141747362439170/JW16Y_1l_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 78, "end": 89, "tag": "nothankyou"}, {"start": 90, "end": 107, "tag": "womenwontwheesht"}, {"start": 108, "end": 122, "tag": "IstandwithJKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 103, "following_count": 280, "tweet_count": 249, "listed_count": 0}, "withheld": null}
{"id": "1401796992351748096", "name": "annieduffin \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd95", "username": "annieduffin", "created_at": "2021-06-07T07:04:25.000Z", "description": "Woman Adult human female. Sister account. I stand by JK, Maya, Sonia, Alison, Marion, Jess, Glinner + fighting for women\u2019s rights. mother daughter. Terf Island", "location": null, "pinned_tweet_id": "1411704340964941827", "profile_image_url": "https://pbs.twimg.com/profile_images/1401797297118253056/MO-IWhDR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 669, "following_count": 1154, "tweet_count": 3011, "listed_count": 2}, "withheld": null}
{"id": "113724581", "name": "Angelina Melwani", "username": "Appleina", "created_at": "2010-02-12T20:40:20.000Z", "description": "", "location": "London", "pinned_tweet_id": "1451123742889873409", "profile_image_url": "https://pbs.twimg.com/profile_images/1820560468/profile1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 457, "following_count": 2493, "tweet_count": 1872, "listed_count": 2}, "withheld": null}
{"id": "960544651018194945", "name": "vettigamorsan", "username": "vettigamorsan", "created_at": "2018-02-05T16:04:25.000Z", "description": "Diskuterar det ofattbara i att transv\u00e5rden experimenterar p\u00e5 v\u00e5ra ungdomar. En vettig kritisk r\u00f6st till de odelat positiva som h\u00f6rs i den allm\u00e4nna debatten.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/960545890443374593/jv28atdF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 236, "following_count": 142, "tweet_count": 2591, "listed_count": 0}, "withheld": null}
{"id": "1370676445773725703", "name": "char \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "charscotswoman", "created_at": "2021-03-13T10:01:53.000Z", "description": "a proud founding member of the #AlbaParty, a proud #MSwarrior, and a proud defender of my rights as a woman. #WomenWontWheesht", "location": "Witches Cave", "pinned_tweet_id": "1440738152952438796", "profile_image_url": "https://pbs.twimg.com/profile_images/1421469555579314181/CEXa1kd4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 31, "end": 41, "tag": "AlbaParty"}, {"start": 51, "end": 61, "tag": "MSwarrior"}, {"start": 109, "end": 126, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1351, "following_count": 1569, "tweet_count": 4340, "listed_count": 0}, "withheld": null}
{"id": "18264560", "name": "Mary Gordon", "username": "fatblackcatspaw", "created_at": "2008-12-20T10:30:56.000Z", "description": "I\u2019m not looking for equality- I\u2019m looking for reparations - pronouns Your Imperial Majesty #IStandWithMarionMillar #FACTSHAMER", "location": "Scotland", "pinned_tweet_id": "1384585238953828354", "profile_image_url": "https://pbs.twimg.com/profile_images/1364676879266025479/Qezmh1pT_normal.jpg", "protected": false, "url": "http://t.co/t0OE13Uyaa", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/t0OE13Uyaa", "expanded_url": "http://www.fatblackcatjournal.wordpress.com", "display_url": "fatblackcatjournal.wordpress.com"}]}, "description": {"urls": null, "hashtags": [{"start": 91, "end": 114, "tag": "IStandWithMarionMillar"}, {"start": 115, "end": 126, "tag": "FACTSHAMER"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5366, "following_count": 3150, "tweet_count": 196532, "listed_count": 0}, "withheld": null}
{"id": "240904415", "name": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Marilyn \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "username": "StarryTowers", "created_at": "2011-01-21T00:47:55.000Z", "description": "\u2605#YES retired MH nurse feminist atheist science CND SNHS & WOMAN with the 2 most beautiful blonde Golden Retrievers \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "location": "Scotland \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "pinned_tweet_id": "1178075636537135104", "profile_image_url": "https://pbs.twimg.com/profile_images/1226578833257705472/wwgMLUSu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 1, "end": 5, "tag": "YES"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2593, "following_count": 2142, "tweet_count": 69520, "listed_count": 1}, "withheld": null}
{"id": "1153910057173581825", "name": "FunnyPoliticalBear", "username": "FunnyPolitical2", "created_at": "2019-07-24T06:09:31.000Z", "description": "I am a Homosexual Bear, that is not under an umbrella. I kiss men in the rain.\n Love does not grow in umbrella cages. \n\nFuck Pronouns and Live Free", "location": null, "pinned_tweet_id": "1379167366295130114", "profile_image_url": "https://pbs.twimg.com/profile_images/1153910281703002112/OaLpyrAH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2512, "following_count": 1252, "tweet_count": 17794, "listed_count": 8}, "withheld": null}
{"id": "40066668", "name": "Moreida Lord \ud83c\udf52 \ud83d\udfe5 \ud83c\uddfb\ud83c\uddea \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "Leadinglady0609", "created_at": "2009-05-14T19:27:04.000Z", "description": "Leadership Development Professional & Executive Coach. Barbershop singer & watercolour artist. RTs/photo sharing aren't endorsements, represent my own views.", "location": "Aberdeen", "pinned_tweet_id": "1370066284579278851", "profile_image_url": "https://pbs.twimg.com/profile_images/1400765293379653634/hpfn-jdS_normal.jpg", "protected": false, "url": "https://t.co/Y7lWQ10mp7", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Y7lWQ10mp7", "expanded_url": "http://www.aberdeenchorus.scot", "display_url": "aberdeenchorus.scot"}]}, "description": null}, "public_metrics": {"followers_count": 3060, "following_count": 2643, "tweet_count": 69720, "listed_count": 9}, "withheld": null}
{"id": "42097750", "name": "Anne", "username": "Ewigkeit1", "created_at": "2009-05-23T21:07:30.000Z", "description": "Striving for healthy bodies, healthy minds, healthy relationships, healthy planet.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400530394496126976/1kAerhD3_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1281, "following_count": 3574, "tweet_count": 8433, "listed_count": 7}, "withheld": null}
{"id": "101914373", "name": "hilary mary kerr", "username": "tealeaf6", "created_at": "2010-01-05T01:07:56.000Z", "description": "Actual born woman. Against trans-activism. Socialist but not a member of the Labour Party. Eclectic interests. Or, you could say, a dilettante.", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1448848392122208258/qXL2b68g_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 442, "following_count": 980, "tweet_count": 45959, "listed_count": 15}, "withheld": null}
{"id": "523181409", "name": "Helenasaurus Regina", "username": "HelenSimpson4", "created_at": "2012-03-13T12:03:40.000Z", "description": "Helen Green, Ex-NHS, keen walker, scourge of streets (\u2122\ufe0fChannel5), mother of fishing-mad son/mini -scourger.", "location": "West London, UK", "pinned_tweet_id": "1356308473131245572", "profile_image_url": "https://pbs.twimg.com/profile_images/1387127917029859333/hXbEqYiS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1131, "following_count": 2662, "tweet_count": 12554, "listed_count": 4}, "withheld": null}
{"id": "1012797858", "name": "Zelda", "username": "ZeldaTheChicken", "created_at": "2012-12-15T08:57:03.000Z", "description": "Sex is real, and occasionally important for safety and fairness for women( AHF). You had me at ironic/pronouns.", "location": "England, United Kingdom", "pinned_tweet_id": "1440317023938965507", "profile_image_url": "https://pbs.twimg.com/profile_images/1284157541455470592/ftLXwqo6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2366, "following_count": 2950, "tweet_count": 22580, "listed_count": 5}, "withheld": null}
{"id": "1018658538556715013", "name": "TunnockEatingRadicalFeminist", "username": "LilyB_WOMAN", "created_at": "2018-07-16T00:48:16.000Z", "description": "#ComeOutOfStonewall\n\n#IStandWithCeri \n\n#\ua731\u1d07x\u0274\u1d0f\u1d1b\u0262\u1d07\u0274\u1d05\u1d07\u0280\n\n#\u0274\u1d0f\u1d1b\u029c\u1d00\u0274\u1d0b\u028f\u1d0f\u1d1c\n\n\u0262\u1d07\u0274\u1d05\u1d07\u0280 \u1d04\u0280\u026a\u1d1b\u026a\u1d04\u1d00\u029f\n\n\u1d00\u1d05\u1d1c\u029f\u1d1b \u029c\u1d1c\u1d0d\u1d00\u0274 \ua730\u1d07\u1d0d\u1d00\u029f\u1d07", "location": "Belfast ", "pinned_tweet_id": "1451165349915803655", "profile_image_url": "https://pbs.twimg.com/profile_images/1451847581101969409/hFtMDCDd_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 19, "tag": "ComeOutOfStonewall"}, {"start": 21, "end": 36, "tag": "IStandWithCeri"}, {"start": 39, "end": 52, "tag": "\ua731\u1d07x\u0274\u1d0f\u1d1b\u0262\u1d07\u0274\u1d05\u1d07\u0280"}, {"start": 54, "end": 65, "tag": "\u0274\u1d0f\u1d1b\u029c\u1d00\u0274\u1d0b\u028f\u1d0f\u1d1c"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 875, "following_count": 1087, "tweet_count": 12124, "listed_count": 0}, "withheld": null}
{"id": "941587645314031616", "name": "OBJECT!", "username": "ObjectUK", "created_at": "2017-12-15T08:36:03.000Z", "description": "Women Not Sex Objects! OBJECT challenges \u2018sex object culture\u2019 through local & national activism. #GenderCritical #RadFem #Antiporn #Abolitionist #StopSurrogacy", "location": "UK", "pinned_tweet_id": "1406528245076480003", "profile_image_url": "https://pbs.twimg.com/profile_images/941590059966443520/6ED8PjF7_normal.jpg", "protected": false, "url": "https://t.co/QBsbyfL6DR", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/QBsbyfL6DR", "expanded_url": "https://www.objectnow.org/", "display_url": "objectnow.org"}]}, "description": {"urls": null, "hashtags": [{"start": 97, "end": 112, "tag": "GenderCritical"}, {"start": 113, "end": 120, "tag": "RadFem"}, {"start": 121, "end": 130, "tag": "Antiporn"}, {"start": 131, "end": 144, "tag": "Abolitionist"}, {"start": 145, "end": 159, "tag": "StopSurrogacy"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7597, "following_count": 1952, "tweet_count": 20862, "listed_count": 33}, "withheld": null}
{"id": "20800409", "name": "Brian Knotts", "username": "brianknotts", "created_at": "2009-02-13T19:56:23.000Z", "description": "IT guy/small businessman. Ruralist. Canucks fan. Occasional writer. Decentralist pseudotrad. #Dissident #freedomofspeech \ud83c\uddfa\ud83c\uddf8 \ud83c\udde8\ud83c\udde6 #LetsGoBrandon", "location": "Corbett, Oregon", "pinned_tweet_id": "1292531025071857664", "profile_image_url": "https://pbs.twimg.com/profile_images/1216513942115143681/SVVsdWM2_normal.jpg", "protected": false, "url": "https://t.co/svN49yrB41", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/svN49yrB41", "expanded_url": "https://brianknotts.substack.com", "display_url": "brianknotts.substack.com"}]}, "description": {"urls": null, "hashtags": [{"start": 93, "end": 103, "tag": "Dissident"}, {"start": 104, "end": 120, "tag": "freedomofspeech"}, {"start": 127, "end": 141, "tag": "LetsGoBrandon"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1908, "following_count": 3395, "tweet_count": 56935, "listed_count": 23}, "withheld": null}
{"id": "1041860761738391552", "name": "ROGDMum\ud83d\udee1\ud83e\udd8f\ud83e\udd96", "username": "TinkDangerClose", "created_at": "2018-09-18T01:25:37.000Z", "description": "Concerned about the trans agenda and the grooming/brainwashing of our kids. Fighting for the loss of parent rights in our society today", "location": "Australia", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1406639848761434118/zWvX00X2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 511, "following_count": 315, "tweet_count": 2068, "listed_count": 2}, "withheld": null}
{"id": "1318198817708298240", "name": "A M McCormack", "username": "AMMcCormack2", "created_at": "2020-10-19T14:34:54.000Z", "description": "Books, good food, outdoors. Ravenclaw. gynoid. Head of security, Fnord Technologies", "location": "Terf Island", "pinned_tweet_id": "1384408767761195012", "profile_image_url": "https://pbs.twimg.com/profile_images/1449454589569343490/lKP5INTo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 729, "following_count": 1473, "tweet_count": 123, "listed_count": 2}, "withheld": null}
{"id": "366481425", "name": "84boiler", "username": "84boiler", "created_at": "2011-09-02T07:49:16.000Z", "description": "keep doing \ud83e\udd8a\ud83c\udf7b\ud83c\udf0aGC\ud83c\udff3\ufe0f\u200d\ud83c\udf08", "location": "Georgia, USA", "pinned_tweet_id": "1326671996206379008", "profile_image_url": "https://pbs.twimg.com/profile_images/1278326113236856833/GTmquT6F_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1530, "following_count": 2648, "tweet_count": 14573, "listed_count": 2}, "withheld": null}
{"id": "33456869", "name": "MDinosaurC", "username": "mdc_1", "created_at": "2009-04-20T07:45:25.000Z", "description": "I don't believe in Gender! I am a GA (Gender Atheist) Worthy of Respect in a democratic society \ud83d\ude09", "location": null, "pinned_tweet_id": "1337041855943421953", "profile_image_url": "https://pbs.twimg.com/profile_images/1401839078358892544/nCZRKSVS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 783, "following_count": 1763, "tweet_count": 21267, "listed_count": 2}, "withheld": null}
{"id": "924144960", "name": "4Women and kids #sexnotgender\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83d\udd31 \ud83e\uddae\ud83d\udc1d\u2694\ufe0f\u2694\ufe0f", "username": "And4women", "created_at": "2012-11-03T22:27:00.000Z", "description": "Women\u2019s rights, children\u2019s rights, social justice, sustainability. Anti extremist, anti fascist, anti misogyny. we are at a knife edge.\nTypos every time", "location": "Australia", "pinned_tweet_id": "1378484245161598976", "profile_image_url": "https://pbs.twimg.com/profile_images/1445850179794464778/XHdzFR2A_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1340, "following_count": 3183, "tweet_count": 33735, "listed_count": 6}, "withheld": null}
{"id": "997237934159007750", "name": "Woomud Wednesday \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea\ud83c\udfc1\ud83c\udff3\ufe0f\u200d\ud83c\udf08", "username": "womanwednesday", "created_at": "2018-05-17T22:10:26.000Z", "description": "Non-binary, queer trans woman lesbian... on Wednesdays. One X, one Y. no/thank/you", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1016792847142608899/UPXHtRGQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1268, "following_count": 1609, "tweet_count": 37893, "listed_count": 3}, "withheld": null}
{"id": "1376079299841818626", "name": "Moth", "username": "Moth74013415", "created_at": "2021-03-28T07:51:04.000Z", "description": "hoarder of rights", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1376079802474565633/1zhBZaP8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 170, "following_count": 302, "tweet_count": 4700, "listed_count": 0}, "withheld": null}
{"id": "198171938", "name": "The Arbourist", "username": "TheArbourist", "created_at": "2010-10-03T15:14:40.000Z", "description": "Canadian, Cynical, Radical Feminist Ally, Pierogi Connoisseur. Often barefoot. \n\n\"(My) Material reality isn't shaped by your postmodernist belief system.\"", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1294038158548414465/sXVPYHs1_normal.jpg", "protected": false, "url": "https://t.co/WQDtsAIQ0j", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/WQDtsAIQ0j", "expanded_url": "http://www.deadwildroses.com", "display_url": "deadwildroses.com"}]}, "description": null}, "public_metrics": {"followers_count": 1692, "following_count": 3057, "tweet_count": 52609, "listed_count": 7}, "withheld": null}
{"id": "1160526340774400000", "name": "Kirsty #StonewallUKOut Fleming", "username": "For_XXs_Sake", "created_at": "2019-08-11T12:20:15.000Z", "description": "#IStandWithKathleenStock\n#IStandWithJKRowling\n#IStandWithJoanSmith\n#IStandWithRosieDuffield\n#IStandWithMarionMillar\n#AdultHumanFemale\nPronouns: #NoThankYou", "location": "Swansea, Wales", "pinned_tweet_id": "1415668805322219531", "profile_image_url": "https://pbs.twimg.com/profile_images/1430645704016416773/hLAr5Qma_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 24, "tag": "IStandWithKathleenStock"}, {"start": 25, "end": 45, "tag": "IStandWithJKRowling"}, {"start": 46, "end": 66, "tag": "IStandWithJoanSmith"}, {"start": 67, "end": 91, "tag": "IStandWithRosieDuffield"}, {"start": 92, "end": 115, "tag": "IStandWithMarionMillar"}, {"start": 116, "end": 133, "tag": "AdultHumanFemale"}, {"start": 144, "end": 155, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2462, "following_count": 2842, "tweet_count": 46203, "listed_count": 2}, "withheld": null}
{"id": "97000212", "name": "Isaiah L. Carter", "username": "IsaiahLCarter", "created_at": "2009-12-15T15:22:36.000Z", "description": "Baltimore-born, NYC-made. Pragmatic. Opinionated. Former RWer. Occasional writer. Interlocking Engineer. \u26bd newbie. Proud uncle to 5 nephews and two nieces!", "location": "Brooklyn, NY", "pinned_tweet_id": "1387869555867914241", "profile_image_url": "https://pbs.twimg.com/profile_images/1450200943878971396/6MGzFvGj_normal.jpg", "protected": false, "url": "https://t.co/jiy3KBH1wl", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/jiy3KBH1wl", "expanded_url": "http://IsaiahLCarter.com", "display_url": "IsaiahLCarter.com"}]}, "description": null}, "public_metrics": {"followers_count": 4662, "following_count": 2701, "tweet_count": 139191, "listed_count": 67}, "withheld": null}
{"id": "416975440", "name": "Candy, BA, BSc (hons)\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "CC_Wellness7", "created_at": "2011-11-20T11:02:00.000Z", "description": "\ud83d\udc8eEntrepreneur\n\ud83d\udc8eFitness Professional\n\ud83d\udc8eBusiness Owner\n\ud83d\udc8eCoach\n\ud83d\udc8eAuthor", "location": "Global", "pinned_tweet_id": "1345192473744707584", "profile_image_url": "https://pbs.twimg.com/profile_images/1447515621281841154/ND37Q8Zp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 722, "following_count": 856, "tweet_count": 30520, "listed_count": 13}, "withheld": null}
{"id": "1610296303", "name": "JACLIN \ud83e\udd95", "username": "Jacz_C", "created_at": "2013-07-21T10:50:15.000Z", "description": "\ud83d\udfe2\u26aa\ufe0f\ud83d\udfe3 Non Compliant Adult Human Female. Biological Realist. Possibly a dinosaur. UK/Australia.", "location": null, "pinned_tweet_id": "1439134661263953920", "profile_image_url": "https://pbs.twimg.com/profile_images/1443482922036744192/yDhPLKsa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2563, "following_count": 3942, "tweet_count": 18241, "listed_count": 0}, "withheld": null}
{"id": "956977238720819201", "name": "Another Jewish Voice", "username": "YagudMiriam", "created_at": "2018-01-26T19:48:48.000Z", "description": "To be a Jew means always being with the oppressed and never with the oppressors.\n Marek Edelman", "location": "England, United Kingdom", "pinned_tweet_id": "1403975165130719234", "profile_image_url": "https://pbs.twimg.com/profile_images/1451206819959934977/RBrMzhXx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1398, "following_count": 1149, "tweet_count": 47884, "listed_count": 4}, "withheld": null}
{"id": "354210656", "name": "Newsround_Blog", "username": "Newsround_Blog", "created_at": "2011-08-13T09:46:31.000Z", "description": "Newsround Blog - Checking for fairness on Newsround and the BBC. Fighting against discrimination, homophobia and homophobic bullying.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1515016006/roundnews_normal.PNG", "protected": false, "url": "http://t.co/VCIGxGjfXP", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/VCIGxGjfXP", "expanded_url": "http://newsround-bias.blogspot.com/", "display_url": "newsround-bias.blogspot.com"}]}, "description": null}, "public_metrics": {"followers_count": 3152, "following_count": 3980, "tweet_count": 20350, "listed_count": 0}, "withheld": null}
{"id": "1019989938950017024", "name": "XY=/=XX \ud83c\udfc1\ud83d\udfe5\ud83e\udd96", "username": "XYisnotXX", "created_at": "2018-07-19T16:58:46.000Z", "description": "#Genderfree \ud83c\udfc1 \ud83d\udfe5\ud83e\udd96 Do not call me \u201ccis.\u201d Feminist. Asserts women\u2019s & girls\u2019 rights to safe spaces protected under Equality Act. #IStandWithMaya #JKR", "location": "England, United Kingdom", "pinned_tweet_id": "1068092788745650176", "profile_image_url": "https://pbs.twimg.com/profile_images/1356707733861457921/0GaehrRP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "Genderfree"}, {"start": 126, "end": 141, "tag": "IStandWithMaya"}, {"start": 142, "end": 146, "tag": "JKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2286, "following_count": 2752, "tweet_count": 108290, "listed_count": 11}, "withheld": null}
{"id": "939886416514945026", "name": "Chris Jones", "username": "thelmalouise007", "created_at": "2017-12-10T15:55:58.000Z", "description": "Adult human female XX Gender free. Women's Liberation #IStandwithJKRowling The Wrong Crowd #IStandWithBaroness", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/939899358883000320/8QjTDGZO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 55, "end": 75, "tag": "IStandwithJKRowling"}, {"start": 92, "end": 111, "tag": "IStandWithBaroness"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1351, "following_count": 3809, "tweet_count": 27873, "listed_count": 2}, "withheld": null}
{"id": "968281132243607552", "name": "Dwindling Gravitoraptor", "username": "DwindlingGravy", "created_at": "2018-02-27T00:26:26.000Z", "description": "HBOTSCTCTLGTR\n\nDon't cis me.", "location": null, "pinned_tweet_id": "1318864085455409158", "profile_image_url": "https://pbs.twimg.com/profile_images/1423964596088578050/y-SwQD6V_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2010, "following_count": 3429, "tweet_count": 24604, "listed_count": 1}, "withheld": null}
{"id": "1415606658", "name": "Yvey. Swiss-Italian-Irish Crone. \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "ganonyersel", "created_at": "2013-05-09T14:07:03.000Z", "description": "Not transphobic, manbullyphobic. 'Authentic \ud83d\ude44' real woman. Biological reality. Leave kids alone, stay out of our sports and spaces. I will not be bullied.", "location": "Behind you! Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1433675806669254669/yI83Zp4r_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1403, "following_count": 1384, "tweet_count": 18958, "listed_count": 7}, "withheld": null}
{"id": "61744297", "name": "Dustspeck", "username": "dustspeckgalaxy", "created_at": "2009-07-31T10:42:16.000Z", "description": "Twitter is a cesspool\n\n(Show me your cats though \ud83d\udc08\ud83d\udc08\u200d\u2b1b)", "location": "Northern Ireland", "pinned_tweet_id": "1332665181411930112", "profile_image_url": "https://pbs.twimg.com/profile_images/1281341163497304068/uf4Pj9Iq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 614, "following_count": 2820, "tweet_count": 2294, "listed_count": 0}, "withheld": null}
{"id": "2905092430", "name": "Dolly Dhalay", "username": "dollydhalay", "created_at": "2014-12-04T13:20:34.000Z", "description": "Woman, XX, not cis anything. \u2640\ufe0f\n#IStandWithJKRowling. \ud83d\udc9c\ud83d\udc9a", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/766288448403673088/bQ4WFFbt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 32, "end": 52, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2380, "following_count": 4636, "tweet_count": 73403, "listed_count": 1}, "withheld": null}
{"id": "222991974", "name": "\ud83d\udc69\u200d\ud83d\udd2c\ud83e\uddec#FBPE\ud83c\uddec\ud83c\udde7\ud83c\uddea\ud83c\uddfa\ud83c\uddfa\ud83c\uddf8#RejoinEU", "username": "Synthmatrix", "created_at": "2010-12-05T02:10:26.000Z", "description": "Scientist. SciFi geek. History nerd. Travel fanatic. Music junkie. Rugby nut", "location": "United Kingdom", "pinned_tweet_id": "1089131811668672515", "profile_image_url": "https://pbs.twimg.com/profile_images/1106582790391427073/VWkBlxr9_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1647, "following_count": 3121, "tweet_count": 47145, "listed_count": 0}, "withheld": null}
{"id": "19744643", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fChanaEstherDafna\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "username": "Anyechka", "created_at": "2009-01-30T00:19:46.000Z", "description": "Hist-fict writer, Socialist, rad & GC feminist, crunchy within reason, one million percent pro-vaccination. Riddle wrapped in a puzzle inside an enigma.", "location": "Planet Earth", "pinned_tweet_id": "1073392364457263105", "profile_image_url": "https://pbs.twimg.com/profile_images/1383999008905961473/PcplZMIz_normal.jpg", "protected": false, "url": "https://t.co/jnXICJurMe", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/jnXICJurMe", "expanded_url": "http://carrieannebrownian.wordpress.com/", "display_url": "carrieannebrownian.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 2956, "following_count": 4993, "tweet_count": 121495, "listed_count": 69}, "withheld": null}
{"id": "835000275756670976", "name": "\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83d\udd78\ud83d\udfe5\ud83e\udd96\ud83c\udfc1\u2640\ufe0f\ud83e\udd95", "username": "franinspace", "created_at": "2017-02-24T05:35:54.000Z", "description": "Woman XX.\nViews are my own and are protected by article 10 ECHR.", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403597001233678336/GPYiqI2o_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1132, "following_count": 3556, "tweet_count": 19933, "listed_count": 1}, "withheld": null}
{"id": "1369547627784769536", "name": "goddess of cats \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83d\ude3e\ud83d\udfe5", "username": "ItsMe50474936", "created_at": "2021-03-10T07:16:30.000Z", "description": "Pro EU. Pro women. Pro safeguarding of children from the wokerati. Pro Mother Earth. Insulters get reported. Also @KimSussex3 gagged by twitter.", "location": null, "pinned_tweet_id": "1438812048473923591", "profile_image_url": "https://pbs.twimg.com/profile_images/1419582932625367040/KjPwidzM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 114, "end": 125, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1589, "following_count": 2577, "tweet_count": 42324, "listed_count": 0}, "withheld": null}
{"id": "3230655662", "name": "Benedicte Newland", "username": "bcmnewland", "created_at": "2015-05-30T11:59:51.000Z", "description": "Woman\u2122\ufe0f, mother. The real sort, not the cosplay kind. Pronouns: no guidance needed - no one ever gets them wrong.", "location": "Halesworth, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1331195158101188608/IT_-f3VC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 474, "following_count": 792, "tweet_count": 4790, "listed_count": 0}, "withheld": null}
{"id": "1090696036081983489", "name": "Mr Alex Bloodfire, Esq \ud83d\udc99 \ud83e\udd95\ud83e\udd96 #WritingCommunity", "username": "alexbloodfire", "created_at": "2019-01-30T19:39:33.000Z", "description": "Posh bloke based in London. Author of 'Brock Steele Sphere' available from all good book stockists. Follow for updates! Likes & Retweets not endorsements.", "location": "London, England", "pinned_tweet_id": "1432781030218424324", "profile_image_url": "https://pbs.twimg.com/profile_images/1267209216240082945/nMtQ0hs__normal.jpg", "protected": false, "url": "https://t.co/2ncDCOt4Wt", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/2ncDCOt4Wt", "expanded_url": "http://alexbloodfire.com", "display_url": "alexbloodfire.com"}]}, "description": null}, "public_metrics": {"followers_count": 4134, "following_count": 3625, "tweet_count": 2813, "listed_count": 22}, "withheld": null}
{"id": "22378250", "name": "Eleanor \ud83d\udfe5", "username": "E1eanor", "created_at": "2009-03-01T16:39:14.000Z", "description": "pronouns: cats/mother", "location": null, "pinned_tweet_id": "1317821326887878657", "profile_image_url": "https://pbs.twimg.com/profile_images/1054123786994364416/upwIAUim_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1466, "following_count": 2647, "tweet_count": 23323, "listed_count": 9}, "withheld": null}
{"id": "1187332135297994757", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\u224b\ud835\udd40\ud835\udd64\ud835\udd5d\ud835\udd56\ud835\udd64\u224b\ud835\udd44\ud835\udd56\ud835\udd55\ud835\udd5a\ud835\udd52\u224b\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74", "username": "IndyLive_Isles", "created_at": "2019-10-24T11:37:27.000Z", "description": "Anarcho journalist that lives to rid #Scotland from all things UK-centric. #Sco will be free \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\n\nPro-nouns, prefer verbs! \n#GenderIsFake\n#SexIsReal", "location": "WesternIsles, OccupiedScotland", "pinned_tweet_id": "1449936136646930435", "profile_image_url": "https://pbs.twimg.com/profile_images/1440253751973986305/6JxeubrZ_normal.jpg", "protected": false, "url": "https://t.co/5fRoluxRov", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/5fRoluxRov", "expanded_url": "https://twitter.com/DonLew87/status/1434134330637488129", "display_url": "twitter.com/DonLew87/statu\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 37, "end": 46, "tag": "Scotland"}, {"start": 75, "end": 79, "tag": "Sco"}, {"start": 128, "end": 141, "tag": "GenderIsFake"}, {"start": 142, "end": 152, "tag": "SexIsReal"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1563, "following_count": 1051, "tweet_count": 26509, "listed_count": 2}, "withheld": null}
{"id": "1058043791972667392", "name": "Literally Called Laura", "username": "helenhairnets", "created_at": "2018-11-01T17:11:12.000Z", "description": "Woman. UK. Left. Liberationist. WOMEN'S rights are human rights. I'm not a second class citizen. Misogyny's misogyny, even if it identifies as progress.\ud83c\udf78", "location": "London", "pinned_tweet_id": "1396748048894660608", "profile_image_url": "https://pbs.twimg.com/profile_images/1326577990453653504/9rQSHFZg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3684, "following_count": 1846, "tweet_count": 21393, "listed_count": 7}, "withheld": null}
{"id": "1248250989305647104", "name": "Gill Greenshields \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\u2764\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\u2764", "username": "GillGreeny", "created_at": "2020-04-09T14:07:15.000Z", "description": "Woman, Mother, wife, GC and passionate supporter of Scottish independence. Scottish first but always European. Alba Party founding member", "location": "Motherwell, Scotland. Europe", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400523688676532227/p0GFLALB_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1946, "following_count": 1895, "tweet_count": 205344, "listed_count": 2}, "withheld": null}
{"id": "1228271484587692032", "name": "Women are ROARSOME \ud83e\udd96\ud83e\udd95", "username": "GCWench", "created_at": "2020-02-14T10:55:27.000Z", "description": "Just a lil friendly Dino busy hoarding my rights", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1228966454298587136/MTA1CRms_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 770, "following_count": 1431, "tweet_count": 9748, "listed_count": 0}, "withheld": null}
{"id": "2861208867", "name": "Dino - Moira \ud83e\udd96", "username": "markky710202", "created_at": "2014-11-04T19:30:46.000Z", "description": "Here's tae strong wimmin. \ud83e\udd42", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1433502824160243715/ja8Y55uZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1380, "following_count": 894, "tweet_count": 26465, "listed_count": 5}, "withheld": null}
{"id": "3121403397", "name": "Stacey Bowman", "username": "StaceBoop", "created_at": "2015-03-27T14:39:55.000Z", "description": "Still fighting to free half of the human race so that they can help to free the other half. #EndDemand", "location": "UK", "pinned_tweet_id": "697897505808388096", "profile_image_url": "https://pbs.twimg.com/profile_images/716225677851303936/OVO_uD7__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 92, "end": 102, "tag": "EndDemand"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 534, "following_count": 738, "tweet_count": 34408, "listed_count": 21}, "withheld": null}
{"id": "352196203", "name": "Tosca\ud83e\udd96 NO_CIS \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "ToscaTuca", "created_at": "2011-08-10T08:30:10.000Z", "description": "Radfem. GC. Abolicionista. Nothing lasts forever. Mientras la curiosidad aguante. Yo ten\u00eda rosas. #WomenWontWheesht.\nPronombres: WIT/CH.", "location": "San Juan de Alicante, Espa\u00f1a", "pinned_tweet_id": "1395742459645370368", "profile_image_url": "https://pbs.twimg.com/profile_images/1447359947990315012/D7_1VgK__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 98, "end": 115, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1747, "following_count": 1615, "tweet_count": 144968, "listed_count": 26}, "withheld": null}
{"id": "1269460367891144706", "name": "Vagina-Envy", "username": "Narciss13323983", "created_at": "2020-06-07T02:45:24.000Z", "description": "Broaden the meaning of man to include non-conforming males/trans'women'. You will never win the war against reality.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1355270448494346244/8GQY2Lni_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 174, "following_count": 99, "tweet_count": 2882, "listed_count": 0}, "withheld": null}
{"id": "1072507317407674369", "name": "Francisca", "username": "GougesOlimpia77", "created_at": "2018-12-11T15:04:05.000Z", "description": "Las pol\u00edticas queer no pueden entrar en las aulas.", "location": null, "pinned_tweet_id": "1438402758692986887", "profile_image_url": "https://pbs.twimg.com/profile_images/1402302870553337868/ZfEdjpOW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 541, "following_count": 862, "tweet_count": 28902, "listed_count": 4}, "withheld": null}
{"id": "953388218", "name": "Claire \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Tervosaurus", "username": "ClaireLoneragan", "created_at": "2012-11-17T11:22:41.000Z", "description": "\ud83c\udfc1 Gardener, runner, reader, knitter, bee lover \ud83d\udc1d No/Thank/You Coordinator for Women\u2019s Rights Network Somerset, please DM to apply", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1210498522371514369/4RmhZn6R_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2140, "following_count": 1737, "tweet_count": 8544, "listed_count": 4}, "withheld": null}
{"id": "266892247", "name": "noe Bah", "username": "noebah", "created_at": "2011-03-16T00:28:17.000Z", "description": "Uso este canal principalmente para escuchar y amplificar voces que me interesan.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/645499605422108672/8feRUouU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1412, "following_count": 3174, "tweet_count": 147253, "listed_count": 44}, "withheld": null}
{"id": "1284971594947993606", "name": "Jo - Time for Tea", "username": "joslyoung", "created_at": "2020-07-19T22:01:37.000Z", "description": "Writer. Whippet Walker. Woman. Mostly teaching or procrastinating. My views, whilst not shared by my employer, are worthy of respect in a democratic society.", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1396793515854680064/SlDp2l0h_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 671, "following_count": 1732, "tweet_count": 4375, "listed_count": 2}, "withheld": null}
{"id": "571189619", "name": "\ud83e\udd10 \ud83e\udd95 Dr Lesley (Ancient Dyke) Semmens \ud83e\udd95", "username": "LesleySemmens", "created_at": "2012-05-04T22:02:25.000Z", "description": "RadFem - #GenderAtheist #WarOnWomen #lesbianerasure #ROGD #safeguarding #NordicModelNow\n\n#IStandWithMaya #IStandWithKeiraBell #IStandWithMarionMillar", "location": "Bradford, England", "pinned_tweet_id": "1117677303688060928", "profile_image_url": "https://pbs.twimg.com/profile_images/1392953460971261953/akVwNIKo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 9, "end": 23, "tag": "GenderAtheist"}, {"start": 24, "end": 35, "tag": "WarOnWomen"}, {"start": 37, "end": 52, "tag": "lesbianerasure"}, {"start": 53, "end": 58, "tag": "ROGD"}, {"start": 59, "end": 72, "tag": "safeguarding"}, {"start": 73, "end": 88, "tag": "NordicModelNow"}, {"start": 90, "end": 105, "tag": "IStandWithMaya"}, {"start": 107, "end": 127, "tag": "IStandWithKeiraBell"}, {"start": 128, "end": 151, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7454, "following_count": 6011, "tweet_count": 87114, "listed_count": 49}, "withheld": null}
{"id": "295211634", "name": "Kitty Cybernat", "username": "CathyMcRorie", "created_at": "2011-05-08T15:45:51.000Z", "description": "Great granny besotted with my Great Grandchild Quinn, another \u2764\ufe0f of my life. #FreeWings", "location": "Bonny Scotland", "pinned_tweet_id": "970467384795516932", "profile_image_url": "https://pbs.twimg.com/profile_images/1028689777544126464/1uY2ITVV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 77, "end": 87, "tag": "FreeWings"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6825, "following_count": 7408, "tweet_count": 459051, "listed_count": 225}, "withheld": null}
{"id": "1363617362373705736", "name": "Noone's Business", "username": "business_noone", "created_at": "2021-02-21T22:31:41.000Z", "description": "Yes, I'm awake.", "location": "Wherever", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1378805693449437193/iI44n_pT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 465, "following_count": 633, "tweet_count": 21254, "listed_count": 0}, "withheld": null}
{"id": "55233103", "name": "Caz Bailey - Shrill Siren #FBPE #WearYourDamnMask", "username": "mrs_counter", "created_at": "2009-07-09T13:22:50.000Z", "description": "Gender dissident, remainer, atheist, humanist AND misanthrope, freelance indexer of books. #SexNotGender I/me/mine", "location": "Staffordshire, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1211293042898022400/62UhdUWh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 91, "end": 104, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3107, "following_count": 5001, "tweet_count": 14692, "listed_count": 4}, "withheld": null}
{"id": "804572557", "name": "Jo", "username": "joanneharris_", "created_at": "2012-09-05T13:08:22.000Z", "description": "feminist \ud83d\udfe5", "location": null, "pinned_tweet_id": "1199865905817088000", "profile_image_url": "https://pbs.twimg.com/profile_images/378800000173619101/456e141d6330e385e7407c8096514c47_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2052, "following_count": 2504, "tweet_count": 17213, "listed_count": 17}, "withheld": null}
{"id": "3438525521", "name": "Madam Mimosasaurus \ud83e\udd95\ud83e\udd96\ud83e\udd95", "username": "LilMsUppity", "created_at": "2015-08-24T22:16:18.000Z", "description": "Member of the wrong crowd, assigned the wrong world at birth (or at least it feels like it). Mitts off my rights hoard \ud83e\udd28\nWoman: Born not worn.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1140630064813527041/hh-YEFZ5_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 980, "following_count": 1010, "tweet_count": 10140, "listed_count": 7}, "withheld": null}
{"id": "1131312293277523975", "name": "@Unbridled - can I be a stegosaurus please!", "username": "Unbridl09298089", "created_at": "2019-05-22T21:34:04.000Z", "description": "Fair Cop member. Fighting for the rule of law, child protection and the rights of women to safety, privacy and dignity. Pronouns? Seriously?", "location": null, "pinned_tweet_id": "1229479098310963200", "profile_image_url": "https://pbs.twimg.com/profile_images/1131313449621966849/1H13QkZT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4487, "following_count": 3780, "tweet_count": 23655, "listed_count": 7}, "withheld": null}
{"id": "1226592587764596738", "name": "Marilyn Irish", "username": "sexbasedrights", "created_at": "2020-02-09T19:44:12.000Z", "description": "\ud83d\udfe5 \ud83e\udd96Preferred pronouns: Are/Stupid. 'Cis' is actual literal violence. Damn right I'm hoarding my rights Lammy. #NoThankYou #IStandWithMaya #ThisIsNotADrill", "location": "Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1423205335494451200/axmX2Ucs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 111, "end": 122, "tag": "NoThankYou"}, {"start": 123, "end": 138, "tag": "IStandWithMaya"}, {"start": 139, "end": 155, "tag": "ThisIsNotADrill"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1532, "following_count": 2748, "tweet_count": 7778, "listed_count": 1}, "withheld": null}
{"id": "245556068", "name": "Red Emma #GTTO \u2744\ufe0f", "username": "pinkichiban", "created_at": "2011-01-31T23:38:52.000Z", "description": "Mother, Dinosaur, Feminist, Socialist, Internationalist. \nOpposes #VAWG \nuses memes like there's no tomorrow \n#SexMatters #RepealtheGRA #WomenWontWheesht.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1045970631823683584/6zVjCYeJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 66, "end": 71, "tag": "VAWG"}, {"start": 110, "end": 121, "tag": "SexMatters"}, {"start": 122, "end": 135, "tag": "RepealtheGRA"}, {"start": 136, "end": 153, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5155, "following_count": 5146, "tweet_count": 234292, "listed_count": 66}, "withheld": null}
{"id": "1152707303503740929", "name": "Darling Buds", "username": "DarlinBudsOfMeh", "created_at": "2019-07-20T22:30:12.000Z", "description": "\ud83c\udff3\ufe0f\u200d\ud83c\udf08\u2642\ufe0f\ud83c\uddee\ud83c\uddea\n\nSon of a Witch\n\nSex: Male\nGender: N/A\n\nLiberal \u2022 Gay \u2022 Atheist \n\nHealth Information Specialist\n\n\u261b Not having the same opinion \u2260 hate", "location": "Ireland", "pinned_tweet_id": "1328128069731823616", "profile_image_url": "https://pbs.twimg.com/profile_images/1152711438416392193/doJE-Lu1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 398, "following_count": 492, "tweet_count": 2459, "listed_count": 0}, "withheld": null}
{"id": "120149451", "name": "Annika", "username": "AnnikaStrandhed", "created_at": "2010-03-05T16:21:34.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1273035594969595909/cJtnfhTO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 541, "following_count": 852, "tweet_count": 34920, "listed_count": 2}, "withheld": null}
{"id": "1283907611189018627", "name": "Cervixen of the Clitorians", "username": "cervixen", "created_at": "2020-07-16T23:33:40.000Z", "description": "#TeamTERF\nWomen have a right to women-only services for their health, privacy and safety. A man is not a type of woman.\nI block cis and pronouns in bio", "location": "Canada", "pinned_tweet_id": "1447257911865061385", "profile_image_url": "https://pbs.twimg.com/profile_images/1431077423785861124/R9eOWOgK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 9, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2709, "following_count": 3711, "tweet_count": 41348, "listed_count": 9}, "withheld": null}
{"id": "451404412", "name": "Pauline McNeil #2144", "username": "PEMcNeil", "created_at": "2011-12-31T11:57:58.000Z", "description": "Welsh / Scottish Wifie [https://t.co/cFtVa4B9aH] & Veterinary Pathologist interested in Oncology, Dermatopathology & Education", "location": "Glasgow", "pinned_tweet_id": "1358411945305640965", "profile_image_url": "https://pbs.twimg.com/profile_images/860609257632399360/34CbXlOb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 24, "end": 47, "url": "https://t.co/cFtVa4B9aH", "expanded_url": "http://stooryduster.co.uk/wifie", "display_url": "stooryduster.co.uk/wifie"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1300, "following_count": 1655, "tweet_count": 91866, "listed_count": 64}, "withheld": null}
{"id": "1313760763887128577", "name": "AMothAteMyGran", "username": "AteMoth", "created_at": "2020-10-07T08:39:47.000Z", "description": "The world has gone mad - save our kids! Fan of critical thinking. #NoThankYou", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1335614998664671233/6TMOKFZT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 66, "end": 77, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1129, "following_count": 1749, "tweet_count": 16845, "listed_count": 0}, "withheld": null}
{"id": "1293228146603503616", "name": "Ginny the Dino \ud83d\udc9a\ud83d\udc9c #sexnotgender", "username": "VirginiaFenwic4", "created_at": "2020-08-11T16:50:47.000Z", "description": "#WomenWontWheesht", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443279295024087040/wxN-g3Nh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 294, "following_count": 348, "tweet_count": 2669, "listed_count": 0}, "withheld": null}
{"id": "1283446300764250116", "name": "Jeeeezasaurus", "username": "Jeeeez17", "created_at": "2020-07-15T17:00:40.000Z", "description": "Assigned Terf at Birth Critical thinking is not hate #sexnotgender #RepealTheGRA", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1305516591484895234/61mnpYAS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 55, "end": 68, "tag": "sexnotgender"}, {"start": 69, "end": 82, "tag": "RepealTheGRA"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1638, "following_count": 2018, "tweet_count": 15253, "listed_count": 5}, "withheld": null}
{"id": "958899800589635584", "name": "Babs - \u201cKaffeeklatsch\u201d \ud83d\udc18", "username": "Babs91428415", "created_at": "2018-02-01T03:08:22.000Z", "description": "WOMAN-ADULT HUMAN FEMALE. \nStay Stronger than the Storm. #ROGD", "location": "USA", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1288813020777451521/1dkjww_N_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 58, "end": 63, "tag": "ROGD"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1440, "following_count": 1587, "tweet_count": 94549, "listed_count": 2}, "withheld": null}
{"id": "1345322442600935430", "name": "matha\u00edno \ud83d\udfe5 \u2b1b\ufe0f\ud83d\udfe7 \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "username": "mathano4", "created_at": "2021-01-02T10:54:08.000Z", "description": "Amateur cosmologist, big bang star stuff made self aware, coming to terms with identity disorder. Simples!\nDon't respect my sex, don't expect my X \ud83e\udd96", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1345331335427141633/aml6CtUV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 334, "following_count": 490, "tweet_count": 12286, "listed_count": 0}, "withheld": null}
{"id": "1125438016137375744", "name": "WeAreFairCop", "username": "WeAreFairCop", "created_at": "2019-05-06T16:31:47.000Z", "description": "We are a group of gender critical lawyers, former police officers, writers & professionals dedicated to upholding Articles 8-11 ECHR.", "location": null, "pinned_tweet_id": "1452515903267037184", "profile_image_url": "https://pbs.twimg.com/profile_images/1401071325863677954/uOuzX2dm_normal.jpg", "protected": false, "url": "https://t.co/5nRbwDT7jC", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/5nRbwDT7jC", "expanded_url": "http://faircop.org.uk", "display_url": "faircop.org.uk"}]}, "description": null}, "public_metrics": {"followers_count": 20510, "following_count": 628, "tweet_count": 15216, "listed_count": 76}, "withheld": null}
{"id": "757473350", "name": "#istandwithJKRowling \ud83e\udd96", "username": "bloominanna", "created_at": "2012-08-14T16:41:51.000Z", "description": "Woman = Adult Human Female. \u201cGender Isn't an Identity, It's a Tool of Patriarchy\"", "location": "Terf island", "pinned_tweet_id": "1436601012811407361", "profile_image_url": "https://pbs.twimg.com/profile_images/1044316876493475840/ToCIech3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4557, "following_count": 947, "tweet_count": 61270, "listed_count": 72}, "withheld": null}
{"id": "2545588107", "name": "LaraJT", "username": "mopseytoes", "created_at": "2014-05-13T19:10:27.000Z", "description": "", "location": null, "pinned_tweet_id": "1171172700750000128", "profile_image_url": "https://pbs.twimg.com/profile_images/1101461222589906944/AGmSKJWq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 949, "following_count": 2911, "tweet_count": 30945, "listed_count": 10}, "withheld": null}
{"id": "808450839736184836", "name": "\ud83e\udd96Leonora Christina \ud83e\udd95", "username": "JammersMinde", "created_at": "2016-12-12T23:17:55.000Z", "description": "\u201cAcceptable Collateral Damage\u201d \u201cIssues with my tissues\u201d", "location": "Purgatory", "pinned_tweet_id": "1269413607764262913", "profile_image_url": "https://pbs.twimg.com/profile_images/1432003486221230080/HvrPM8WC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5549, "following_count": 3293, "tweet_count": 49172, "listed_count": 14}, "withheld": null}
{"id": "548633789", "name": "Michael Herbert", "username": "MJHerbert", "created_at": "2012-04-08T18:48:34.000Z", "description": "Socialist historian. My work includes books on radical women and \"Doctor Who and the Communist,\" a study of Mac Hulke's writing. Pronouns? Zarbi/Macra", "location": "Manchester", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1317144643872694273/v7wVCAmb_normal.jpg", "protected": false, "url": "http://t.co/klFzpfq7HU", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/klFzpfq7HU", "expanded_url": "http://redflagwalks.wordpress.com", "display_url": "redflagwalks.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 2675, "following_count": 2217, "tweet_count": 27334, "listed_count": 35}, "withheld": null}
{"id": "250306564", "name": "Scriblarian \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a #no thank you #womenwontweesht", "username": "scriblarian", "created_at": "2011-02-10T20:53:43.000Z", "description": "Feminist, Gender critical. Sex matters in law, medicine,sport and the safeguarding of women and girls everywhere.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/623780592388173824/kgvNg7M5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 128, "following_count": 459, "tweet_count": 356, "listed_count": 0}, "withheld": null}
{"id": "777892431148752896", "name": "GenderCriticalGreens", "username": "gencritgreen", "created_at": "2016-09-19T15:29:42.000Z", "description": "Critiquing gender-identity ideology and re-centring feminism in green politics.", "location": null, "pinned_tweet_id": "1416428574467411970", "profile_image_url": "https://pbs.twimg.com/profile_images/789214208554565633/V3_I8ABC_normal.jpg", "protected": false, "url": "https://t.co/4C77FIs2mR", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/4C77FIs2mR", "expanded_url": "https://gendercriticalgreens.wordpress.com", "display_url": "gendercriticalgreens.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 5139, "following_count": 2791, "tweet_count": 258421, "listed_count": 33}, "withheld": null}
{"id": "3415552125", "name": "Dawn Thatcher", "username": "dawnthatcher1", "created_at": "2015-08-11T16:14:18.000Z", "description": "Sometimes freelance makeup artist..Very proud mum and grandmother.. Always evolving...Lover of the unconventional. My own person. Views are my own.", "location": "Rhoose, Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/959481520909004800/kdATuco-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 112, "following_count": 752, "tweet_count": 21455, "listed_count": 2}, "withheld": null}
{"id": "462465455", "name": "RealDyke=Adult Human Female\u2640\ufe0f\u2640\ufe0f\ud83e\udd96", "username": "esjayXX", "created_at": "2012-01-13T00:06:28.000Z", "description": "Bad feminist, even worse socialist. Kittens; maps; dismantling the imperialist, white-supremacist, heteronormative, capitalist patriarchy. Gardening.", "location": "I wish I was in Cornwall.", "pinned_tweet_id": "705858688523898880", "profile_image_url": "https://pbs.twimg.com/profile_images/629001808577490945/0D46lpJ2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3512, "following_count": 3322, "tweet_count": 46753, "listed_count": 26}, "withheld": null}
{"id": "982933238355251200", "name": "Judy 48% \ud83e\udd96\ud83c\udf39 #NHS\ud83d\udc99 #ClimateEmergency #RejoinEU \u2b50", "username": "JudyWeb92176381", "created_at": "2018-04-08T10:48:40.000Z", "description": "Eco-Socialist Feminist\ud83c\udf39 #ExtinctionCrisis \ud83d\udc1b #BunnyHugger \ud83d\udc30 #SexNotGender \u2640\ufe0f https://t.co/5P4XTlOyra \ud83d\udc9a #ProgressiveAlliance #NHS\ud83d\udc99 #BLM", "location": "London", "pinned_tweet_id": "1427979974242447365", "profile_image_url": "https://pbs.twimg.com/profile_images/1307050497724100610/uHcB3lEn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 78, "end": 101, "url": "https://t.co/5P4XTlOyra", "expanded_url": "http://www.plantlife.org.uk", "display_url": "plantlife.org.uk"}], "hashtags": [{"start": 24, "end": 41, "tag": "ExtinctionCrisis"}, {"start": 45, "end": 57, "tag": "BunnyHugger"}, {"start": 61, "end": 74, "tag": "SexNotGender"}, {"start": 105, "end": 125, "tag": "ProgressiveAlliance"}, {"start": 126, "end": 130, "tag": "NHS"}, {"start": 132, "end": 136, "tag": "BLM"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5769, "following_count": 6348, "tweet_count": 80997, "listed_count": 18}, "withheld": null}
{"id": "1426046876", "name": "Blythe by name \ud83d\udfe5", "username": "BlytheGetsCross", "created_at": "2013-05-13T18:04:03.000Z", "description": "Protested London Pride 2018 with the controversial banner: Lesbian = Female Homosexual", "location": null, "pinned_tweet_id": "1271181539200598024", "profile_image_url": "https://pbs.twimg.com/profile_images/1033694063478939649/dz_sYp00_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2005, "following_count": 2773, "tweet_count": 8268, "listed_count": 10}, "withheld": null}
{"id": "127813745", "name": "Family Education Trust", "username": "FamEdTrust", "created_at": "2010-03-30T09:22:11.000Z", "description": "Family Education Trust (Family & Youth Concern) is a national educational trust researching causes and consequences of family breakdown.", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1560740443/logo_normal.gif", "protected": false, "url": "https://t.co/8xDWcT209u", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/8xDWcT209u", "expanded_url": "http://www.familyeducationtrust.org.uk", "display_url": "familyeducationtrust.org.uk"}]}, "description": null}, "public_metrics": {"followers_count": 890, "following_count": 559, "tweet_count": 4509, "listed_count": 7}, "withheld": null}
{"id": "1286099180730163205", "name": "ELLA ANDROPHOBIA", "username": "e_androphobiaYT", "created_at": "2020-07-23T00:42:10.000Z", "description": "pronouns: No/Thank/You\nSuper lesbian\nTw1tt3r h8s me\nhttps://t.co/VKVjc1NkV0", "location": null, "pinned_tweet_id": "1426871649622798338", "profile_image_url": "https://pbs.twimg.com/profile_images/1414064376752099328/xkOujwwJ_normal.jpg", "protected": false, "url": "https://t.co/7KEhnPc6jB", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/7KEhnPc6jB", "expanded_url": "https://youtube.com/c/EllaAndrophobia", "display_url": "youtube.com/c/EllaAndropho\u2026"}]}, "description": {"urls": [{"start": 52, "end": 75, "url": "https://t.co/VKVjc1NkV0", "expanded_url": "https://linktr.ee/ella.androphobia", "display_url": "linktr.ee/ella.androphob\u2026"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 553, "following_count": 412, "tweet_count": 5294, "listed_count": 1}, "withheld": null}
{"id": "492988574", "name": "Brenda Ellis", "username": "sapphitweet", "created_at": "2012-02-15T10:10:00.000Z", "description": "Armchair/wheelchair activist, granny, feminist, animal lover, disabled, lesbian, LGB Alliance supporter. Gender critical, no transing kids, no womb rentals!", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/533932549840457728/JeWtV9YB_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 971, "following_count": 1166, "tweet_count": 43988, "listed_count": 13}, "withheld": null}
{"id": "1258772564530401280", "name": "LornaFitzpatrick\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "oldscousema", "created_at": "2020-05-08T14:56:05.000Z", "description": "I am an *old lady* (woman) feminist.\nThere are 2 sexes. It is not possible to change sex.\n#NoThankYou", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1321880344346374144/ptLV1pzU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 90, "end": 101, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2141, "following_count": 2691, "tweet_count": 30210, "listed_count": 4}, "withheld": null}
{"id": "2650290462", "name": "Virtue Signal Man", "username": "VirtueSignalMan", "created_at": "2014-07-16T07:54:22.000Z", "description": "Whenever the virtue signal is activated I respond.\n\n\nDMs open for virtue signalling reporting.", "location": "United Kingdom ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1246476444982808578/OZOnO1bz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 395, "following_count": 350, "tweet_count": 4410, "listed_count": 9}, "withheld": null}
{"id": "937103059536236544", "name": "Anniex", "username": "Anniemc41333265", "created_at": "2017-12-02T23:35:54.000Z", "description": "wise/up", "location": " Belfast", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1231152597022715904/90XACk1C_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 508, "following_count": 1134, "tweet_count": 34860, "listed_count": 0}, "withheld": null}
{"id": "2369080451", "name": "Kay McLean Connelly \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udfe5\ud83c\udf52", "username": "kaymoonshadow", "created_at": "2014-02-27T14:19:16.000Z", "description": "Menopausal, brutally honest woman. \nEngage at your own risk.\nYES to a free Scotland and equality for all our people.", "location": "Fife, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1407369200402829321/GMDOVomy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2461, "following_count": 3776, "tweet_count": 66297, "listed_count": 9}, "withheld": null}
{"id": "138149521", "name": "Mary Xmas", "username": "maryxma", "created_at": "2010-04-28T19:21:08.000Z", "description": "Radical feminist, left Ukrainian nationalist, atheist, misanthrope, nerd.", "location": "Kyiv, Ukraine", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1084268489/b9de7fc4-9816-4903-817c-36dd16d59578_normal.png", "protected": false, "url": "https://t.co/J9FhQgbhlW", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/J9FhQgbhlW", "expanded_url": "https://www.facebook.com/groups/feminism.ua/", "display_url": "facebook.com/groups/feminis\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 324, "following_count": 882, "tweet_count": 63813, "listed_count": 7}, "withheld": null}
{"id": "29188599", "name": "Dr VeniceLaura", "username": "VeniceLaura", "created_at": "2009-04-06T12:17:20.000Z", "description": "Feminist, atheist, PhD.", "location": "UK / Venice, Italy", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1109510451266764800/kdHneMs__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3435, "following_count": 4594, "tweet_count": 99264, "listed_count": 30}, "withheld": null}
{"id": "310346296", "name": "Wendy \ud83d\udc99", "username": "me2intheuk", "created_at": "2011-06-03T15:56:27.000Z", "description": "Sociologist, Feminist, Humanist, traveller, hiker. Forgot to add Realist! Science tops opinion. #BeBraverToday", "location": null, "pinned_tweet_id": "1438088070532845573", "profile_image_url": "https://pbs.twimg.com/profile_images/1463450867/IMG_2506_normal.JPG", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 110, "tag": "BeBraverToday"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 363, "following_count": 830, "tweet_count": 6245, "listed_count": 1}, "withheld": null}
{"id": "802371432", "name": "Stumpysaurus\ud83e\udd96", "username": "StumpyRabbitt", "created_at": "2012-09-04T13:01:03.000Z", "description": "Everything is possible. Omnia Feminae Aequissimae\ud83d\udd77 Rational Feminist \ud83d\udc9a\ud83e\udd0d\ud83d\udc9ch/t Barbera Kruger", "location": "Terf Island", "pinned_tweet_id": "1176562948678004737", "profile_image_url": "https://pbs.twimg.com/profile_images/3126631475/a21f468161631573ac529cb3722cd2c1_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 642, "following_count": 2862, "tweet_count": 35816, "listed_count": 0}, "withheld": null}
{"id": "1373572431277883394", "name": "FannyHaddockOfTheCervix\ud83e\udd96\u24cb", "username": "RedMags60", "created_at": "2021-03-21T09:49:33.000Z", "description": "GC feminist. Dyke. Socialist. Poet. Difficult woman. #StandingWithDinosaurs", "location": "Terf Island", "pinned_tweet_id": "1447575623904464902", "profile_image_url": "https://pbs.twimg.com/profile_images/1409036063151116289/cM-yJzMX_normal.jpg", "protected": false, "url": "https://t.co/V7BF37vyex", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/V7BF37vyex", "expanded_url": "http://lgballiance.org.uk", "display_url": "lgballiance.org.uk"}]}, "description": {"urls": null, "hashtags": [{"start": 53, "end": 75, "tag": "StandingWithDinosaurs"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1995, "following_count": 2058, "tweet_count": 11911, "listed_count": 3}, "withheld": null}
{"id": "2759233129", "name": "Lorna \ud83d\udfe9\u2b1c\ud83d\udfea\ud83e\udd96", "username": "lorcaat", "created_at": "2014-08-23T15:41:33.000Z", "description": "When a regime is captive to its own lies it must falsify everything.\nHuman biological sex is binary, immutable & not to be conflated with gender identity.", "location": "Glasgow", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1357330734478983171/5IwWog-h_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1891, "following_count": 1868, "tweet_count": 33412, "listed_count": 14}, "withheld": null}
{"id": "1490133535", "name": "Barbara \ud83e\udd95\ud83e\udd96\ud83d\udfe9\u2b1c\ud83d\udfea\ud83c\udf52\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa\ud83c\udf0d\ud83e\udd96", "username": "bombusmonticola", "created_at": "2013-06-07T10:55:05.000Z", "description": "Pterfodactyl\n\nHoarding rights for megalennia.\n\nMy pronouns are NoThankYou\n#IStandWithMarionMillar\n\n\nIndy\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "Scotland.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1446671159202881544/z_1SWLA2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 74, "end": 97, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4849, "following_count": 5306, "tweet_count": 86290, "listed_count": 26}, "withheld": null}
{"id": "213781711", "name": "Tricia \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a #IStandWithKathleenStock \ud83e\udd95\ud83e\udd96", "username": "TriciaFrasman", "created_at": "2010-11-09T19:52:00.000Z", "description": "Christian,wife,mother,daughter,sister. PhD in Biochemistry, Developmental Biologist, Teacher. Love God, my family & Science. #IStandWithJKR #IStandWithMarion", "location": null, "pinned_tweet_id": "1006161802823159809", "profile_image_url": "https://pbs.twimg.com/profile_images/1368946930781466635/bUp_vBxg_normal.jpg", "protected": false, "url": "https://t.co/e0G32qt6Yn", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/e0G32qt6Yn", "expanded_url": "https://sciencefactnotfiction.wordpress.com/", "display_url": "sciencefactnotfiction.wordpress.com"}]}, "description": {"urls": null, "hashtags": [{"start": 125, "end": 139, "tag": "IStandWithJKR"}, {"start": 140, "end": 157, "tag": "IStandWithMarion"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3301, "following_count": 3027, "tweet_count": 93560, "listed_count": 72}, "withheld": null}
{"id": "978947769888116736", "name": "Marjorie Hutchins", "username": "leakylike", "created_at": "2018-03-28T10:51:51.000Z", "description": "ever curious, sometimes dismayed, always hopeful.... woman.\n(adult human female)", "location": "Dinosaur", "pinned_tweet_id": "1324307996621627393", "profile_image_url": "https://pbs.twimg.com/profile_images/1400494174156296207/0egD7-tr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3436, "following_count": 3693, "tweet_count": 120612, "listed_count": 8}, "withheld": null}
{"id": "338040863", "name": "Renfield's Afoot\ud83d\udc99Vaccinate.\ud83e\udd96", "username": "ThisLeadenPall", "created_at": "2011-07-18T23:58:14.000Z", "description": "If you think Covid is a hoax you have blood on your hands.\n\nRita Webb wannabe.\n\nVaginasaurus Rex.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1449634181/cup_of_tea_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 196, "following_count": 148, "tweet_count": 19312, "listed_count": 1}, "withheld": null}
{"id": "980783300", "name": "Helen Rogers #IStandWithKathleenStock", "username": "Conviction19c", "created_at": "2012-11-30T16:27:24.000Z", "description": "Historian and lecturer. Conviction: stories from a nineteenth-century prison @ https://t.co/LubgsNisx5", "location": null, "pinned_tweet_id": "822171421287784448", "profile_image_url": "https://pbs.twimg.com/profile_images/1412163440521748484/YHS5Zgzy_normal.jpg", "protected": false, "url": "https://t.co/CqUgWbUi7n", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/CqUgWbUi7n", "expanded_url": "https://convictionblog.com/", "display_url": "convictionblog.com"}]}, "description": {"urls": [{"start": 79, "end": 102, "url": "https://t.co/LubgsNisx5", "expanded_url": "http://convictionblog.com", "display_url": "convictionblog.com"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 10577, "following_count": 4994, "tweet_count": 164513, "listed_count": 287}, "withheld": null}
{"id": "19602965", "name": "Giyadas", "username": "giyadas", "created_at": "2009-01-27T17:24:41.000Z", "description": "There's no such thing as a female penis.\nPull yourselves together.\n\n(Psst, spiderweb emoji)", "location": "The other place", "pinned_tweet_id": "1098913637366988806", "profile_image_url": "https://pbs.twimg.com/profile_images/1221940152722956291/UoH3NkMD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2889, "following_count": 3048, "tweet_count": 52218, "listed_count": 12}, "withheld": null}
{"id": "15896652", "name": "BahnhofBillShop", "username": "almay292", "created_at": "2008-08-18T21:32:32.000Z", "description": "Non sono mica nato ieri\nNorthern (England and Italy)\n#mcfc", "location": "City of Manchester, England", "pinned_tweet_id": "1433428003791380480", "profile_image_url": "https://pbs.twimg.com/profile_images/1400532044740907011/l4C8lndU_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 53, "end": 58, "tag": "mcfc"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2627, "following_count": 2075, "tweet_count": 61739, "listed_count": 30}, "withheld": null}
{"id": "1326532458871812096", "name": "\ud83e\udd96 Enhehuanna \ud83c\udf38", "username": "wrongthinkorg", "created_at": "2020-11-11T14:29:40.000Z", "description": "#DontDivideUs #FreeSpeech #NoThankYou", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1422843435984343042/L2DF4IvZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 13, "tag": "DontDivideUs"}, {"start": 14, "end": 25, "tag": "FreeSpeech"}, {"start": 26, "end": 37, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 667, "following_count": 1030, "tweet_count": 31472, "listed_count": 4}, "withheld": null}
{"id": "1316072467576782849", "name": "Rachel Washington", "username": "RachelW32140763", "created_at": "2020-10-13T17:45:51.000Z", "description": "", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1316374859908296704/jcQF8QY0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 197, "following_count": 668, "tweet_count": 27784, "listed_count": 0}, "withheld": null}
{"id": "1118300544202711041", "name": "#TeamTERF \u2665\ufe0f", "username": "LabelFreeBrands", "created_at": "2019-04-16T23:50:01.000Z", "description": "#RightsHoarder | #TeamTERF | #OnlyTwo and more designs available on stickers, shirts, and other things! \ud83d\udc47", "location": null, "pinned_tweet_id": "1452699392327094274", "profile_image_url": "https://pbs.twimg.com/profile_images/1267710686211330048/3PurOfEs_normal.jpg", "protected": false, "url": "https://t.co/QaTlh2Q26b", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/QaTlh2Q26b", "expanded_url": "https://www.redbubble.com/people/LabelFreeBrands/shop", "display_url": "redbubble.com/people/LabelFr\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 14, "tag": "RightsHoarder"}, {"start": 17, "end": 26, "tag": "TeamTERF"}, {"start": 29, "end": 37, "tag": "OnlyTwo"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 18228, "following_count": 13539, "tweet_count": 89813, "listed_count": 72}, "withheld": null}
{"id": "1367478574060552197", "name": "FemmeHumaineAdulte", "username": "AdulteFemme", "created_at": "2021-03-04T14:14:43.000Z", "description": "Un croyant de la r\u00e9alit\u00e9 qui dit la v\u00e9rit\u00e9. N'aime pas les contes de f\u00e9es ou les licornes. Je pr\u00e9f\u00e8re \u00e9couter de la musique mais le patriarcat ... #SexNotGender", "location": "The world", "pinned_tweet_id": "1406905921226350593", "profile_image_url": "https://pbs.twimg.com/profile_images/1438793749241417731/0jvj6xfA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 147, "end": 160, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 125, "following_count": 220, "tweet_count": 1282, "listed_count": 0}, "withheld": null}
{"id": "1289297910061047820", "name": "Z*a*m \ud83d\udc9c \ud83d\udc9a", "username": "Debateisgood1", "created_at": "2020-07-31T20:32:41.000Z", "description": "Support women/men/LGB! Gender atheist. I retweet what I endorse and twatty comments. Prone to many typos! PRONOUNS: No/Thank/You", "location": null, "pinned_tweet_id": "1336059808957554692", "profile_image_url": "https://pbs.twimg.com/profile_images/1400534810934792194/wnesFC9Y_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1093, "following_count": 1675, "tweet_count": 13252, "listed_count": 1}, "withheld": null}
{"id": "1088401498449563648", "name": "Haringey ReSisters", "username": "HaringeyReSist", "created_at": "2019-01-24T11:41:53.000Z", "description": "Grassroot campaigners for the protection of children and the rights of women. \n\ud83e\udd96\ud83e\udd95\ud83e\udd96\ud83e\udd95", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1092096908850548736/HBAYLJnq_normal.jpg", "protected": false, "url": "https://t.co/pSitKTDhk7", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/pSitKTDhk7", "expanded_url": "http://www.haringeyresisters.org", "display_url": "haringeyresisters.org"}]}, "description": null}, "public_metrics": {"followers_count": 908, "following_count": 306, "tweet_count": 7507, "listed_count": 3}, "withheld": null}
{"id": "749348659", "name": "@THE1STP0WER (Kris \ud83c\udf1e)", "username": "ATHE1STP0WER", "created_at": "2012-08-10T13:17:05.000Z", "description": "@GSpellchecker @_HelenDale @concretemilk @CarlBovisNature @ST0NEHENGE @StormHour @WilliamClouston @Elishabenabuya @Hevallo @macergifford @g1rad @godblesstofu", "location": "Here.In front of you.", "pinned_tweet_id": "974120291071922176", "profile_image_url": "https://pbs.twimg.com/profile_images/964374466460467201/JCM23Y5f_normal.jpg", "protected": false, "url": "https://t.co/7DpjZ5icQs", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/7DpjZ5icQs", "expanded_url": "http://athe1stp0werblog.wordpress.com", "display_url": "athe1stp0werblog.wordpress.com"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 0, "end": 14, "tag": null}, {"start": 15, "end": 26, "tag": null}, {"start": 27, "end": 40, "tag": null}, {"start": 41, "end": 57, "tag": null}, {"start": 58, "end": 69, "tag": null}, {"start": 70, "end": 80, "tag": null}, {"start": 81, "end": 97, "tag": null}, {"start": 98, "end": 113, "tag": null}, {"start": 114, "end": 122, "tag": null}, {"start": 123, "end": 136, "tag": null}, {"start": 137, "end": 143, "tag": null}, {"start": 144, "end": 157, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 14284, "following_count": 3682, "tweet_count": 391204, "listed_count": 385}, "withheld": null}
{"id": "583331481", "name": "Ann Sinnott", "username": "AnnMSinnott", "created_at": "2012-05-17T23:12:02.000Z", "description": "Director of Authentic Equity Alliance - AEA \nhttps://t.co/CgfodjUWEm\nRTs for info. \nViews my own.", "location": null, "pinned_tweet_id": "1449660587659640833", "profile_image_url": "https://pbs.twimg.com/profile_images/1198523447015550976/npMdYcG3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 45, "end": 68, "url": "https://t.co/CgfodjUWEm", "expanded_url": "https://aealliance.co.uk", "display_url": "aealliance.co.uk"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7469, "following_count": 2859, "tweet_count": 67760, "listed_count": 74}, "withheld": null}
{"id": "56814356", "name": "morven", "username": "virtuallyearth", "created_at": "2009-07-14T20:58:40.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1190600435398299648/RZv4ca1V_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 620, "following_count": 4982, "tweet_count": 79268, "listed_count": 1}, "withheld": null}
{"id": "2580898044", "name": "FreeScot \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83d\udfe5", "username": "roorooyes4", "created_at": "2014-06-21T19:13:43.000Z", "description": "Home in Scotland. Wishing there was an independence campaign going on. Wishing men didn't get away with saying they really ARE women.", "location": "Aberfeldy, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1158400418583650304/Wsftu5bE_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1844, "following_count": 2314, "tweet_count": 177326, "listed_count": 4}, "withheld": null}
{"id": "2966150884", "name": "Shrill Siren \ud83c\uddea\ud83c\uddfa\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "MyfanwyMog", "created_at": "2015-01-07T14:56:26.000Z", "description": "", "location": "Under Milk Wood", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1438811544423383044/3TXZUt8a_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1373, "following_count": 2450, "tweet_count": 20497, "listed_count": 9}, "withheld": null}
{"id": "1387383742407315457", "name": "Eva Lindecrantz\ud83d\udfe5\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96", "username": "eva_lindecrantz", "created_at": "2021-04-28T12:31:00.000Z", "description": "Grumpy human feminazgul #teamTERF\n(no/thank/you)\n#IStandWithMayaForstater\n#IStandWithJK_Rowling\n#IStandWithMarionMillar\n#IStandwithKathleenStock\n#IStandWithCeri", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443250539354013702/xZuKmIDS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 24, "end": 33, "tag": "teamTERF"}, {"start": 49, "end": 73, "tag": "IStandWithMayaForstater"}, {"start": 74, "end": 95, "tag": "IStandWithJK_Rowling"}, {"start": 96, "end": 119, "tag": "IStandWithMarionMillar"}, {"start": 120, "end": 144, "tag": "IStandwithKathleenStock"}, {"start": 145, "end": 160, "tag": "IStandWithCeri"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 158, "following_count": 376, "tweet_count": 912, "listed_count": 0}, "withheld": null}
{"id": "2207688240", "name": "\u0644\u064a\u0632 \u0628\u0648\u0641\u062a Lise Bouvet", "username": "LisePoupoupidou", "created_at": "2013-11-21T19:17:44.000Z", "description": "Author & Translator\u270d\ud83c\udffb (Philosophy, Political Sciences)/ Radfem\ud83d\ude4c\ud83c\udffb/ Veggie\ud83c\udf3a/ Secular Marxist\u270a\ud83c\udffb/ Jazz Fan\ud83c\udfb7/ \u2615\ufe0fLover & Photo\ud83d\udcf8 / \ud83c\uddf9\ud83c\uddf3\ud83c\uddee\ud83c\uddf9\ud83c\uddeb\ud83c\uddf7\ud83c\uddfa\ud83c\uddf8 #Roussel2022", "location": "Paris, France", "pinned_tweet_id": "984049311024640000", "profile_image_url": "https://pbs.twimg.com/profile_images/1407271411475959809/wfp8wkYA_normal.jpg", "protected": false, "url": "https://t.co/c6kAKuQK4V", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/c6kAKuQK4V", "expanded_url": "https://lisebouvet.net/", "display_url": "lisebouvet.net"}]}, "description": {"urls": null, "hashtags": [{"start": 133, "end": 145, "tag": "Roussel2022"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2426, "following_count": 1792, "tweet_count": 62742, "listed_count": 80}, "withheld": null}
{"id": "189172812", "name": "Alex McLean#FBPE", "username": "RightGeez", "created_at": "2010-09-10T15:32:31.000Z", "description": "MA Politics/International affairs. Scottish Independence NOW! Liberal. Sex not Gender. Citeh and Rangers fan. LGB ALLIANCE not Stonewall.", "location": "Yorkshire and The Humber", "pinned_tweet_id": "1265738065575845899", "profile_image_url": "https://pbs.twimg.com/profile_images/1108820337221951488/YbYbPNHE_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 404, "following_count": 640, "tweet_count": 10304, "listed_count": 1}, "withheld": null}
{"id": "978552212011012096", "name": "Waterbowljiffy", "username": "waterbowljiffy", "created_at": "2018-03-27T08:40:02.000Z", "description": "WOMAN: Adult Human Female #SexMatters TERF: Telling Everyone Real Facts #WRNEW - Women\u2019s Rights Network of England and Wales", "location": "No", "pinned_tweet_id": "1434635788424253443", "profile_image_url": "https://pbs.twimg.com/profile_images/1435050722698088449/UFXPCcMW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 26, "end": 37, "tag": "SexMatters"}, {"start": 73, "end": 79, "tag": "WRNEW"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 385, "following_count": 1009, "tweet_count": 5758, "listed_count": 2}, "withheld": null}
{"id": "1151566249752760320", "name": "#WomenWontWheesht Definitely Not A Bot. \ud83d\udc48\ud83c\udffb", "username": "ItsAnAyeFaeMe", "created_at": "2019-07-17T18:56:03.000Z", "description": "Female.", "location": null, "pinned_tweet_id": "1435156086596804608", "profile_image_url": "https://pbs.twimg.com/profile_images/1435748024458825729/m-0PfWup_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1990, "following_count": 1097, "tweet_count": 43625, "listed_count": 2}, "withheld": null}
{"id": "18353866", "name": "diane jones #NOPRONOUNS! LGBS - NOT cis! FFS", "username": "dianjo", "created_at": "2008-12-24T08:08:06.000Z", "description": "Adult Human Female shrill siren & VERY uppity \n\nNO Pronouns! \n\nSocialist, rejected by Labour. Rejecting them now... \n\nmusic, art, cinema, literature for sanity", "location": "Newcastle upon Tyne", "pinned_tweet_id": "1391484679098970123", "profile_image_url": "https://pbs.twimg.com/profile_images/1428078650012930049/BQHjzTc4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3197, "following_count": 4996, "tweet_count": 125651, "listed_count": 52}, "withheld": null}
{"id": "1384441292", "name": "Elsie Bevan \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "username": "elsie_bevan", "created_at": "2013-04-27T13:18:56.000Z", "description": "", "location": null, "pinned_tweet_id": "1112714025765400579", "profile_image_url": "https://pbs.twimg.com/profile_images/1452244748094296072/OussPwhF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1243, "following_count": 2433, "tweet_count": 25295, "listed_count": 4}, "withheld": null}
{"id": "1167241196", "name": "Stev-e-b goode", "username": "Browns88S", "created_at": "2013-02-10T22:45:49.000Z", "description": "\u201cThe test of a first-rate intelligence is the ability to hold two opposed ideas in the mind at the same time, and still retain the ability to function.\u201d FSF", "location": "Time out of MInd", "pinned_tweet_id": "1348612607507361792", "profile_image_url": "https://pbs.twimg.com/profile_images/1258702076886093824/Ydg639kQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 129, "following_count": 109, "tweet_count": 40613, "listed_count": 2}, "withheld": null}
{"id": "1376411901274509312", "name": "actual woman", "username": "XX38757901", "created_at": "2021-03-29T05:52:58.000Z", "description": "\u201cI\u2019d rather be rude than a fucking liar\u201d Magdalen Burns", "location": null, "pinned_tweet_id": "1450590122345263107", "profile_image_url": "https://pbs.twimg.com/profile_images/1386285328806285315/YffWpJbb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 286, "following_count": 610, "tweet_count": 1370, "listed_count": 1}, "withheld": null}
{"id": "1087760579723431936", "name": "Swansea & Gower ReSisters \u2640\ufe0f\ud83e\udd96\ud83e\udd95\u2640\ufe0f", "username": "SGResisters", "created_at": "2019-01-22T17:15:06.000Z", "description": "Respecting women's rights, safety & dignity - Parchu hawliau, diogelwch ac urddas menywod", "location": "Tawe a Gwyr, Cymru/Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1088781858102525953/FLUZhAIb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 703, "following_count": 364, "tweet_count": 10131, "listed_count": 1}, "withheld": null}
{"id": "88175738", "name": "Tracy Kershaw", "username": "love2pootle", "created_at": "2009-11-07T12:27:23.000Z", "description": "Loves 2 pootle, bimble & generally amble around.", "location": "Devon", "pinned_tweet_id": "1153670960173727744", "profile_image_url": "https://pbs.twimg.com/profile_images/1150385546147110912/VAnWwCwf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 426, "following_count": 1375, "tweet_count": 17764, "listed_count": 1}, "withheld": null}
{"id": "1227901772066324480", "name": "Sydney Moore", "username": "SydneyAllMoore", "created_at": "2020-02-13T10:26:22.000Z", "description": "Women's Rights Are Human Rights", "location": "Standing w/Cancelled Females", "pinned_tweet_id": "1390340995749978118", "profile_image_url": "https://pbs.twimg.com/profile_images/1406588470718574593/Lb1NZJAE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1874, "following_count": 3224, "tweet_count": 58520, "listed_count": 8}, "withheld": null}
{"id": "19704680", "name": "Ken Grayling", "username": "Kenarf", "created_at": "2009-01-29T10:13:39.000Z", "description": "Aging cynical obstinate knowledgeable idealist", "location": "East Anglia", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/73972402/Kenface_normal.jpg", "protected": false, "url": "http://t.co/Pv2hPcvy", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 20, "url": "http://t.co/Pv2hPcvy", "expanded_url": "http://ken-grayling.blogspot.co.uk/", "display_url": "ken-grayling.blogspot.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 422, "following_count": 220, "tweet_count": 104662, "listed_count": 0}, "withheld": null}
{"id": "1269463117957750784", "name": "Licorice Velociraptor \ud83e\udea1\ud83e\udd0f #StopSB132", "username": "LicoriceMedusa", "created_at": "2020-06-07T02:56:41.000Z", "description": "\u201cThat one, when she looks at you you can see she\u2019s working things out\u2026.they remember\u201d - Muldoon #TeamTERF", "location": "Gilead ", "pinned_tweet_id": "1451744958491234313", "profile_image_url": "https://pbs.twimg.com/profile_images/1421983913077985281/022oOoqo_normal.jpg", "protected": false, "url": "https://t.co/DhL2agGJi4", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/DhL2agGJi4", "expanded_url": "https://www.facebook.com/groups/1722756661380462/", "display_url": "facebook.com/groups/1722756\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 96, "end": 105, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1399, "following_count": 3341, "tweet_count": 32712, "listed_count": 3}, "withheld": null}
{"id": "1917373038", "name": "teresa green \ud83d\udd78", "username": "treekahlo", "created_at": "2013-09-29T15:27:19.000Z", "description": "Lost zygote, socialist,artist, mum, vegetarian, old hippie, hand disability expect typos. klippelfeilsyndrome i block if u use cis or terf\ud83c\udfc1\ud83d\udd78\ud83d\udc99", "location": "South West, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400506365001486341/HGKNMSzv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3291, "following_count": 5001, "tweet_count": 341707, "listed_count": 2}, "withheld": null}
{"id": "2214642199", "name": "Ivan Waters", "username": "waters_ivan", "created_at": "2013-11-25T20:29:01.000Z", "description": "Gazing at the moon, and if I'm lucky getting completely lost", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/929481217673760768/4DGLphTY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1350, "following_count": 2090, "tweet_count": 72631, "listed_count": 77}, "withheld": null}
{"id": "1023255283408228352", "name": "Prissi \ud83d\udc96's Covfefe \u2615 \ud83e\udd95\ud83e\udd0d\ud83d\udc9c\ud83c\uddfa\ud83c\uddf2", "username": "Prissi_coffee", "created_at": "2018-07-28T17:14:05.000Z", "description": "Married SAHM full of snark. \nYou won't agree with every tweet or retweet. Deal with it. \ud83d\ude0e #WomenWontWheesht #NoThankYou #TeamTERF", "location": "Mid-West USA", "pinned_tweet_id": "1420516344940965890", "profile_image_url": "https://pbs.twimg.com/profile_images/1445891726187667465/P4LRYRM5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 90, "end": 107, "tag": "WomenWontWheesht"}, {"start": 108, "end": 119, "tag": "NoThankYou"}, {"start": 120, "end": 129, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 966, "following_count": 1302, "tweet_count": 23904, "listed_count": 3}, "withheld": null}
{"id": "1185550368551424000", "name": "Ellaurel", "username": "Ellaurel3", "created_at": "2019-10-19T13:37:41.000Z", "description": "Interested in authenticity. Film, Music, Literature, and Comedy enthusiast.", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1345150477151969281/QW6KaH6H_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 173, "following_count": 115, "tweet_count": 5758, "listed_count": 1}, "withheld": null}
{"id": "1413741700715925506", "name": "WeAreWomenJapan", "username": "WeAreWomenJapan", "created_at": "2021-07-10T06:07:55.000Z", "description": "\u79c1\u306e\u751f\u7269\u5b66\u7684\u7279\u5fb4\u304c\u79c1\u3092\u5973\u6027\u305f\u3089\u3057\u3081\u3066\u3044\u308b\u306e\u3067\u3042\u3063\u3066\u3001\u7740\u3066\u3044\u308b\u670d\u3084\u597d\u304d\u306a\u8272\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6614\u306a\u304c\u3089\u306e\u30b8\u30a7\u30f3\u30c0\u30fc\u306e\u56fa\u5b9a\u89b3\u5ff5\u306b\u60d1\u308f\u3055\u308c\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002", "location": "Japan", "pinned_tweet_id": "1450674304505430018", "profile_image_url": "https://pbs.twimg.com/profile_images/1428578799831031808/rQXWd9-5_normal.jpg", "protected": false, "url": "https://t.co/I6RzAtZpUo", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/I6RzAtZpUo", "expanded_url": "https://note.com/wearewomenjapan", "display_url": "note.com/wearewomenjapan"}]}, "description": null}, "public_metrics": {"followers_count": 1124, "following_count": 1349, "tweet_count": 3162, "listed_count": 5}, "withheld": null}
{"id": "2379360494", "name": "superpip", "username": "life_explored", "created_at": "2014-03-08T21:56:38.000Z", "description": "nuff nonsense already. rebel to your regime. women's rights matter.", "location": "over there", "pinned_tweet_id": "1352745725550014465", "profile_image_url": "https://pbs.twimg.com/profile_images/1371490487241207810/bI3iMvvd_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3352, "following_count": 2863, "tweet_count": 7084, "listed_count": 23}, "withheld": null}
{"id": "84642821", "name": "\ud83e\udd96\ud83e\udd95\ud83e\udd96Polly \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \ud83c\udf52\ud83e\udd96\ud83e\udd95\ud83e\udd96\ud83e\udd95", "username": "Pollyrooroo", "created_at": "2009-10-23T17:25:38.000Z", "description": "", "location": "McGilead ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452739953708961803/oZB_k-fq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 280, "following_count": 543, "tweet_count": 3664, "listed_count": 0}, "withheld": null}
{"id": "20542395", "name": "Cliodhna \ud83d\udfe5 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "cliodhna_Danann", "created_at": "2009-02-10T20:26:30.000Z", "description": "Law graduate, Third Sector, GC feminist, #IStandWithKeiraBell #IStandWithRosieDuffield #IStandWithJKRowling #IStandWithMarionMillar", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1440358672861827073/wlkzq-FL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 41, "end": 61, "tag": "IStandWithKeiraBell"}, {"start": 62, "end": 86, "tag": "IStandWithRosieDuffield"}, {"start": 87, "end": 107, "tag": "IStandWithJKRowling"}, {"start": 108, "end": 131, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1163, "following_count": 2634, "tweet_count": 14252, "listed_count": 6}, "withheld": null}
{"id": "2331808090", "name": "VagFemeliza", "username": "EElizale13", "created_at": "2014-02-08T11:54:31.000Z", "description": "#NoThankYou", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400515936952586241/UwWM0hKr_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1010, "following_count": 951, "tweet_count": 33120, "listed_count": 10}, "withheld": null}
{"id": "1155058935906361344", "name": "luminatus", "username": "luminatus1", "created_at": "2019-07-27T10:14:45.000Z", "description": "middle ground", "location": null, "pinned_tweet_id": "1298744483291574272", "profile_image_url": "https://pbs.twimg.com/profile_images/1391982154788347907/h2JADLFH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 708, "following_count": 2856, "tweet_count": 92839, "listed_count": 5}, "withheld": null}
{"id": "1087104510164697089", "name": "Herstory - destroy the cage", "username": "eilidhfife", "created_at": "2019-01-20T21:48:07.000Z", "description": "Feminist. Mother. Woman.", "location": null, "pinned_tweet_id": "1382203857950945280", "profile_image_url": "https://pbs.twimg.com/profile_images/1387767949402988549/gv17wNpb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2156, "following_count": 1733, "tweet_count": 23983, "listed_count": 3}, "withheld": null}
{"id": "1381002369228550144", "name": "Notplaying", "username": "Notplay65894531", "created_at": "2021-04-10T21:53:49.000Z", "description": "", "location": null, "pinned_tweet_id": "1416108439466659841", "profile_image_url": "https://pbs.twimg.com/profile_images/1437878807013339140/s61qHmty_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1548, "following_count": 4236, "tweet_count": 25493, "listed_count": 1}, "withheld": null}
{"id": "4388748915", "name": "@neveryoumind \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "username": "neveryoumindok", "created_at": "2015-12-06T01:23:01.000Z", "description": "\ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea Don\u2019t be so open minded that your brain falls out. Pronouns: compelled/speech #GC #WomenWontWheesht", "location": "UK", "pinned_tweet_id": "1101608005727076354", "profile_image_url": "https://pbs.twimg.com/profile_images/673312360745029632/RoIY_tes_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 83, "end": 86, "tag": "GC"}, {"start": 87, "end": 104, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1309, "following_count": 1194, "tweet_count": 9190, "listed_count": 2}, "withheld": null}
{"id": "16286419", "name": "\ud83e\udd96 Maya Forstater \ud83e\udd95", "username": "MForstater", "created_at": "2008-09-14T19:41:31.000Z", "description": "Executive Director, Sex Matters @SexMattersOrg\n\nSex matters in law and in life \nIt shouldn't take courage to say so\n\nEmployment Tribunal starts 7 March 2022", "location": null, "pinned_tweet_id": "1451916104889212929", "profile_image_url": "https://pbs.twimg.com/profile_images/1411087762451746819/UL_scMhW_normal.jpg", "protected": false, "url": "https://t.co/Y1x50iJBwC", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Y1x50iJBwC", "expanded_url": "http://www.sex-matters.org", "display_url": "sex-matters.org"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 33, "end": 47, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 50789, "following_count": 8031, "tweet_count": 40674, "listed_count": 340}, "withheld": null}
{"id": "216500040", "name": "MrsKrabapple\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udc99", "username": "MrsKrabapple", "created_at": "2010-11-16T22:11:10.000Z", "description": "Champion procrastinatrix, scatterbrain and collector of random (but beautiful) objects. Not sitting down, or shutting up. May intermittently lock account.", "location": "Scotland ", "pinned_tweet_id": "1183633392186941441", "profile_image_url": "https://pbs.twimg.com/profile_images/1402528667121635328/CQDlYJWa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2428, "following_count": 3217, "tweet_count": 80269, "listed_count": 8}, "withheld": null}
{"id": "956974104497786881", "name": "Goody Zoe", "username": "jessicazoeb", "created_at": "2018-01-26T19:36:21.000Z", "description": "Feminist, mother, human being. Sex matters.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/959921186447781888/HvBp4muB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1736, "following_count": 2403, "tweet_count": 23177, "listed_count": 5}, "withheld": null}
{"id": "1436093042", "name": "Helen Saxby", "username": "helensaxby11", "created_at": "2013-05-17T16:26:13.000Z", "description": "British feminist with immense social capital \ud83e\udd96", "location": "Brighton", "pinned_tweet_id": "1213908792968204289", "profile_image_url": "https://pbs.twimg.com/profile_images/643518017738014720/dZRTCwLX_normal.jpg", "protected": false, "url": "https://t.co/LCCLpqrHVj", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/LCCLpqrHVj", "expanded_url": "http://notthenewsinbriefs.wordpress.com", "display_url": "notthenewsinbriefs.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 12392, "following_count": 4390, "tweet_count": 27709, "listed_count": 76}, "withheld": null}
{"id": "91882717", "name": "I. Betty Lachgar \ud83c\udf97\ufe0f", "username": "IbtissameBetty", "created_at": "2009-11-22T22:33:51.000Z", "description": "Clinical Psychologist.\nCriminology/Victimology. \nHuman Rights activist. Individual Liberties/ Women's Rights/Abortion Rights. LGB&T. @MALImaroc @capp_radfem_", "location": "Rabat/Paris", "pinned_tweet_id": "1334513719729135617", "profile_image_url": "https://pbs.twimg.com/profile_images/1369959645457027072/cZlWQD4e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 133, "end": 143, "tag": null}, {"start": 144, "end": 157, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 10812, "following_count": 4280, "tweet_count": 47493, "listed_count": 109}, "withheld": null}
{"id": "365567356", "name": "Martin in Yorkshire", "username": "martinradio", "created_at": "2011-08-31T17:11:21.000Z", "description": "Radio \ud83d\udcfb is great. Supporter of women. Pro LGB rights.", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1160498681185017856/tU8xmeOp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 625, "following_count": 799, "tweet_count": 54868, "listed_count": 16}, "withheld": null}
{"id": "143154065", "name": "Emma Dolan", "username": "emmajaned0lan", "created_at": "2010-05-12T18:52:12.000Z", "description": "female textile artist\n#GenderAtheist\n\nhttps://t.co/LjjgMQB4n9", "location": "Leeds, Terf Island", "pinned_tweet_id": "1006177385220362242", "profile_image_url": "https://pbs.twimg.com/profile_images/1443330545304457216/sCiz0uGP_normal.jpg", "protected": false, "url": "https://t.co/Y4K7pGHRvX", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Y4K7pGHRvX", "expanded_url": "https://www.guiltquilt.com/", "display_url": "guiltquilt.com"}]}, "description": {"urls": [{"start": 38, "end": 61, "url": "https://t.co/LjjgMQB4n9", "expanded_url": "https://filia.teemill.com/collection/womens/", "display_url": "filia.teemill.com/collection/wom\u2026"}], "hashtags": [{"start": 22, "end": 36, "tag": "GenderAtheist"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2713, "following_count": 4063, "tweet_count": 15700, "listed_count": 16}, "withheld": null}
{"id": "1374246110093406209", "name": "Dinosaur with a vagina", "username": "congratsyourebi", "created_at": "2021-03-23T06:26:34.000Z", "description": "Kids can't consent. Humans can't change sex. SEXual orientation not 'genderal' orientation. \nPronouns: cast/out/the/dicks", "location": null, "pinned_tweet_id": "1452056051331702787", "profile_image_url": "https://pbs.twimg.com/profile_images/1443002338222825476/0PKh9NSU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 417, "following_count": 535, "tweet_count": 10853, "listed_count": 0}, "withheld": null}
{"id": "1221855685291495426", "name": "Yvonne", "username": "Yvonne_Biology", "created_at": "2020-01-27T18:01:49.000Z", "description": "The Witch They Couldn't Burn Woman; Not cis; Valkyrie No 9 pronouns are genotype-based", "location": null, "pinned_tweet_id": "1446068129449316352", "profile_image_url": "https://pbs.twimg.com/profile_images/1435889644495855620/KvP5hu_X_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1360, "following_count": 1959, "tweet_count": 22279, "listed_count": 1}, "withheld": null}
{"id": "1138113897154646017", "name": "Fifi Queerhawke Oink\ud83d\udd34\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "FifiOink", "created_at": "2019-06-10T16:01:12.000Z", "description": "92.7% of the people on here are fuckwits aren't they?", "location": null, "pinned_tweet_id": "1284093209065541634", "profile_image_url": "https://pbs.twimg.com/profile_images/1333735455112704000/C43AUGvc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1716, "following_count": 1838, "tweet_count": 18915, "listed_count": 1}, "withheld": null}
{"id": "3421697099", "name": "God Zilla \ud83c\udde8\ud83c\udde6 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "TrumpsterTrash", "created_at": "2015-08-14T07:39:54.000Z", "description": "Lover of whisky, food, dogs, politics, textile art, language, science, not necessarily in that order. Medical translator, writer, revisor. Quilt artist.", "location": null, "pinned_tweet_id": "1283669850477535234", "profile_image_url": "https://pbs.twimg.com/profile_images/724904760340582400/ZJfHCWh__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4002, "following_count": 4889, "tweet_count": 256586, "listed_count": 90}, "withheld": null}
{"id": "1290365635298504708", "name": "Camagu", "username": "Camagu29855652", "created_at": "2020-08-03T19:15:39.000Z", "description": "Black radical feminist. #IstandwithJKRowling. You can't stop people from critically thinking and asking questions.", "location": null, "pinned_tweet_id": "1309781600343908352", "profile_image_url": "https://pbs.twimg.com/profile_images/1400761424842997765/CwpIYKiU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 24, "end": 44, "tag": "IstandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 858, "following_count": 1079, "tweet_count": 13120, "listed_count": 2}, "withheld": null}
{"id": "1265326545607917568", "name": "t\ud83e\udd96rexfem", "username": "tempever", "created_at": "2020-05-26T16:59:57.000Z", "description": "agent of reality; fact shamer", "location": "California, USA", "pinned_tweet_id": "1440514748638896137", "profile_image_url": "https://pbs.twimg.com/profile_images/1450047023810375686/Vj8Y1ky9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2301, "following_count": 1815, "tweet_count": 31428, "listed_count": 1}, "withheld": null}
{"id": "215208220", "name": "Sister Suffragette", "username": "sisterousier", "created_at": "2010-11-13T08:35:15.000Z", "description": "\u201cNolite te bastardes carborundorum\u201d \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c#womenwontwheesht \u262e\ufe0f\ud83e\udd96\ud83d\udeba", "location": "Glasgow, Scotland", "pinned_tweet_id": "1247053794543878146", "profile_image_url": "https://pbs.twimg.com/profile_images/1370251871890374659/z6yDg5n3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 39, "end": 56, "tag": "womenwontwheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1157, "following_count": 2904, "tweet_count": 23756, "listed_count": 5}, "withheld": null}
{"id": "968147165561413633", "name": "Miguel", "username": "agathodaimonix", "created_at": "2018-02-26T15:34:06.000Z", "description": "", "location": null, "pinned_tweet_id": "1447131684214919169", "profile_image_url": "https://pbs.twimg.com/profile_images/1174806132935798785/6SEcLAtT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2353, "following_count": 3267, "tweet_count": 39689, "listed_count": 0}, "withheld": null}
{"id": "41552869", "name": "Brian", "username": "Dervheid", "created_at": "2009-05-21T08:32:26.000Z", "description": "Fed up waiting for politicians to deliver on their promises.\nAdult Male Human.\n\nBlocks Idiots & Science Deniers", "location": "Occupied Scotland.", "pinned_tweet_id": "848585952058540035", "profile_image_url": "https://pbs.twimg.com/profile_images/1252576038137323527/8L5Bk9mF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1596, "following_count": 1527, "tweet_count": 115581, "listed_count": 23}, "withheld": null}
{"id": "951711206", "name": "DrOlliesaurus \ud83e\udd96 \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "DrOllieB", "created_at": "2012-11-16T13:39:01.000Z", "description": "Celtic \ud83c\udf40 Clinical Psychologist. \u201chappiness cannot be pursued, it must ensue\u201d Viktor Frankl", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1391740451879886849/oniG6Oh4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 740, "following_count": 1886, "tweet_count": 4874, "listed_count": 0}, "withheld": null}
{"id": "756312779343015938", "name": "J.Bee", "username": "JCMBP22", "created_at": "2016-07-22T02:19:53.000Z", "description": "Time to take a stand against the Cult of the Woke Mob. Diverse Opinons + Critical Thinking #CancelCancelCulture #FreeSpeech #DebateNotDogma #IStandWithJKRowling", "location": "United States", "pinned_tweet_id": "1436574755939885060", "profile_image_url": "https://pbs.twimg.com/profile_images/1290297863973621768/9InKsbe6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 91, "end": 111, "tag": "CancelCancelCulture"}, {"start": 112, "end": 123, "tag": "FreeSpeech"}, {"start": 124, "end": 139, "tag": "DebateNotDogma"}, {"start": 140, "end": 160, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 317, "following_count": 1203, "tweet_count": 4513, "listed_count": 0}, "withheld": null}
{"id": "747827006780354561", "name": "Madre de Cabrones y chupacabras sedientos", "username": "madredecabrones", "created_at": "2016-06-28T16:20:27.000Z", "description": "Antirreligiosa, republicana, feminista (FEMINAZGUL \ud83d\udc9c...not the fun kind), metalera, Slytherin y Hobbit. Equidist\u00e1nfoba. A las cosas por su nombre.", "location": "Madrid, Espa\u00f1a", "pinned_tweet_id": "1340647529877299203", "profile_image_url": "https://pbs.twimg.com/profile_images/1332116114910883842/uGrU3-Cj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2130, "following_count": 2760, "tweet_count": 28079, "listed_count": 9}, "withheld": null}
{"id": "1367851044504485894", "name": "The Notorious TRF", "username": "hamster_gangsta", "created_at": "2021-03-05T14:54:43.000Z", "description": "Left leaning unenlightened centrist.\nAgnostic.\nAttention Deficit Disorder. \nCertified fatphobic by Womens Place's biggest fans.\nHigh functioning neurodiverse.", "location": "Grace Bros, the Strand, 1970s", "pinned_tweet_id": "1452108249336057862", "profile_image_url": "https://pbs.twimg.com/profile_images/1387670642166800384/baCabPl__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1333, "following_count": 2127, "tweet_count": 18372, "listed_count": 3}, "withheld": null}
{"id": "1254267565993603075", "name": "rose@inmyownfashion2", "username": "inmyownfashion2", "created_at": "2020-04-26T04:34:45.000Z", "description": "\u201cDouble, double toil and trouble; Fire burn and caldron bubble.\u201d", "location": null, "pinned_tweet_id": "1372637751359774728", "profile_image_url": "https://pbs.twimg.com/profile_images/1343237770811158531/p8JZhQgs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 7596, "following_count": 2893, "tweet_count": 117659, "listed_count": 29}, "withheld": null}
{"id": "1363789746347126784", "name": "Crypto\u20bfiddy", "username": "BiddyCrypto", "created_at": "2021-02-22T09:56:52.000Z", "description": "Crypto Investor, Tech Enthusiast. Black Radical Feminist, #SuperLesbian #BTC", "location": "Where The Money Resides", "pinned_tweet_id": "1439242469972054016", "profile_image_url": "https://pbs.twimg.com/profile_images/1428779963910656008/VdRDDNMV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 58, "end": 71, "tag": "SuperLesbian"}, {"start": 72, "end": 76, "tag": "BTC"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 491, "following_count": 766, "tweet_count": 28153, "listed_count": 1}, "withheld": null}
{"id": "1315540284948860933", "name": "Aethelflaed \ud83c\uddfa\ud83c\uddf8\u2640\ufe0f\ud83c\uddec\ud83c\udde7", "username": "pq863210", "created_at": "2020-10-12T06:30:28.000Z", "description": "#TeamTERF | Biden is a disaster", "location": "Boston, MA, USA", "pinned_tweet_id": "1413216308141957128", "profile_image_url": "https://pbs.twimg.com/profile_images/1412623487068426240/wWgavcCm_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 9, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 115, "following_count": 503, "tweet_count": 1699, "listed_count": 0}, "withheld": null}
{"id": "1429770222", "name": "Amanda Samuels", "username": "AmandaSamuels4", "created_at": "2013-05-15T07:27:13.000Z", "description": "\ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea\ud83c\udde6\ud83c\uddfaThe needs of women are more important than the wants of men.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1022349192251854848/C9rlw29D_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 403, "following_count": 868, "tweet_count": 2522, "listed_count": 0}, "withheld": null}
{"id": "172072526", "name": "M8She-Wolf", "username": "Nemaipa", "created_at": "2010-07-28T21:10:16.000Z", "description": "#sexnotgender #Istandwithjkrowling Occasional wakeboarder. Woman from Ipanema.", "location": null, "pinned_tweet_id": "1362437311481446401", "profile_image_url": "https://pbs.twimg.com/profile_images/1440535408052297732/nicMw9_i_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 13, "tag": "sexnotgender"}, {"start": 14, "end": 34, "tag": "Istandwithjkrowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 991, "following_count": 940, "tweet_count": 8720, "listed_count": 2}, "withheld": null}
{"id": "1858566007", "name": "NancyCrase", "username": "nancy_crase", "created_at": "2013-09-12T20:53:58.000Z", "description": "Avid swimmer, woodworker, collector of American Folk Art, listener of post-punk music, evidence based thinker. I support women and girls, globally.", "location": "Providence, Rhode Island, USA", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1177994040651997185/228p-1KA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 276, "following_count": 1430, "tweet_count": 2511, "listed_count": 1}, "withheld": null}
{"id": "798851986909106176", "name": "ana val #ElTechoDeAlgodonEsViolaci\u00f3n\ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83d\udc9c", "username": "anacum3", "created_at": "2016-11-16T11:35:30.000Z", "description": "", "location": "Barcelona, Espa\u00f1a", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452681874002874379/lxsz9YbN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2605, "following_count": 3252, "tweet_count": 247256, "listed_count": 12}, "withheld": null}
{"id": "994225109845016580", "name": "Sam Tyler", "username": "Unreal1973", "created_at": "2018-05-09T14:38:32.000Z", "description": "Say no to men without feeling the need to justify or excuse your disobedience. Do not relent. \n\n#EnforceBoundaries #IStandWithJKRowling", "location": null, "pinned_tweet_id": "1282402033543372803", "profile_image_url": "https://pbs.twimg.com/profile_images/1278193419433762816/0airg19v_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 114, "tag": "EnforceBoundaries"}, {"start": 115, "end": 135, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2052, "following_count": 4995, "tweet_count": 35122, "listed_count": 8}, "withheld": null}
{"id": "719638323921305600", "name": "Neverfallingforit", "username": "Neverfallingfo1", "created_at": "2016-04-11T21:28:41.000Z", "description": "Having gender dysphoria does not equate to being 'born in the wrong body'. We should stop asking children to decide where they fall on the 'gender spectrum'.", "location": null, "pinned_tweet_id": "1201771561063190529", "profile_image_url": "https://pbs.twimg.com/profile_images/1370516935075635203/JybgCDNe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4504, "following_count": 1746, "tweet_count": 20769, "listed_count": 16}, "withheld": null}
{"id": "201620117", "name": "Paige Olsen \u24cb \ud83d\udfe5", "username": "paigeolsen27", "created_at": "2010-10-12T07:35:15.000Z", "description": "\ud83c\udf31 Occasionally sarcastic, liable to binge-watch YouTube, a bit fond of cats. Sick of playing chess with pigeons. Gender ideology is misogyny.", "location": "New Zealand", "pinned_tweet_id": "1446969403795402755", "profile_image_url": "https://pbs.twimg.com/profile_images/1140140508833968128/LxqEcKiP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 779, "following_count": 1217, "tweet_count": 46535, "listed_count": 10}, "withheld": null}
{"id": "1204577722237882368", "name": "Athena's Shield", "username": "athena_shield", "created_at": "2019-12-11T01:44:59.000Z", "description": "#RadFem #Amazon #Anarchist #AntiCiv #Veteran! Upholding Truth, Justice & Rights of Women & Children.\ud83c\udfc1\ud83c\uddec\ud83c\uddf7\ud83e\uddd9\u200d\u2640\ufe0f #AdultHumanFemale #WomenStandUp #Warrioress", "location": "Mount Olympus, Hellas", "pinned_tweet_id": "1274382452505657346", "profile_image_url": "https://pbs.twimg.com/profile_images/1204584354908913665/tHS4QKZF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 7, "tag": "RadFem"}, {"start": 8, "end": 15, "tag": "Amazon"}, {"start": 16, "end": 26, "tag": "Anarchist"}, {"start": 27, "end": 35, "tag": "AntiCiv"}, {"start": 36, "end": 44, "tag": "Veteran"}, {"start": 108, "end": 125, "tag": "AdultHumanFemale"}, {"start": 126, "end": 139, "tag": "WomenStandUp"}, {"start": 140, "end": 151, "tag": "Warrioress"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 129, "following_count": 299, "tweet_count": 1437, "listed_count": 0}, "withheld": null}
{"id": "2262251493", "name": "Woman \ud83e\udd95\ud83e\udd96", "username": "Karen21001230", "created_at": "2014-01-04T17:28:17.000Z", "description": "North London. Mother. Feminist. Teacher.", "location": null, "pinned_tweet_id": "1299103496680210434", "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1019, "following_count": 2155, "tweet_count": 12455, "listed_count": 4}, "withheld": null}
{"id": "3197297225", "name": "Isabel G. Chico \u2764\ufe0f\ud83d\udc9b\ud83d\udc9c \ud83d\udd3b\u2640\ufe0f", "username": "tressymaniqui", "created_at": "2015-04-23T08:57:35.000Z", "description": "Bloqueo Fascistas, Machistas y Memos", "location": null, "pinned_tweet_id": "1272326109644951553", "profile_image_url": "https://pbs.twimg.com/profile_images/1270394478092746752/sYf1rHj4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3128, "following_count": 5000, "tweet_count": 117137, "listed_count": 19}, "withheld": null}
{"id": "3343374345", "name": "lelayna\ud83d\udd3b \ud83c\uddea\ud83c\uddf8\ud83d\udd3b", "username": "eloynall", "created_at": "2015-06-24T00:46:50.000Z", "description": "un error estad\u00edstico", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/985896123641495552/gDqpdmzT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 745, "following_count": 893, "tweet_count": 73823, "listed_count": 3}, "withheld": null}
{"id": "333348576", "name": "Bel\u00e9m #mulher", "username": "BlemcomM", "created_at": "2011-07-11T11:54:06.000Z", "description": "Mulher hetero, branca e casada. O que vem sendo \"O MAL\". Ah, galega e nacionalista tamb\u00e9m. Pronomes: cona/parrocha/grelo.", "location": "A Coru\u00f1a (Galiza)", "pinned_tweet_id": "1146152910306381825", "profile_image_url": "https://pbs.twimg.com/profile_images/1451293459885838339/w57z3O_J_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2278, "following_count": 816, "tweet_count": 88609, "listed_count": 26}, "withheld": null}
{"id": "885192794477932547", "name": "ajoyagua \u06de\u267b\ufe0f\ud83d\udd4a\u267b\ufe0f\u06de", "username": "smerlapeke", "created_at": "2017-07-12T17:43:03.000Z", "description": "Dame un libro y me olvidar\u00e9 del mundo. Dame tu idioma, toma el m\u00edo, y derribaremos murallas, construiremos puentes. Ohito: aq\u00ed \u00e7'eccribe tami\u00e9 n'andal\u00fbh.", "location": "\u2702\ufe0f\ud83e\ude9a\u2702\ufe0f Punisexual \u2702\ufe0f\ud83e\ude9a\u2702\ufe0f", "pinned_tweet_id": "1258030275650621440", "profile_image_url": "https://pbs.twimg.com/profile_images/1060559817562120193/Be0eDFAi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3873, "following_count": 3447, "tweet_count": 54864, "listed_count": 9}, "withheld": null}
{"id": "1283092914", "name": "Clutter \ud83d\udd78\ufe0f", "username": "Clutter2", "created_at": "2013-03-20T12:11:27.000Z", "description": "Bipolar since teens. ThyCa 2011. Ill on T4 monotherapy. Recovering on T4/T3 combination. Hate injustice, intolerance & cold, wet, grey days.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1056529155930628097/zSA0Bztj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1347, "following_count": 3302, "tweet_count": 76557, "listed_count": 13}, "withheld": null}
{"id": "19677590", "name": "Bubblejet", "username": "Bubblejet", "created_at": "2009-01-28T21:34:30.000Z", "description": "Post menopausal wheelchair user", "location": "The Interweb", "pinned_tweet_id": "1206312140145119234", "profile_image_url": "https://pbs.twimg.com/profile_images/1258196602524545025/vhdysksl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2025, "following_count": 1992, "tweet_count": 126907, "listed_count": 55}, "withheld": null}
{"id": "384751954", "name": "ItsTheSueBit", "username": "stevesuewright", "created_at": "2011-10-04T08:07:44.000Z", "description": "A woman in awe of the gender critical women on twitter. Pronouns: Don't/Belong/To You", "location": "peak trans", "pinned_tweet_id": "1427015542297219072", "profile_image_url": "https://pbs.twimg.com/profile_images/1315404582579822592/_RFuq2cH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 362, "following_count": 81, "tweet_count": 6953, "listed_count": 1}, "withheld": null}
{"id": "1228619982050910208", "name": "Vern McElhinney \u2b1b\ud83d\udfe7", "username": "VernMachil", "created_at": "2020-02-15T10:00:27.000Z", "description": "My bite is so much worse.\n\nAnti: Gender ideology garbage.\n\nNon-binary on Tuesdays.\n\nDeveloper at Fnord Technologies https://t.co/iZjqlYKggc", "location": "Wonderland", "pinned_tweet_id": "1430570488342925312", "profile_image_url": "https://pbs.twimg.com/profile_images/1364357833102422018/7Ns9Ottn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 116, "end": 139, "url": "https://t.co/iZjqlYKggc", "expanded_url": "http://fnordtechnologies.boards.net", "display_url": "fnordtechnologies.boards.net"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1381, "following_count": 1241, "tweet_count": 29575, "listed_count": 1}, "withheld": null}
{"id": "1216570500132081664", "name": "Solanaceae\ud83c\udfc4\u200d\u2640\ufe0f\ud83d\udc9c\u25ab\ufe0f\ud83d\udc9a", "username": "noddybat", "created_at": "2020-01-13T04:00:42.000Z", "description": "GC. I \u2764 JK Rowling. Fvck your pronouns.", "location": "Overlooking the water", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1276396939614003200/-XtG71ju_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 984, "following_count": 2155, "tweet_count": 8221, "listed_count": 1}, "withheld": null}
{"id": "43153756", "name": "Karin Litzcke, PPC Candidate, Vancouver East, 2021", "username": "KarinLitzcke", "created_at": "2009-05-28T17:28:01.000Z", "description": "The leftist urge to make the world a better place, but w/o the saviour complex & tyranny.\nExpert on institutional decline.\nI also tweet @standardsofprax.", "location": "Vancouver BC Canada", "pinned_tweet_id": "1395227058448461833", "profile_image_url": "https://pbs.twimg.com/profile_images/1434231984109281285/U_bkIxDs_normal.jpg", "protected": false, "url": "https://t.co/lJDc2nXOB4", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/lJDc2nXOB4", "expanded_url": "https://ctjester.blogspot.com/2020/02/transitioning-500-foster-kids-cant.html", "display_url": "ctjester.blogspot.com/2020/02/transi\u2026"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 136, "end": 152, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2133, "following_count": 3406, "tweet_count": 63559, "listed_count": 73}, "withheld": null}
{"id": "963150872137084928", "name": "Lena", "username": "Lena_doubleX", "created_at": "2018-02-12T20:40:37.000Z", "description": "A woman. The double X variety. @Lena@spinster.xyz", "location": "London, England", "pinned_tweet_id": "1335359863078195201", "profile_image_url": "https://pbs.twimg.com/profile_images/963154892247347200/Tf39Zh7x_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1077, "following_count": 1935, "tweet_count": 21494, "listed_count": 2}, "withheld": null}
{"id": "1151706101521326080", "name": "E Spenser Esq.", "username": "EsqSpenser", "created_at": "2019-07-18T04:11:47.000Z", "description": "Vain man.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1151707401474592769/1KmkCpg9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 171, "following_count": 301, "tweet_count": 3580, "listed_count": 0}, "withheld": null}
{"id": "95298042", "name": "Pro-UK Anti-Theism\u269b\ufe0f\ud83c\uddec\ud83c\udde7\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "AyrshireBog", "created_at": "2009-12-07T22:57:23.000Z", "description": "Atheist/Secularist. Anti-isms: Be rational. #LeftNotWoke. Anti-nationalist. Pronouns? - fk off.", "location": "Scotland", "pinned_tweet_id": "892785322765012993", "profile_image_url": "https://pbs.twimg.com/profile_images/639545831721431041/NKsYaCCa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 44, "end": 56, "tag": "LeftNotWoke"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2217, "following_count": 2705, "tweet_count": 197153, "listed_count": 74}, "withheld": null}
{"id": "1106120654032650241", "name": "\ud83e\udd96Vaginosaurus Rex \ud83e\udd95", "username": "nightnurse_666", "created_at": "2019-03-14T09:11:29.000Z", "description": "Feminist. Mental Health Nurse. Amateur Artist. Adult human female. \nPronouns: Say/What You/See", "location": "Bradford", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443247766210289675/DsKqRjjv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 987, "following_count": 1274, "tweet_count": 11566, "listed_count": 2}, "withheld": null}
{"id": "1078209716789088257", "name": "poppycat", "username": "poppyca28972829", "created_at": "2018-12-27T08:43:23.000Z", "description": "Adult human female", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1079702934114521088/RSaAuLeY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2225, "following_count": 3667, "tweet_count": 27737, "listed_count": 2}, "withheld": null}
{"id": "734387701156302848", "name": "Alba VeeDub", "username": "AlbaVeeDub", "created_at": "2016-05-22T14:17:27.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fAlba Party Founder Member, wish to be an EU citizen again\ud83c\uddea\ud83c\uddfa A daughter, wife, mother - a woman. Woman\u2122\ufe0f = Adult Human Female.", "location": "Argyll, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400517157587357700/d6luIHS2_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 617, "following_count": 935, "tweet_count": 3321, "listed_count": 0}, "withheld": null}
{"id": "2588256555", "name": "The Honourable Yona", "username": "yona1959", "created_at": "2014-06-07T00:15:50.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1191758904897748993/0dRoQmMW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3906, "following_count": 4490, "tweet_count": 208194, "listed_count": 18}, "withheld": null}
{"id": "186446431", "name": "Alba", "username": "alba_fem", "created_at": "2010-09-03T13:52:45.000Z", "description": "Lo personal es pol\u00edtico.\u2640\ufe0f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1390444606165192705/36HJKnHe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 81, "following_count": 188, "tweet_count": 1567, "listed_count": 0}, "withheld": null}
{"id": "332151711", "name": "Jeannie \ud83c\uddec\ud83c\udde7\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "jeanniejuno", "created_at": "2011-07-09T09:13:07.000Z", "description": "Dementia Friends Champion. Exiled Yorkshire lass. Working class. Wobbly RC. Politics ranter. Free speech. Block abuse. WOMAN.", "location": null, "pinned_tweet_id": "1452389504174772233", "profile_image_url": "https://pbs.twimg.com/profile_images/1309767473827393537/gJcEmWvQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3770, "following_count": 2314, "tweet_count": 191960, "listed_count": 8}, "withheld": null}
{"id": "1332414110370308096", "name": "One of the Eumenides \ud83d\udfe3\u26aa\ud83d\udfe2", "username": "AnnOnyme100", "created_at": "2020-11-27T20:01:42.000Z", "description": "Adult Human Female. Gen(d)erally critical, never Cis.\n(Very) old lady feminist. Call me Alecto. \nDay job, Fury: punishing moral crimes.\n#IStandWithKathleenStock", "location": "Terf Island", "pinned_tweet_id": "1448420420886085635", "profile_image_url": "https://pbs.twimg.com/profile_images/1407245445399822336/6VDU416m_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 136, "end": 160, "tag": "IStandWithKathleenStock"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 491, "following_count": 1143, "tweet_count": 1797, "listed_count": 1}, "withheld": null}
{"id": "1172115161643139073", "name": "CraiginWales Loves the word Mother.", "username": "ghost_wales", "created_at": "2019-09-12T11:50:56.000Z", "description": "Ex \ud83c\uddec\ud83c\udde7 Soldier now Truck driver. Any moron who thinks the word Mother is offensive can take a running jump especially those morons at Stonewall.", "location": "Real world not woke world ", "pinned_tweet_id": "1424347225199677445", "profile_image_url": "https://pbs.twimg.com/profile_images/1452567917355274247/OfJkKySM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 23656, "following_count": 16664, "tweet_count": 126538, "listed_count": 13}, "withheld": null}
{"id": "1270274809231020033", "name": "Disobedient Female", "username": "DisobedientDame", "created_at": "2020-06-09T08:41:47.000Z", "description": "I'm one of those scary feminists the bearded anime fans warned you about.\nUP/YOURS\ud83d\udd95", "location": "Essex UK ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1270343275212390403/AYG0jvTL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 91, "following_count": 175, "tweet_count": 353, "listed_count": 0}, "withheld": null}
{"id": "186565999", "name": "Catherine vonRuhland", "username": "cvonruhland", "created_at": "2010-09-03T20:13:19.000Z", "description": "Writer/author on Green issues & social action, film, faith, and sexuality.\nLongterm dialysis patient in ESA Support Group. \nWould pay to cuddle a pangolin.", "location": "SW London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/472873271113695233/4V5byYH-_normal.jpeg", "protected": false, "url": "https://t.co/PmCtzHUXjN", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/PmCtzHUXjN", "expanded_url": "http://kissbangchristmas.wordpress.com", "display_url": "kissbangchristmas.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 2440, "following_count": 2808, "tweet_count": 108472, "listed_count": 48}, "withheld": null}
{"id": "210941032", "name": "Norma Moore", "username": "Mousehole1", "created_at": "2010-11-01T21:14:35.000Z", "description": "Live in Mousehole. Also tweet for @sgco\nhttps://t.co/wLKbJ0lnRa", "location": "Mousehole, Cornwall", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1181729426/Mousehole4_normal.jpg", "protected": false, "url": "http://t.co/DdfEMKHjyH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/DdfEMKHjyH", "expanded_url": "http://sgco.co.uk/", "display_url": "sgco.co.uk"}]}, "description": {"urls": [{"start": 40, "end": 63, "url": "https://t.co/wLKbJ0lnRa", "expanded_url": "https://www.facebook.com/pages/St-Georges-Chamber-Orchestra-SGCO/94964448752?fref=ts", "display_url": "facebook.com/pages/St-Georg\u2026"}], "hashtags": null, "mentions": [{"start": 34, "end": 39, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2945, "following_count": 4988, "tweet_count": 191867, "listed_count": 99}, "withheld": null}
{"id": "1295403369629200387", "name": "CattyArt", "username": "CattyArt1", "created_at": "2020-08-17T16:53:40.000Z", "description": "I like cats & art \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": null, "pinned_tweet_id": "1395352859810615301", "profile_image_url": "https://pbs.twimg.com/profile_images/1370691889838559232/qCY6PdCh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1704, "following_count": 4993, "tweet_count": 15285, "listed_count": 6}, "withheld": null}
{"id": "1271879250916732928", "name": "Sexisanobjectivereality", "username": "Blitheandjovial", "created_at": "2020-06-13T18:57:40.000Z", "description": "PROUD GATEKEEPER \nA gatekeeper lax in her/his duties could bring ruin upon an entire civilization.", "location": null, "pinned_tweet_id": "1280241657175146496", "profile_image_url": "https://pbs.twimg.com/profile_images/1271880494037123072/RHbL2vtH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2297, "following_count": 4159, "tweet_count": 12792, "listed_count": 7}, "withheld": null}
{"id": "1333406773504585728", "name": "Livia \ud83e\udd95| You don't make her like that #nothankyou", "username": "transwitwe", "created_at": "2020-11-30T13:45:35.000Z", "description": "Momof3 | Wife of an #Autogynephile | Gender Critical Feminist | Woman is not a feeling/costume | #IstandwithKeiraBell #IstandwithJKRowling", "location": "Deutschland \ud83c\udde9\ud83c\uddea \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "pinned_tweet_id": "1333524936258973696", "profile_image_url": "https://pbs.twimg.com/profile_images/1443626968184991749/yBwjGs_A_normal.jpg", "protected": false, "url": "https://t.co/TTGUs8VLbv", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/TTGUs8VLbv", "expanded_url": "http://www.womanrights-are-humanrights.de", "display_url": "womanrights-are-humanrights.de"}]}, "description": {"urls": null, "hashtags": [{"start": 20, "end": 34, "tag": "Autogynephile"}, {"start": 97, "end": 117, "tag": "IstandwithKeiraBell"}, {"start": 118, "end": 138, "tag": "IstandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1290, "following_count": 2270, "tweet_count": 6241, "listed_count": 1}, "withheld": null}
{"id": "2862531964", "name": "Bart's Mum", "username": "ja022103", "created_at": "2014-11-05T13:48:01.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 118, "following_count": 240, "tweet_count": 16747, "listed_count": 0}, "withheld": null}
{"id": "1174421963189694466", "name": "Isla Adele", "username": "AdeleIsla", "created_at": "2019-09-18T20:36:45.000Z", "description": "Tell the truth. Nothing grows in the shadow of a lie. No virtue exists without courage. \n\nAlways remember: your fantasy is not my reality and I won't say it is", "location": "We are all \ud83c\uddee\ud83c\uddf1.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1206266814222782465/Lp-Tdp2X_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1067, "following_count": 1462, "tweet_count": 20158, "listed_count": 2}, "withheld": null}
{"id": "19586643", "name": "Where the f*k is Oscar Goldman \ud83e\udd96 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "spiralmoney", "created_at": "2009-01-27T11:02:39.000Z", "description": "Adult female horse = mare \nAdult female sheep = ewe \nAdult female chicken = hen \nAdult female human = woman \n\nThe word woman is taken. Not yours. Not male.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400550623590981633/kRQ2IEKL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2371, "following_count": 3389, "tweet_count": 21889, "listed_count": 9}, "withheld": null}
{"id": "193937148", "name": "Catherine Karena \ud83e\udd96", "username": "cakarena", "created_at": "2010-09-23T01:08:30.000Z", "description": "The business model of the youth #transition industry - I take 9 minutes to show you why this is a 5.2 trillion dollar industry...", "location": "Sydney", "pinned_tweet_id": "1373753389541060609", "profile_image_url": "https://pbs.twimg.com/profile_images/1128827337942810624/NbrPYihY_normal.png", "protected": false, "url": "https://t.co/s0Mj8jcV22", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/s0Mj8jcV22", "expanded_url": "https://youtu.be/nkSiidVyHSE", "display_url": "youtu.be/nkSiidVyHSE"}]}, "description": {"urls": null, "hashtags": [{"start": 32, "end": 43, "tag": "transition"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 690, "following_count": 893, "tweet_count": 7892, "listed_count": 19}, "withheld": null}
{"id": "1436433500", "name": "Dennis Noel Kavanagh", "username": "Jebadoo2", "created_at": "2013-05-17T18:57:26.000Z", "description": "Legal commentator at https://t.co/l6yODWnUqg. Homosexual. My pronouns are as of the operation of the devilishly handsome English Language.", "location": "The \"really bad\" timeline ", "pinned_tweet_id": "1391191261743353858", "profile_image_url": "https://pbs.twimg.com/profile_images/1424523774418989057/f94zDfo6_normal.jpg", "protected": false, "url": "https://t.co/MnHcyRzQvc", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/MnHcyRzQvc", "expanded_url": "http://www.denniskavanagh.net", "display_url": "denniskavanagh.net"}]}, "description": {"urls": [{"start": 21, "end": 44, "url": "https://t.co/l6yODWnUqg", "expanded_url": "http://lesbianandgaynews.com", "display_url": "lesbianandgaynews.com"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 16944, "following_count": 2954, "tweet_count": 37628, "listed_count": 57}, "withheld": null}
{"id": "1332806925608755202", "name": "Ellen R\ud83d\udc9a\ud83d\udeba", "username": "MU_THUR6000", "created_at": "2020-11-28T22:02:05.000Z", "description": "#superlesbian \ud83e\uddd9\ud83c\udffb\u200d\u2640\ufe0f\ud83e\uddec\ud83c\uddee\ud83c\uddea \u2018Ripley\u2019 as in \u201cget away from HER you twits!\u201d and not Ripley\u2019s believe it or... get cancelled. Pronouns: Xe/No/Morph", "location": "\u00c9ire", "pinned_tweet_id": "1408521262205485086", "profile_image_url": "https://pbs.twimg.com/profile_images/1332808131576008707/0gwqfn2W_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 13, "tag": "superlesbian"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 794, "following_count": 2247, "tweet_count": 10444, "listed_count": 3}, "withheld": null}
{"id": "4182967036", "name": "maxiboy", "username": "maxiboy19641988", "created_at": "2015-11-14T01:49:56.000Z", "description": "love to laugh, inclusivity dosent always mean equality. Born female, observed, not assigned!\ud83e\udde1\ud83d\udda4", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1313934729771708416/ZJPObJmq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 517, "following_count": 547, "tweet_count": 42632, "listed_count": 0}, "withheld": null}
{"id": "1229498923825467395", "name": "Guy Oldern non-female mind your own pronouns.", "username": "GuyOldern", "created_at": "2020-02-17T20:12:52.000Z", "description": "Just an old guy pissing into the wind", "location": "usa", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1437522413198135301/AamVP9cH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 313, "following_count": 410, "tweet_count": 17348, "listed_count": 0}, "withheld": null}
{"id": "1323565803204157440", "name": "Erasing Women", "username": "ErasingWomen", "created_at": "2020-11-03T10:01:16.000Z", "description": "Calling out organisations using language that erases women", "location": "UK ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1352374837369589765/TH583FBK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3587, "following_count": 10, "tweet_count": 1249, "listed_count": 8}, "withheld": null}
{"id": "1308170660313735169", "name": "Terry Stock", "username": "TerryStock8", "created_at": "2020-09-21T22:26:18.000Z", "description": "Mainly interested in information relating to the protection of women, children and LGB people and their rights. End #MVAWG End #MaleViolence #BeBraverToday \ud83e\uddb4\ud83d\udc15", "location": null, "pinned_tweet_id": "1445068544039862282", "profile_image_url": "https://pbs.twimg.com/profile_images/1308171291212513280/9VYuf-DH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 116, "end": 122, "tag": "MVAWG"}, {"start": 127, "end": 140, "tag": "MaleViolence"}, {"start": 141, "end": 155, "tag": "BeBraverToday"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1064, "following_count": 1078, "tweet_count": 4457, "listed_count": 2}, "withheld": null}
{"id": "16608127", "name": "doodlewhale \ud83d\udc32\ud83e\udd95\ud83d\udc99\ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea\ud83e\udd96", "username": "doodlewhale", "created_at": "2008-10-06T01:08:14.000Z", "description": "Conceptually an artist. #pwME Autodidact. Multipotentialite. Acting up. #NHSBlueHeart \ud83d\udc99 #WomenWontWheesht \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea Pronouns No/Thank/You #NoThankYou", "location": "Norfolk, United Kingdom", "pinned_tweet_id": "798519454116249600", "profile_image_url": "https://pbs.twimg.com/profile_images/1438200399736053773/b3mrqjVX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 24, "end": 29, "tag": "pwME"}, {"start": 72, "end": 85, "tag": "NHSBlueHeart"}, {"start": 88, "end": 105, "tag": "WomenWontWheesht"}, {"start": 133, "end": 144, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5734, "following_count": 5824, "tweet_count": 55406, "listed_count": 134}, "withheld": null}
{"id": "1227695109594112000", "name": "\ud83c\udf44AlexAgaricus\ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "username": "CoprinusGarden", "created_at": "2020-02-12T20:45:49.000Z", "description": "\u2640Woman-AHF\ud83d\udfe5 Loves\ud83c\udf44\ud83c\udf44\ud83c\udf44.\n\nIf Bio-Sex is so arbitrary, why aren't Women stealing Men's places in Sports? \n\u2640\ufe0f\u2642\ufe0f & a spectrum of personalities. That's it.", "location": "West Yorkshire ", "pinned_tweet_id": "1413929657548877825", "profile_image_url": "https://pbs.twimg.com/profile_images/1412822016504340488/owCOI3jA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1139, "following_count": 1882, "tweet_count": 14671, "listed_count": 3}, "withheld": null}
{"id": "52822665", "name": "Avril Peppard \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd96\ud83e\udd96\ud83e\udd95 \ud83e\udd95", "username": "The_real_Avvie", "created_at": "2009-07-01T19:24:27.000Z", "description": "lesbian, adult human female. #IStandWithJKRowling #IStandWithRosieDuffield #WhatIsAWoman #BeBraverToday #NoThankYou #HearMeRoar #IStandWithKathleenStock", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1392911581873418241/mLE7ESi0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 29, "end": 49, "tag": "IStandWithJKRowling"}, {"start": 50, "end": 74, "tag": "IStandWithRosieDuffield"}, {"start": 75, "end": 88, "tag": "WhatIsAWoman"}, {"start": 89, "end": 103, "tag": "BeBraverToday"}, {"start": 104, "end": 115, "tag": "NoThankYou"}, {"start": 116, "end": 127, "tag": "HearMeRoar"}, {"start": 128, "end": 152, "tag": "IStandWithKathleenStock"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 286, "following_count": 785, "tweet_count": 7870, "listed_count": 0}, "withheld": null}
{"id": "526020270", "name": "TREVOR ALLMAN", "username": "TrevorWAllman", "created_at": "2012-03-16T04:12:34.000Z", "description": "Working Class Socialist. Actor. Greenwich Borough Councillor (1986-90). Equity London Ctte (2003-07). Ex-CoHSE & GMB Union Rep. @Official_MRLP Candidate (2021).", "location": "Blackheath", "pinned_tweet_id": "877135481712070657", "profile_image_url": "https://pbs.twimg.com/profile_images/920688412381908994/Vcd90s_e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 128, "end": 142, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1391, "following_count": 112, "tweet_count": 128959, "listed_count": 50}, "withheld": null}
{"id": "1525992342", "name": "Donna", "username": "GoFigureItOut2", "created_at": "2013-06-17T22:07:52.000Z", "description": "Don't ever be telling me to \"be kind\" - its being kind that got us in this position.", "location": "Edinburgh", "pinned_tweet_id": "1270776161006731270", "profile_image_url": "https://pbs.twimg.com/profile_images/1232798123912761344/3sOlqIY8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 990, "following_count": 374, "tweet_count": 23604, "listed_count": 1}, "withheld": null}
{"id": "105450534", "name": "Annette Neary \ud83c\uddee\ud83c\uddea", "username": "feline_charm", "created_at": "2010-01-16T11:18:28.000Z", "description": "Independent self-employed Consultant Physician/ Nephrologist.\nCatwoman.\n#Feminist\n*What you permit, you promote*", "location": "Galway, Ireland", "pinned_tweet_id": "1366079617732407296", "profile_image_url": "https://pbs.twimg.com/profile_images/611885104084975616/tlUyUPva_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 72, "end": 81, "tag": "Feminist"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6489, "following_count": 6967, "tweet_count": 174357, "listed_count": 76}, "withheld": null}
{"id": "1026821127870603264", "name": "\ud83c\udf88\ud83c\udf88\ud83c\udf88", "username": "Irmenberga", "created_at": "2018-08-07T13:23:29.000Z", "description": "Ill fares the land, to hastening ills a prey, Where wealth accumulates and men decay. I incite this meeting to rebellion.", "location": "Babylon ", "pinned_tweet_id": "1234203782298378246", "profile_image_url": "https://pbs.twimg.com/profile_images/1451662670785097734/0-cCz8lx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2561, "following_count": 2285, "tweet_count": 85304, "listed_count": 5}, "withheld": null}
{"id": "23744364", "name": "\ud835\udd44\ud835\udd54\ud835\udd4b\ud835\udd56\ud835\udd63\ud835\udd57\ud835\udd6a\ud835\udd4b\ud835\udd56\ud835\udd52\ud835\udd54\ud835\udd52\ud835\udd5c\ud835\udd56\u2640\ufe0f\ud83e\uddd9\ud83e\udd95 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "ry0ko3", "created_at": "2009-03-11T10:26:55.000Z", "description": "Ashamed of my country.Worried for my children.#IStandWithMarionMillar #WomenWontWheesht @SexMattersOrg #JusticeforAllison #NoThankYou #IStandWithKeiraBell", "location": "In a \ud83d\udd90\ud83e\uddfaen route 2 \ud83d\udd25", "pinned_tweet_id": "1280571145603944450", "profile_image_url": "https://pbs.twimg.com/profile_images/1445513702539612163/7xUTimUa_normal.jpg", "protected": false, "url": "https://t.co/Exjeczt1ie", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Exjeczt1ie", "expanded_url": "https://forwomen.scot/", "display_url": "forwomen.scot"}]}, "description": {"urls": null, "hashtags": [{"start": 46, "end": 69, "tag": "IStandWithMarionMillar"}, {"start": 70, "end": 87, "tag": "WomenWontWheesht"}, {"start": 103, "end": 121, "tag": "JusticeforAllison"}, {"start": 122, "end": 133, "tag": "NoThankYou"}, {"start": 134, "end": 154, "tag": "IStandWithKeiraBell"}], "mentions": [{"start": 88, "end": 102, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 372, "following_count": 779, "tweet_count": 6797, "listed_count": 0}, "withheld": null}
{"id": "1369721447002824708", "name": "Irish The Frenchiesaurus", "username": "frenchie_irish", "created_at": "2021-03-10T18:47:04.000Z", "description": "Hoarder of rights\ud83e\udd96\ud83e\udd95 \u2640\ufe0f Native American, pharmacist, mother, Daughter, Sister, Aunt, and Niece-NOT a \"uterus haver\" #GC #SexNotGender", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1369721592109031426/Fm8nkjdD_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 116, "end": 119, "tag": "GC"}, {"start": 120, "end": 133, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1048, "following_count": 1702, "tweet_count": 11712, "listed_count": 4}, "withheld": null}
{"id": "206073626", "name": "Jaggybunnet", "username": "hughgmeechan", "created_at": "2010-10-22T06:34:49.000Z", "description": "Appreciator of the fine things in life, and of Greenock Morton.", "location": null, "pinned_tweet_id": "1198642680286384128", "profile_image_url": "https://pbs.twimg.com/profile_images/1371172066607706114/sfLAbvfW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1567, "following_count": 1906, "tweet_count": 54313, "listed_count": 6}, "withheld": null}
{"id": "1326867091333537793", "name": "Conservatives for Women", "username": "CforWomenUK", "created_at": "2020-11-12T12:39:59.000Z", "description": "We campaign within the public sphere, and in the heart of Westminster, to raise awareness of issues which threaten the safety and dignity of women.", "location": "UK", "pinned_tweet_id": "1335182924560392193", "profile_image_url": "https://pbs.twimg.com/profile_images/1330199149338390529/iSKT4HuK_normal.jpg", "protected": false, "url": "https://t.co/u3lyd8bwff", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/u3lyd8bwff", "expanded_url": "https://conservativesforwomen.org/", "display_url": "conservativesforwomen.org"}]}, "description": null}, "public_metrics": {"followers_count": 2517, "following_count": 168, "tweet_count": 5333, "listed_count": 9}, "withheld": null}
{"id": "36387547", "name": "Fiona", "username": "DerryBanShee", "created_at": "2009-04-29T15:40:08.000Z", "description": "Rower, parkrunner, Derry girl", "location": "UK", "pinned_tweet_id": "1297565149042180102", "profile_image_url": "https://pbs.twimg.com/profile_images/1329729546887761920/SNQaO69o_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1591, "following_count": 1961, "tweet_count": 21378, "listed_count": 7}, "withheld": null}
{"id": "1278785713996259334", "name": "Paintpot \ud83d\uded1\ud83c\udff3\ufe0f\u200d\ud83c\udf08", "username": "Paintpot17", "created_at": "2020-07-02T20:21:00.000Z", "description": "Artist. Lovely Lesbian . GC woman. Ancient Greek Hist geekette. I had ovarian cancer which I failed to identify out of. Pronouns:No Thank You", "location": "Scotland home of fine quines", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400543178743242752/P8U3M-EQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3078, "following_count": 4989, "tweet_count": 114336, "listed_count": 7}, "withheld": null}
{"id": "277439386", "name": "\ud83e\udd95Karen\ud83e\udd96\ud83d\udc5c\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "kash1299", "created_at": "2011-04-05T11:19:50.000Z", "description": "Feminist. Woman. A Karen. tweetsRmine", "location": "Manchester", "pinned_tweet_id": "1209441145278943232", "profile_image_url": "https://pbs.twimg.com/profile_images/1198718744845045762/GVAdFdNj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 612, "following_count": 1004, "tweet_count": 12273, "listed_count": 20}, "withheld": null}
{"id": "1394611518667468806", "name": "Arya", "username": "endofpatriarchy", "created_at": "2021-05-18T11:11:57.000Z", "description": "'Every living step is a philosophical choice' SdB", "location": "womanhood", "pinned_tweet_id": "1394735250115280897", "profile_image_url": "https://pbs.twimg.com/profile_images/1405120256385769477/iF4eNlRB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 154, "following_count": 405, "tweet_count": 3409, "listed_count": 4}, "withheld": null}
{"id": "65331599", "name": "Helen \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83e\udd96", "username": "hgradfem101", "created_at": "2009-08-13T10:09:47.000Z", "description": "Radical feminist and centrist Mum, amongst other things. Part of the we-will-not-be-silenced majority. Also a \ud83e\udd96, apparently.", "location": "Terf Island ", "pinned_tweet_id": "1349123157400182790", "profile_image_url": "https://pbs.twimg.com/profile_images/1417039857981997057/DWDP4Tkb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1211, "following_count": 4099, "tweet_count": 44715, "listed_count": 21}, "withheld": null}
{"id": "1277002572411305985", "name": "difusion_feminista \ud83e\udd95", "username": "d_feminista", "created_at": "2020-06-27T22:15:35.000Z", "description": "El feminismo es abolicionista. Punto.\nPronouns: Sex based, like my oppression.\n(Imagen de Cabecera @xiana_rivas en Instagram)\n#ActuallyAutistict | #SoyAutista", "location": null, "pinned_tweet_id": "1444348985158815745", "profile_image_url": "https://pbs.twimg.com/profile_images/1348417013786566667/KBpymR6__normal.jpg", "protected": false, "url": "https://t.co/bn1cDQPjlR", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/bn1cDQPjlR", "expanded_url": "https://difusionfeminista.medium.com/", "display_url": "difusionfeminista.medium.com"}]}, "description": {"urls": null, "hashtags": [{"start": 126, "end": 144, "tag": "ActuallyAutistict"}, {"start": 147, "end": 158, "tag": "SoyAutista"}], "mentions": [{"start": 99, "end": 111, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1796, "following_count": 922, "tweet_count": 11829, "listed_count": 11}, "withheld": null}
{"id": "100545608", "name": "Dragonhag \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \u267f\ufe0f\ud83d\udfe5\ud83e\udd95\ud83e\udd96\ud83e\udd95\ud83e\udd96", "username": "NannaOfDragons", "created_at": "2009-12-30T17:06:24.000Z", "description": "Hag/HOH/Wheelie. All you muthaf*ckahs better be repenting. UK govt. murders sick & disabled.Not your fucking cis-ter, mister. #TimeEventuallyRevealsFalsehoods.", "location": "Republic of Wales", "pinned_tweet_id": "629340019514322944", "profile_image_url": "https://pbs.twimg.com/profile_images/1431799002643763206/4srb9QR0_normal.jpg", "protected": false, "url": "https://t.co/YJGZxJzrye", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/YJGZxJzrye", "expanded_url": "http://www.stukinU.gob.al", "display_url": "stukinU.gob.al"}]}, "description": {"urls": null, "hashtags": [{"start": 126, "end": 158, "tag": "TimeEventuallyRevealsFalsehoods"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3301, "following_count": 2765, "tweet_count": 116912, "listed_count": 6}, "withheld": null}
{"id": "17312690", "name": "Andreia Nobre \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "ariana_erbon", "created_at": "2008-11-11T16:14:10.000Z", "description": "Journo (Woman \u2122\u00a9) at @QGfeminista & @4wPub, writer, sometimes comedienne. The Grumpy Guide to Radical Feminism 2nd Edition on Amazon: \ud83c\uddec\ud83c\udde7\ud83c\udde7\ud83c\uddf7\ud83c\uddea\ud83c\uddf8\ud83c\uddeb\ud83c\uddf7\ud83c\udde9\ud83c\uddea", "location": "Terra do Munca", "pinned_tweet_id": "1212427311083130880", "profile_image_url": "https://pbs.twimg.com/profile_images/1438430883082604545/Wq1xsxjC_normal.jpg", "protected": false, "url": "https://t.co/eSGwnEAxQp", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/eSGwnEAxQp", "expanded_url": "https://www.amazon.com/dp/B08N6T22KV", "display_url": "amazon.com/dp/B08N6T22KV"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 21, "end": 33, "tag": null}, {"start": 36, "end": 42, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 12463, "following_count": 8209, "tweet_count": 72751, "listed_count": 59}, "withheld": null}
{"id": "859574118", "name": "Tim Barnsley", "username": "TimBarnsley1", "created_at": "2012-10-03T12:00:29.000Z", "description": "Re-tweets not an endorsement. Streatham-based. Trying to challenge constructively. Jam-maker. Gay/homosexual, not LGBTQWTF+Inc", "location": "Streatham, South London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2676469590/2c14388878fb95c714b77d2d47fe88db_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 971, "following_count": 580, "tweet_count": 34547, "listed_count": 14}, "withheld": null}
{"id": "1243973653513015298", "name": "Life is in the here and now", "username": "Lifeinthehere", "created_at": "2020-03-28T18:50:22.000Z", "description": "Trying to do the right thing and still enjoy life! Scotland", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1243974533670977536/IdnxM7yZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 277, "following_count": 862, "tweet_count": 5550, "listed_count": 0}, "withheld": null}
{"id": "29482630", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83c\uddea\ud83c\uddfa John \ud83c\udf52", "username": "TeamEmmenRacing", "created_at": "2009-04-07T16:29:23.000Z", "description": "#IndyScotWales - European, Anti dishonesty in any shape or form. #SexNotGender \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1168617053361704966/PCACdzJV_normal.jpg", "protected": false, "url": "https://t.co/sgQ4dRlqce", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/sgQ4dRlqce", "expanded_url": "http://www.bikeshite.com", "display_url": "bikeshite.com"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 14, "tag": "IndyScotWales"}, {"start": 65, "end": 78, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 741, "following_count": 1282, "tweet_count": 11004, "listed_count": 0}, "withheld": null}
{"id": "2942807001", "name": "I am Groot #womenwontwheesht \ud83d\udc9c\u26aa\ufe0f\ud83d\udc9a", "username": "mearnsgal", "created_at": "2014-12-26T22:34:58.000Z", "description": "I am Groot. I am not your cis-ter. Women are born, not worn. Put me on a list or use Terf = automatic block. Desperately Seeking Indy. #ThisWitchDontBurn", "location": "#McGilead, EU", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1429169815139274752/ETrV-okT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 135, "end": 153, "tag": "ThisWitchDontBurn"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2701, "following_count": 1647, "tweet_count": 68762, "listed_count": 2}, "withheld": null}
{"id": "1146128487960518662", "name": "Matthew 'Call Me Swishmale' Greenfield", "username": "MatthewGreenf11", "created_at": "2019-07-02T18:48:20.000Z", "description": "Homosexual. Reads and has a long memory. Limited social skills. Total cow. No salesmen, no cold callers, no canvassers. Pronouns chim/chimenee/chimchimcheree.", "location": null, "pinned_tweet_id": "1263863046516203521", "profile_image_url": "https://pbs.twimg.com/profile_images/1443346276909727745/RlZQFmSa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4401, "following_count": 2500, "tweet_count": 64706, "listed_count": 11}, "withheld": null}
{"id": "572736333", "name": "Jessica", "username": "JeckShep", "created_at": "2012-05-06T14:00:40.000Z", "description": "Adult Human Female, Chartered Surveyor , Occasional Rave Promoter, Walker, Thinker. Opinions all my own.", "location": "London / Cotswolds", "pinned_tweet_id": "1209019233792937984", "profile_image_url": "https://pbs.twimg.com/profile_images/1085947575386206208/2nwbnYz3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1164, "following_count": 1911, "tweet_count": 7640, "listed_count": 3}, "withheld": null}
{"id": "1228382838615089156", "name": "Sybil Leek", "username": "sybil_leek", "created_at": "2020-02-14T18:18:00.000Z", "description": "Old witch - one they couldn't burn. \nPronouns -hag, chrone, battleaxe, spinster", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1228383893117689862/SMiEIlJF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 156, "following_count": 333, "tweet_count": 2108, "listed_count": 0}, "withheld": null}
{"id": "2383569577", "name": "Pat Cruse \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83d\udc09", "username": "CrusePat", "created_at": "2014-03-11T11:16:31.000Z", "description": "Scottish designer, artist. Indy supporter. Retired NHS speech therapy service manager. Independence is normal. Woman/Adult Human Female, biological fact.", "location": "Kincardineshire, Scotland", "pinned_tweet_id": "1379395848858132489", "profile_image_url": "https://pbs.twimg.com/profile_images/1372195057760145410/0qL1GYqB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1155, "following_count": 1555, "tweet_count": 56934, "listed_count": 29}, "withheld": null}
{"id": "1187699835547344897", "name": "GetTheLOutUK", "username": "GetTheLOutUK", "created_at": "2019-10-25T11:58:43.000Z", "description": "Lesbian Not Queer.\nLesbian Visibility, Direct Action, Grassroot activism\nhttps://t.co/SQYDM5uMU4", "location": null, "pinned_tweet_id": "1450158612295393283", "profile_image_url": "https://pbs.twimg.com/profile_images/1187700113294143489/yEtTodsf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 73, "end": 96, "url": "https://t.co/SQYDM5uMU4", "expanded_url": "http://gettheloutuk.com", "display_url": "gettheloutuk.com"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3478, "following_count": 673, "tweet_count": 2031, "listed_count": 26}, "withheld": null}
{"id": "44585564", "name": "Oh what now?", "username": "Angels_Ackiz", "created_at": "2009-06-04T10:04:14.000Z", "description": "Sci Fi lover, ghostbuster, dancer, trancer, #nerd, #radfem, sarcastic sod, sick of your bs, Nasty Woman, witch", "location": "England, United Kingdom", "pinned_tweet_id": "1129057541680508929", "profile_image_url": "https://pbs.twimg.com/profile_images/1051989548190879744/Li4-RtLf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 44, "end": 49, "tag": "nerd"}, {"start": 51, "end": 58, "tag": "radfem"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 694, "following_count": 341, "tweet_count": 5711, "listed_count": 17}, "withheld": null}
{"id": "1852659055", "name": "Sandy", "username": "sandyt0es", "created_at": "2013-09-10T22:17:06.000Z", "description": "Gender Critical. Only females can be women. #istandwithJKR my adjectives are the same as my pronouns... descriptive #slytherin #nothankyou", "location": "United States", "pinned_tweet_id": "1259308685563777024", "profile_image_url": "https://pbs.twimg.com/profile_images/1196988085420081153/oaze4q4l_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 44, "end": 58, "tag": "istandwithJKR"}, {"start": 116, "end": 126, "tag": "slytherin"}, {"start": 127, "end": 138, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2652, "following_count": 4096, "tweet_count": 29211, "listed_count": 0}, "withheld": null}
{"id": "4130276039", "name": "Children Need Safeguarding \ud83e\udd96", "username": "teaandabikkie", "created_at": "2015-11-06T23:54:50.000Z", "description": "Child safeguarding should be top of every party's manifesto,they're more at risk than ever.", "location": "the north", "pinned_tweet_id": "1452115172668096514", "profile_image_url": "https://pbs.twimg.com/profile_images/1449793585147154433/H-B9c_Q9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 6360, "following_count": 6320, "tweet_count": 537, "listed_count": 37}, "withheld": null}
{"id": "113027622", "name": "joycee50plus\ud83d\udc99\u2640\ufe0f \ud83d\udcda \ud83d\udfea\u2b1c\ud83d\udfe9", "username": "joycee50plus", "created_at": "2010-02-10T13:21:22.000Z", "description": "Seize life after fifty. The next chapter is beginning, A time to discover what more you have to enjoy. #overfifity, #life, #happy, #joy,#writing #dog #garden", "location": "U.K.", "pinned_tweet_id": "1407987086184038400", "profile_image_url": "https://pbs.twimg.com/profile_images/1405510208198266884/ulh7xgnS_normal.jpg", "protected": false, "url": "https://t.co/sFIGMZsF2e", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/sFIGMZsF2e", "expanded_url": "http://joycee50plus.co.uk", "display_url": "joycee50plus.co.uk"}]}, "description": {"urls": null, "hashtags": [{"start": 103, "end": 114, "tag": "overfifity"}, {"start": 116, "end": 121, "tag": "life"}, {"start": 123, "end": 129, "tag": "happy"}, {"start": 131, "end": 135, "tag": "joy"}, {"start": 136, "end": 144, "tag": "writing"}, {"start": 145, "end": 149, "tag": "dog"}, {"start": 150, "end": 157, "tag": "garden"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2575, "following_count": 4270, "tweet_count": 28374, "listed_count": 7}, "withheld": null}
{"id": "1405885118783315980", "name": "Gender Critical Man", "username": "gen_crit", "created_at": "2021-06-18T13:48:43.000Z", "description": "Gender-theory critical man. Men need to support women & children in order to fight insidious, misogynistic & homophobic gender ideology.", "location": null, "pinned_tweet_id": "1418330291060592649", "profile_image_url": "https://pbs.twimg.com/profile_images/1449622203931242501/kD3FC-Wr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 75, "following_count": 270, "tweet_count": 575, "listed_count": 0}, "withheld": null}
{"id": "1322074537140211715", "name": "Mom2004\ud83d\udc18\ud83e\udd8f", "username": "Mom2004hms", "created_at": "2020-10-30T07:15:21.000Z", "description": "Trying to save my trans identified son from unnecessary harm.", "location": null, "pinned_tweet_id": "1421001528110768129", "profile_image_url": "https://pbs.twimg.com/profile_images/1378225624808976385/7ix-kN36_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1842, "following_count": 4071, "tweet_count": 12433, "listed_count": 5}, "withheld": null}
{"id": "973880120925663232", "name": "Some One", "username": "SomeOneSum01", "created_at": "2018-03-14T11:14:49.000Z", "description": "Daughter of Lord Jesus Christ.\nRadfem\nAnti-exploitation of female bodies.\nPro purity of body & mind.\nAnti-sex except 4 procreation(IF the woman willing&healthy)", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 44, "following_count": 83, "tweet_count": 5216, "listed_count": 0}, "withheld": null}
{"id": "1321542617004445696", "name": "Florence20 \ud83d\udc99", "username": "Florencefoofoo", "created_at": "2020-10-28T20:01:38.000Z", "description": "What have I missed?\nHaphazard bleeder\nVulva owner\nWoman, the female kind, the only kind.\n\nFemale Only Women\u2019s Sports", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1321547029080952834/DV-a2tIK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 569, "following_count": 924, "tweet_count": 5168, "listed_count": 2}, "withheld": null}
{"id": "189134652", "name": "Tomsdottir #older, bolder, mouldier", "username": "lesserpondlife", "created_at": "2010-09-10T13:37:06.000Z", "description": "#IStandWithJoannaCherry", "location": "McPond", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1427588228148834305/RBb0cLJq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 23, "tag": "IStandWithJoannaCherry"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 546, "following_count": 1364, "tweet_count": 9717, "listed_count": 0}, "withheld": null}
{"id": "2769847233", "name": "Wee Corrie", "username": "margocgillies", "created_at": "2014-09-14T10:02:48.000Z", "description": "Scottish", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/854420331460743168/F6b2jQRq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 244, "following_count": 351, "tweet_count": 24047, "listed_count": 1}, "withheld": null}
{"id": "57740849", "name": "Radical Unity Seeker\ud83d\udfe5", "username": "RadPolUnite", "created_at": "2009-07-17T20:01:20.000Z", "description": "Lifetime of fighting for justice & against discrimination, same goes for the misogyny & homophobia of gender activist ideology. SEND specialist. Male.", "location": "Considerably to the left of U.", "pinned_tweet_id": "1436238320057597955", "profile_image_url": "https://pbs.twimg.com/profile_images/1408372368884572164/w0rVLqvA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 751, "following_count": 1657, "tweet_count": 14398, "listed_count": 4}, "withheld": null}
{"id": "3340908196", "name": "\ud83c\udf52 Lady Muck o' Lochay \ud83c\udf52 #NoVotesSNP", "username": "Mae_Carson2", "created_at": "2015-06-22T08:44:44.000Z", "description": "Adding me to Lists = BLOCK\nSuper Great Gran - I've Got More Bottle Than United Dairies\n#NoVotesSNP", "location": null, "pinned_tweet_id": "1445669673782034432", "profile_image_url": "https://pbs.twimg.com/profile_images/1400588299027173383/AbGiu1hE_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 87, "end": 98, "tag": "NoVotesSNP"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2540, "following_count": 340, "tweet_count": 621570, "listed_count": 102}, "withheld": null}
{"id": "2703744551", "name": "seonaid dawn barber", "username": "seonaidsnail", "created_at": "2014-07-12T16:15:14.000Z", "description": "fiercely independant female. dont mistake kindness for weakness. terrible typer n 'displays autistic traits', jus so ya know. rarely replies, oft rt's", "location": "La La Land Evidently", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1445808612186656769/nOBBCylE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1606, "following_count": 4999, "tweet_count": 208167, "listed_count": 13}, "withheld": null}
{"id": "1517458362", "name": "EPHEMERA is gender (yoda)", "username": "leslierenfrew", "created_at": "2013-06-14T20:15:05.000Z", "description": "#DinnerPartyTerf #BlueEyedPeril \ud83e\udd95\ud83e\udd96 #WomenWontWheesht #superbitch #ForgivenessIsOverated #CanWeAffordMen #TrickleUpEconomics #WarOnIntelligence #LeanInMen", "location": "Terf Island", "pinned_tweet_id": "1434265021362708483", "profile_image_url": "https://pbs.twimg.com/profile_images/1344651317063655424/VE38OvAz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 16, "tag": "DinnerPartyTerf"}, {"start": 17, "end": 31, "tag": "BlueEyedPeril"}, {"start": 40, "end": 57, "tag": "WomenWontWheesht"}, {"start": 58, "end": 69, "tag": "superbitch"}, {"start": 70, "end": 92, "tag": "ForgivenessIsOverated"}, {"start": 93, "end": 108, "tag": "CanWeAffordMen"}, {"start": 109, "end": 128, "tag": "TrickleUpEconomics"}, {"start": 129, "end": 147, "tag": "WarOnIntelligence"}, {"start": 148, "end": 158, "tag": "LeanInMen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1891, "following_count": 3346, "tweet_count": 64306, "listed_count": 6}, "withheld": null}
{"id": "82933885", "name": "H", "username": "m_scottie57", "created_at": "2009-10-16T17:51:53.000Z", "description": "1984 was not an instruction manual \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1427946914629181446/dyND5gQP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2179, "following_count": 749, "tweet_count": 164470, "listed_count": 57}, "withheld": null}
{"id": "1222467043808763906", "name": "LindyLoo\ud83c\udf52\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "LindyLoo2020", "created_at": "2020-01-29T10:30:47.000Z", "description": "Independence for Scotland NOW", "location": "Scotland", "pinned_tweet_id": "1448784263327924228", "profile_image_url": "https://pbs.twimg.com/profile_images/1222467198012346370/pg4R2TqF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 600, "following_count": 404, "tweet_count": 21146, "listed_count": 3}, "withheld": null}
{"id": "1384529858366164995", "name": "Steph Hardy \ud83e\udd95\ud83e\udd96\ud83d\udd6f\ud83c\uddea\ud83c\uddfa", "username": "StephHardy10", "created_at": "2021-04-20T15:30:49.000Z", "description": "", "location": "St Ives, Cornwall", "pinned_tweet_id": "1452312978217480199", "profile_image_url": "https://pbs.twimg.com/profile_images/1451119921933557761/Wp9iqRh8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 117, "following_count": 856, "tweet_count": 2286, "listed_count": 1}, "withheld": null}
{"id": "1370293970518081537", "name": "LisaJohnson", "username": "HappyGammon", "created_at": "2021-03-12T08:42:03.000Z", "description": "Adult Human Female. Leave Children Alone.\npronouns = No/Thank/You", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1412497698717147143/Cao1pi_7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 160, "following_count": 240, "tweet_count": 2539, "listed_count": 0}, "withheld": null}
{"id": "224616667", "name": "GNCTastic", "username": "JoCampbell69", "created_at": "2010-12-09T12:47:56.000Z", "description": "gender abolitionist TERF is HATE SPEECH SEX not gender biology matters", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1219234811040215040/vSHKA-_C_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 845, "following_count": 1337, "tweet_count": 3389, "listed_count": 3}, "withheld": null}
{"id": "946098866855673856", "name": "Julie P", "username": "wormcast666", "created_at": "2017-12-27T19:22:02.000Z", "description": "", "location": "Cardiff, Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1031788371750912002/w4t2AiY8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 134, "following_count": 791, "tweet_count": 34870, "listed_count": 0}, "withheld": null}
{"id": "23551268", "name": "Auklet", "username": "aukletqd", "created_at": "2009-03-10T03:30:58.000Z", "description": "#WalkAway\nWill follow back when Twitter lets me!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/947231250078732288/PJ2GqClr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 9, "tag": "WalkAway"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2375, "following_count": 4457, "tweet_count": 322001, "listed_count": 13}, "withheld": null}
{"id": "3297638685", "name": "Red indomitable \ud83c\udf37", "username": "redindomitable", "created_at": "2015-05-25T11:09:11.000Z", "description": "Feminista Radical. Pronombres: #ManoloCagaTranquilo #DetectoresDeAurasQueer #HackeaTuBiologia #ConsultorioDeBiologiaBasica #ClasificadorDeConstructos", "location": "Barcelona, Spain", "pinned_tweet_id": "1363578692564303874", "profile_image_url": "https://pbs.twimg.com/profile_images/1340962053671047168/VDozYFCp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 31, "end": 51, "tag": "ManoloCagaTranquilo"}, {"start": 52, "end": 75, "tag": "DetectoresDeAurasQueer"}, {"start": 76, "end": 93, "tag": "HackeaTuBiologia"}, {"start": 94, "end": 122, "tag": "ConsultorioDeBiologiaBasica"}, {"start": 123, "end": 149, "tag": "ClasificadorDeConstructos"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2360, "following_count": 1060, "tweet_count": 17913, "listed_count": 17}, "withheld": null}
{"id": "1046033722812846081", "name": "Andrea H.", "username": "andrasta7", "created_at": "2018-09-29T13:47:28.000Z", "description": "#WomenForFuture #GreenNewDeal #feminismisforfemales #Frauensolidarit\u00e4t #adulthumanfemale @Andrasta27@spinster.xyz", "location": "Germany", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1046035961455542273/q7K87N7X_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 15, "tag": "WomenForFuture"}, {"start": 16, "end": 29, "tag": "GreenNewDeal"}, {"start": 30, "end": 51, "tag": "feminismisforfemales"}, {"start": 52, "end": 70, "tag": "Frauensolidarit\u00e4t"}, {"start": 71, "end": 88, "tag": "adulthumanfemale"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 146, "following_count": 340, "tweet_count": 546, "listed_count": 0}, "withheld": null}
{"id": "2439711755", "name": "Raquel Fdez-Veiga", "username": "emocionycambio", "created_at": "2014-03-27T10:43:15.000Z", "description": "#NoPresto\u00datero #Victima\u2795 #Metoo #WomenChildrenRights #Feminista Educadora, Madre, Creadora y sobre todo, Conspiradora Vital. #emocionycambio", "location": "Barcelona", "pinned_tweet_id": "574533213563043840", "profile_image_url": "https://pbs.twimg.com/profile_images/1148343031852089345/Zco2yKRS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 14, "tag": "NoPresto\u00datero"}, {"start": 16, "end": 24, "tag": "Victima"}, {"start": 26, "end": 32, "tag": "Metoo"}, {"start": 34, "end": 54, "tag": "WomenChildrenRights"}, {"start": 55, "end": 65, "tag": "Feminista"}, {"start": 128, "end": 143, "tag": "emocionycambio"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 8781, "following_count": 6998, "tweet_count": 495020, "listed_count": 2729}, "withheld": null}
{"id": "4386141323", "name": "pinkdino", "username": "poz_woods", "created_at": "2015-12-05T19:31:29.000Z", "description": "#IstandwithJKRowling\n\nAnd together, we will win.", "location": "UK", "pinned_tweet_id": "1425896592884830211", "profile_image_url": "https://pbs.twimg.com/profile_images/992103543837478912/jSx4ADns_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "IstandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1457, "following_count": 2017, "tweet_count": 6258, "listed_count": 2}, "withheld": null}
{"id": "1274407481716989954", "name": "Witchy Woman \ud83e\udd87", "username": "angrywoman35", "created_at": "2020-06-20T18:23:46.000Z", "description": "\u2694\ufe0f\u2694\ufe0fPronouns by George Harrison. #DefundStonewall \u2694\ufe0f\u2694\ufe0f", "location": "wherever there\u2019s \ud83e\udd0f energy ", "pinned_tweet_id": "1436335812648579086", "profile_image_url": "https://pbs.twimg.com/profile_images/1284201265711525895/ULA0kAeG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 33, "end": 49, "tag": "DefundStonewall"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 232, "following_count": 574, "tweet_count": 1325, "listed_count": 1}, "withheld": null}
{"id": "1269543116111036416", "name": "WHO THE FUCK IS CAROL? \ud83c\udf52", "username": "ChrisFalconer16", "created_at": "2020-06-07T08:14:21.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1418444461764395008/0k0ivaHP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2372, "following_count": 3429, "tweet_count": 28807, "listed_count": 1}, "withheld": null}
{"id": "936592829232623617", "name": "yatakalam juriraptor regina (we/us)", "username": "yatakalam", "created_at": "2017-12-01T13:48:26.000Z", "description": "non-hexadecimal\n\uc6c5\uc575\uc6c5\n#NoThankYou\nprepositions:athwart/qua", "location": null, "pinned_tweet_id": "1406276254811185153", "profile_image_url": "https://pbs.twimg.com/profile_images/1216412063687376896/RZf2zByA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 20, "end": 31, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3107, "following_count": 1071, "tweet_count": 29739, "listed_count": 15}, "withheld": null}
{"id": "866706531286487042", "name": "Egalia", "username": "inaina115", "created_at": "2017-05-22T17:25:14.000Z", "description": "woman/mother. \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "location": null, "pinned_tweet_id": "1449472825929175044", "profile_image_url": "https://pbs.twimg.com/profile_images/1167451225840918530/BVwqY0VF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 306, "following_count": 785, "tweet_count": 5138, "listed_count": 2}, "withheld": null}
{"id": "1091680182803578881", "name": "Nathaniel", "username": "gamerbigbear", "created_at": "2019-02-02T12:50:12.000Z", "description": "Views are my own. Up for honest debate and discussion.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1396858009943412740/2wNVFKUK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 448, "following_count": 319, "tweet_count": 2232, "listed_count": 1}, "withheld": null}
{"id": "186194104", "name": "skogskant", "username": "skogskant", "created_at": "2010-09-02T20:29:45.000Z", "description": "lesbian do not queer me ;-) \nno to sexism \nall violence will be reported", "location": "everywhere", "pinned_tweet_id": "1172921358503821312", "profile_image_url": "https://pbs.twimg.com/profile_images/1136714751/1b984cff-eaae-4ae2-bc63-f07667985032_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1200, "following_count": 965, "tweet_count": 27569, "listed_count": 7}, "withheld": null}
{"id": "17546887", "name": "ZombieTron", "username": "ZombieTron", "created_at": "2008-11-21T21:56:31.000Z", "description": "Live your best life in peace and security. GenXX A regular mum \ud83c\udde7\ud83c\uddfb\ud83c\uddec\ud83c\udde7 Playdough Scream", "location": null, "pinned_tweet_id": "1368830297995894784", "profile_image_url": "https://pbs.twimg.com/profile_images/1255145260021243907/uyjgRBVn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2395, "following_count": 4182, "tweet_count": 51837, "listed_count": 14}, "withheld": null}
{"id": "1310638170069962754", "name": "Actually Karen", "username": "karen_actually", "created_at": "2020-09-28T17:51:14.000Z", "description": "Karen was born in Karenville, NY. Watch 'TERF WARS'. Support my channel: https://t.co/tq1VXbORPE Backup account: @KarensenKaren", "location": "Karenville, New York", "pinned_tweet_id": "1354949560142069763", "profile_image_url": "https://pbs.twimg.com/profile_images/1310638319513096192/BJ3vSDQU_normal.jpg", "protected": false, "url": "https://t.co/nBpPgfGgBb", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/nBpPgfGgBb", "expanded_url": "https://www.youtube.com/watch?v=tzId7X9NtR0", "display_url": "youtube.com/watch?v=tzId7X\u2026"}]}, "description": {"urls": [{"start": 73, "end": 96, "url": "https://t.co/tq1VXbORPE", "expanded_url": "http://paypal.me/ActuallyKaren", "display_url": "paypal.me/ActuallyKaren"}], "hashtags": null, "mentions": [{"start": 113, "end": 127, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 3193, "following_count": 1901, "tweet_count": 5981, "listed_count": 6}, "withheld": null}
{"id": "80916960", "name": "Elena Catalan", "username": "Elena_Catalan", "created_at": "2009-10-08T19:00:49.000Z", "description": "Dios es Mujer! Y se manifiesta a trav\u00e9s del arte y del absurdo. \nSoy conductora de almas, or\u00e1culo de la Diosa y fundadora del Sempiterniso.", "location": "En otro estado de conciencia ", "pinned_tweet_id": "1392341459462983680", "profile_image_url": "https://pbs.twimg.com/profile_images/1370308959148589059/ryTidM02_normal.jpg", "protected": false, "url": "https://t.co/CmDbYDvhlH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/CmDbYDvhlH", "expanded_url": "http://www.psicopompos.com", "display_url": "psicopompos.com"}]}, "description": null}, "public_metrics": {"followers_count": 1704, "following_count": 2517, "tweet_count": 35119, "listed_count": 16}, "withheld": null}
{"id": "2818188032", "name": "Janet Flaherty #WomenWontWheest", "username": "janetanne63", "created_at": "2014-09-18T22:46:41.000Z", "description": "Single, happy, Actress, singer, writer and happy geek. Able cook and proud Whovian.", "location": "Liverpool", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/548892170300977153/sKwRpBkn_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 71, "following_count": 77, "tweet_count": 2351, "listed_count": 3}, "withheld": null}
{"id": "1271523502559047686", "name": "Amanda XX", "username": "SF_XX_22", "created_at": "2020-06-12T19:24:17.000Z", "description": "Adult Human Female :: GC :: Lesbian \n#SexNotGender #LGBAlliance #SexMatters", "location": "Brighton, UK", "pinned_tweet_id": "1431929647386746885", "profile_image_url": "https://pbs.twimg.com/profile_images/1278762344596729856/rkJt13gd_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 37, "end": 50, "tag": "SexNotGender"}, {"start": 51, "end": 63, "tag": "LGBAlliance"}, {"start": 64, "end": 75, "tag": "SexMatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 526, "following_count": 920, "tweet_count": 1160, "listed_count": 2}, "withheld": null}
{"id": "2316867836", "name": "Declan Search Ban Deboosted Doyle", "username": "DeclanDoyle8", "created_at": "2014-01-29T09:57:57.000Z", "description": "\"Those who can make you believe absurdities, can make you commit atrocities.\" \u2015 Voltaire", "location": null, "pinned_tweet_id": "1450314248467406851", "profile_image_url": "https://pbs.twimg.com/profile_images/1055888289180409857/CyiBCRsB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 697, "following_count": 2189, "tweet_count": 19398, "listed_count": 0}, "withheld": null}
{"id": "751743296083488768", "name": "The Terven Knitting Hag - shrill dinosaur.\ud83e\udd96", "username": "Hormonewoman", "created_at": "2016-07-09T11:42:23.000Z", "description": "Unwoke, you could say catatonic, northern granny. Remembers the days when the left supported feminists and gays. Troll-Summoner extraordinaire.", "location": "Yorkshire and The Humber, Engl", "pinned_tweet_id": "1390740148317523970", "profile_image_url": "https://pbs.twimg.com/profile_images/1403250103675142145/1MPyUe5y_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3327, "following_count": 3066, "tweet_count": 9012, "listed_count": 4}, "withheld": null}
{"id": "326721022", "name": "Terri Moore \ud83e\udd96", "username": "AquilakaHecate", "created_at": "2011-06-30T11:25:29.000Z", "description": "Physics. Maths. Astronomy.", "location": "Johannesburg, South Africa", "pinned_tweet_id": "1190112000690597888", "profile_image_url": "https://pbs.twimg.com/profile_images/1174651299599704066/6tRmxfsQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2135, "following_count": 2278, "tweet_count": 97552, "listed_count": 123}, "withheld": null}
{"id": "265373725", "name": "Lynton North", "username": "ljwnorth", "created_at": "2011-03-13T12:52:05.000Z", "description": "#Socialist #FreeSyria #Labour #AntiStalinist #Internationalist #FOSS, ally @LabWomenDec, support @ALLIANCELGB - #IStandWithRosieDuffield - Pro-Nouns &Pro-Truth", "location": "West Devon, Dartmoor.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1294765781545291776/kTYQj-w2_normal.jpg", "protected": false, "url": "https://t.co/Hatat0Pbwm", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Hatat0Pbwm", "expanded_url": "https://www.joindiaspora.com/i/44cd967511a3", "display_url": "joindiaspora.com/i/44cd967511a3"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 10, "tag": "Socialist"}, {"start": 11, "end": 21, "tag": "FreeSyria"}, {"start": 22, "end": 29, "tag": "Labour"}, {"start": 30, "end": 44, "tag": "AntiStalinist"}, {"start": 45, "end": 62, "tag": "Internationalist"}, {"start": 63, "end": 68, "tag": "FOSS"}, {"start": 112, "end": 136, "tag": "IStandWithRosieDuffield"}], "mentions": [{"start": 75, "end": 87, "tag": null}, {"start": 97, "end": 109, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2411, "following_count": 4991, "tweet_count": 87951, "listed_count": 47}, "withheld": null}
{"id": "823552739971977216", "name": "Sal Robins", "username": "Sal_Robins", "created_at": "2017-01-23T15:27:28.000Z", "description": "Woman\u2122\ufe0f. Assigned Fabulous At Birth.", "location": null, "pinned_tweet_id": "1270933054849085441", "profile_image_url": "https://pbs.twimg.com/profile_images/1451851643830427654/S-6EhGcO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5230, "following_count": 3221, "tweet_count": 49510, "listed_count": 4}, "withheld": null}
{"id": "1397570917103030277", "name": "PadraigSeamusBalling\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "SeamusBalling", "created_at": "2021-05-26T15:11:21.000Z", "description": "Facts not feelings. Women's Rights are Human Rights. Resistor. #MisogynyisaHateCrime\n\nKindness isn't subservience\n\n#Resist #Resistor", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1397581449604259843/mJ90uH2j_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 63, "end": 84, "tag": "MisogynyisaHateCrime"}, {"start": 115, "end": 122, "tag": "Resist"}, {"start": 123, "end": 132, "tag": "Resistor"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1226, "following_count": 4751, "tweet_count": 18084, "listed_count": 1}, "withheld": null}
{"id": "220471229", "name": "Marian #bringbackMRKHvoice", "username": "dophin11", "created_at": "2010-11-27T22:05:49.000Z", "description": "#genderfree", "location": "Alacant", "pinned_tweet_id": "964884374037651457", "profile_image_url": "https://pbs.twimg.com/profile_images/1443315002405015555/He-4Bg8D_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "genderfree"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3821, "following_count": 4949, "tweet_count": 347172, "listed_count": 262}, "withheld": null}
{"id": "254711055", "name": "Marie-Louise Irvine", "username": "drmarielouise", "created_at": "2011-02-19T21:05:50.000Z", "description": "London GP. NHS campaigner. Chair Save Lewisham Hospital Campaign. @SaveLewishamAE. Active in Keep Our NHS Public @keepnhspublic", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/662024196789145600/Zq5v3Rbm_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 66, "end": 81, "tag": null}, {"start": 113, "end": 127, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 9551, "following_count": 4435, "tweet_count": 27173, "listed_count": 146}, "withheld": null}
{"id": "2537852191", "name": "Jim Tudhope", "username": "JamesTudhope1", "created_at": "2014-05-31T16:47:28.000Z", "description": "human male.", "location": "Kilwinning", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1324110827302125568/0-T-_5TA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4887, "following_count": 4735, "tweet_count": 50949, "listed_count": 5}, "withheld": null}
{"id": "715185670", "name": "Kat Kitten", "username": "KatKitten1", "created_at": "2013-10-14T21:55:42.000Z", "description": "Trad/old left\nFeminist \nWriter & Tutor\nWomen's rights are not one issue of many", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1297981669610315777/E7YkgdZs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 261, "following_count": 384, "tweet_count": 6060, "listed_count": 0}, "withheld": null}
{"id": "3290042789", "name": "Susanna \ud83e\udd95 MOTHER \ud83e\udd96 Matthan", "username": "thesurealist", "created_at": "2015-05-19T14:08:13.000Z", "description": "\ud83d\udc69\ud83c\udffb\u200d\ud83d\ude80\u2122\ufe0f Contemplative \ud83e\udd96\ud83d\udd4a\ud83d\udeba Woman Mother Doodler Sisukas\ud83c\uddeb\ud83c\uddee Satyagrahi\ud83c\uddee\ud83c\uddf3 \u2640\ufe0fLib. Feel the fear & do what\u2019s right anyway. MA@BGU. 54\ud83c\udfcb\ud83c\udffd\u200d\u2640\ufe0f\ud83c\udf0a\ud83d\udc69\u200d\ud83c\udf3e\ud83e\udd0e\ud83d\udc68\u200d\ud83c\udf3e\ud83c\udf33", "location": "Lincolnshire, UK", "pinned_tweet_id": "1415320679109570562", "profile_image_url": "https://pbs.twimg.com/profile_images/1440301201938026496/BgzyzQPi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 134, "following_count": 235, "tweet_count": 994, "listed_count": 1}, "withheld": null}
{"id": "749797800", "name": "John White", "username": "Nikephorius", "created_at": "2012-08-10T18:10:36.000Z", "description": "The more I learn of humanity, the more I like Orangutans. Right planet, wrong species. I identify as Nyarlathotep.", "location": "Innsmouth ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1261283970895020043/1tpNoIrV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1838, "following_count": 2952, "tweet_count": 85017, "listed_count": 23}, "withheld": null}
{"id": "1203270291302047745", "name": "Logic vs Pseudoscience", "username": "logical_ultra", "created_at": "2019-12-07T11:09:38.000Z", "description": "Standing for logic & reason in an age of delusion and extremist politics. Opposed to gender ideology and pseudoscience. Against religion and cult brainwashing.", "location": null, "pinned_tweet_id": "1215254063341883392", "profile_image_url": "https://pbs.twimg.com/profile_images/1208142255531479040/lJttgVo5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2100, "following_count": 2580, "tweet_count": 10577, "listed_count": 10}, "withheld": null}
{"id": "131248798", "name": "\ud83e\udd95\ud83e\udd96\ud83e\ude99 Linda Hamonou \ud83d\udc03\ud83d\udcda\ud83d\udc22", "username": "crazypuce", "created_at": "2010-04-09T18:31:49.000Z", "description": "Check out my doll videos https://t.co/MxP5JwAR9E Check my books https://t.co/lITYz6eJUJ", "location": null, "pinned_tweet_id": "1383651975691063299", "profile_image_url": "https://pbs.twimg.com/profile_images/618709248101343233/BCIBwseG_normal.jpg", "protected": false, "url": "https://t.co/Im2Rb56Hh6", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Im2Rb56Hh6", "expanded_url": "http://crazypuce.blogspot.com/", "display_url": "crazypuce.blogspot.com"}]}, "description": {"urls": [{"start": 25, "end": 48, "url": "https://t.co/MxP5JwAR9E", "expanded_url": "https://m.youtube.com/channel/UCcKMcKuEl-9UakyyIgNLQEQ", "display_url": "m.youtube.com/channel/UCcKMc\u2026"}, {"start": 64, "end": 87, "url": "https://t.co/lITYz6eJUJ", "expanded_url": "https://www.amazon.com/Linda-Hamonou/e/B008M1ZVDK", "display_url": "amazon.com/Linda-Hamonou/\u2026"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5604, "following_count": 3134, "tweet_count": 65057, "listed_count": 95}, "withheld": null}
{"id": "1081931947226615808", "name": "\ud83e\udd96\ud83c\udf83SpookysaurasRex\ud83c\udf83\ud83e\udd96", "username": "StuartT07682741", "created_at": "2019-01-06T15:14:12.000Z", "description": "", "location": "Glasgow, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443328992120016897/_4wuvgUc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 303, "following_count": 741, "tweet_count": 13722, "listed_count": 1}, "withheld": null}
{"id": "1387459867154210818", "name": "KuriousOranj", "username": "KuriousOranj1", "created_at": "2021-04-28T17:33:26.000Z", "description": "You don\u2019t have to be an American to be strange", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1387708852037210114/UGJ36eVW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 14, "following_count": 100, "tweet_count": 774, "listed_count": 0}, "withheld": null}
{"id": "1276867653546672129", "name": "Juelue\ud83e\udd96", "username": "Juelue1", "created_at": "2020-06-27T13:19:15.000Z", "description": "Sex based violence is real\nWe need sex based safe spaces for girls and women \n\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\nRetweet\u2260endorsement", "location": null, "pinned_tweet_id": "1329424553911717891", "profile_image_url": "https://pbs.twimg.com/profile_images/1400518417770332164/k5NkO7us_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 724, "following_count": 2277, "tweet_count": 30112, "listed_count": 4}, "withheld": null}
{"id": "351089434", "name": "Helen Osborn \ud83e\udd96", "username": "joeanddan", "created_at": "2011-08-08T19:35:33.000Z", "description": "\"It pays to keep an open mind, but not so open your brains fall out\"", "location": null, "pinned_tweet_id": "1347281665169760268", "profile_image_url": "https://pbs.twimg.com/profile_images/1069595682049146881/O_cQk2dT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 409, "following_count": 1802, "tweet_count": 5013, "listed_count": 2}, "withheld": null}
{"id": "1208688338", "name": "Lynn", "username": "limpet67", "created_at": "2013-02-22T14:19:59.000Z", "description": "Woman, wife, mum, daughter, sister, niece, auntie.\nCeltic, Celtic, that's the team for me\ud83c\udf40\ud83d\udc9a\nLikes dinosaurs\ud83e\udd95\n#WomenWontWheesht\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": "Glasgow, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452298547848695815/dnBPPwuY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 109, "end": 126, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3554, "following_count": 3603, "tweet_count": 79787, "listed_count": 23}, "withheld": null}
{"id": "1898575466", "name": "Captain Tweep \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "username": "tweepwitch", "created_at": "2013-09-23T22:24:25.000Z", "description": "Carnivorous vegan.", "location": "The Internet", "pinned_tweet_id": "1425174747516743680", "profile_image_url": "https://pbs.twimg.com/profile_images/1228782863316930560/E0ltELNg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 881, "following_count": 869, "tweet_count": 15996, "listed_count": 1}, "withheld": null}
{"id": "1137312989852385280", "name": "Robert C \ud83d\udc99", "username": "RCramps", "created_at": "2019-06-08T10:58:41.000Z", "description": "#istandwithjkrowling\n#istandwithrosieduffield", "location": null, "pinned_tweet_id": "1412188366695772160", "profile_image_url": "https://pbs.twimg.com/profile_images/1355669242973220866/teGJQmDA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "istandwithjkrowling"}, {"start": 21, "end": 45, "tag": "istandwithrosieduffield"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 373, "following_count": 794, "tweet_count": 8228, "listed_count": 1}, "withheld": null}
{"id": "1615722186", "name": "Elia \ud83e\udd95", "username": "WorldInAGrain", "created_at": "2013-07-23T17:36:32.000Z", "description": "Just tell the truth. \n#IStandWithJKRowling\n#IStandWithKeira", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1068121738960150528/DLWX-OBo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 42, "tag": "IStandWithJKRowling"}, {"start": 43, "end": 59, "tag": "IStandWithKeira"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 437, "following_count": 1084, "tweet_count": 2533, "listed_count": 1}, "withheld": null}
{"id": "613364372", "name": "Esther Doyle \ud83c\udf38\ud83c\uddee\ud83c\uddea\ud83c\uddec\ud83c\uddf7\ud83c\uddec\ud83c\uddf7\ud83c\uddee\ud83c\uddf9", "username": "doyle_esther", "created_at": "2012-06-20T11:35:40.000Z", "description": "Question Absolutely Everything !", "location": "Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1117942601842405378/7Z6kTs-b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1340, "following_count": 1503, "tweet_count": 33109, "listed_count": 1}, "withheld": null}
{"id": "788162397689249792", "name": "Lesbian Thought Criminal\ud83e\udd10", "username": "FightUnreality", "created_at": "2016-10-17T23:38:53.000Z", "description": "I yam what i yam an that's all i yam\n authentic self", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1045447129253261313/wN7bfZ5N_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2741, "following_count": 2353, "tweet_count": 39514, "listed_count": 17}, "withheld": null}
{"id": "1324253457499435008", "name": "TheCloverLawn \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "ThecloverLawn", "created_at": "2020-11-05T07:33:39.000Z", "description": "Woman: Adult Human Female.", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1437658656531697664/SVN0DPC4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1249, "following_count": 2256, "tweet_count": 7228, "listed_count": 2}, "withheld": null}
{"id": "917413688130330625", "name": "Vikki Lax", "username": "Victoriaannela1", "created_at": "2017-10-09T15:37:22.000Z", "description": "I particularly like reading & eating crisps.", "location": "Gloucestershire ", "pinned_tweet_id": "1422618706505502721", "profile_image_url": "https://pbs.twimg.com/profile_images/1400522066038648836/MRbVGIA6_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 545, "following_count": 1607, "tweet_count": 6590, "listed_count": 3}, "withheld": null}
{"id": "720292202186866691", "name": "perkybadboy5000", "username": "perkybadboy5000", "created_at": "2016-04-13T16:46:58.000Z", "description": "tennessee house cat", "location": "Tennessee, USA", "pinned_tweet_id": "1108538396786544645", "profile_image_url": "https://pbs.twimg.com/profile_images/720654737528512513/iNPWB4Ih_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 261, "following_count": 1089, "tweet_count": 55381, "listed_count": 0}, "withheld": null}
{"id": "841206019", "name": "Welsh Dragon \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Siaroncatrin", "created_at": "2012-09-23T07:18:11.000Z", "description": "-Doglover, daydreamer general do-gooder (well I try)", "location": "Swansea / Abertawe", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452375705690443780/3uf4ECwf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1703, "following_count": 2136, "tweet_count": 24587, "listed_count": 15}, "withheld": null}
{"id": "2317418220", "name": "Dinah Brand \ud83e\udd96 \ud83d\udfe5", "username": "dinahbrand2", "created_at": "2014-01-29T16:25:10.000Z", "description": "Woman.\ud83c\udde8\ud83c\udde6 Mythical, apparently. \n#genderharmed #genderfree \ud83c\udfc1 \nI have slain dragons.\ud83d\udc09 Now I'm coming for you.\ud83e\udd96\n\"Your tweets are problematic.\" #NDPLosingWomen", "location": "I cover the waterfront. ", "pinned_tweet_id": "1189903818407976960", "profile_image_url": "https://pbs.twimg.com/profile_images/1370579592583520256/6sEKoTIc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 32, "end": 45, "tag": "genderharmed"}, {"start": 46, "end": 57, "tag": "genderfree"}, {"start": 140, "end": 155, "tag": "NDPLosingWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3854, "following_count": 2371, "tweet_count": 79399, "listed_count": 9}, "withheld": null}
{"id": "54405990", "name": "ZerenaSaurus \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a --.. / -..-. -- --- --- ... .", "username": "ZerenaMoose", "created_at": "2009-07-07T01:37:21.000Z", "description": "Freedom tae them that wad read. Freedom to them that wad write. There\u2019s nane ever feared that the truth should be heard but they whom the truth would indite.", "location": "North Holland, The Netherlands", "pinned_tweet_id": "1402597270202245124", "profile_image_url": "https://pbs.twimg.com/profile_images/1438658922420834305/z1o4uYNv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1451, "following_count": 3096, "tweet_count": 40287, "listed_count": 13}, "withheld": null}
{"id": "1233188977949237248", "name": "RalphieRaptor\ud83e\udd95\ud83e\udd85", "username": "RalphieBag", "created_at": "2020-02-28T00:35:58.000Z", "description": "Ralphie is the dog.I\u2019m a GC woman, desperate for western societies to drop their obsession with gender ideology and concentrate on genuine inequality. So tired.", "location": "Scotland", "pinned_tweet_id": "1403681690816585728", "profile_image_url": "https://pbs.twimg.com/profile_images/1444381745105809421/WKkuKxlN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2811, "following_count": 2558, "tweet_count": 50854, "listed_count": 2}, "withheld": null}
{"id": "1322502331032809475", "name": "GCW", "username": "GCW22089917", "created_at": "2020-10-31T11:35:11.000Z", "description": "Woman Adult Human Female, #notcis, Bean feasa Atha Cliath\ud83c\uddee\ud83c\uddea Bean Radacach, Legal Executive \ud83d\udfea\u2b1c\ud83d\udfe9 #sexnotgender", "location": null, "pinned_tweet_id": "1380859179913592836", "profile_image_url": "https://pbs.twimg.com/profile_images/1331338464772677634/hiklGGk6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 26, "end": 33, "tag": "notcis"}, {"start": 98, "end": 111, "tag": "sexnotgender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 438, "following_count": 643, "tweet_count": 2158, "listed_count": 0}, "withheld": null}
{"id": "221137898", "name": "Delilahinboots\ud83e\udd96\ud83e\udd96\ud83e\udd96", "username": "Delilahinboots", "created_at": "2010-11-29T21:06:52.000Z", "description": "\ud83d\udfe5 Mother. Woman. Wife. Daughter. Aunt. Cats, yarn \ud83e\uddf6 and cake. Say/What/You/See #IStandWithMaya #IStandWithJKR", "location": "Hertfordshire", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400518966976598021/uA-MhzB2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 79, "end": 94, "tag": "IStandWithMaya"}, {"start": 95, "end": 109, "tag": "IStandWithJKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1558, "following_count": 2062, "tweet_count": 8669, "listed_count": 2}, "withheld": null}
{"id": "112022301", "name": "Kate", "username": "jokerunning", "created_at": "2010-02-07T00:35:56.000Z", "description": "Adult human female. It\u2019s not hate to speak the truth. Views my own.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1197198257887289346/ES85hu-9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 826, "following_count": 1355, "tweet_count": 37303, "listed_count": 24}, "withheld": null}
{"id": "1159925788482953216", "name": "Annie Bee \ud83d\udc1d", "username": "SpiritOfEna", "created_at": "2019-08-09T20:33:53.000Z", "description": "Cantankerous old hippie \nLesbian of the homosexual variety \n\nNo god, no guru, no gender", "location": "Devon, UK", "pinned_tweet_id": "1452608253318377483", "profile_image_url": "https://pbs.twimg.com/profile_images/1450860807617667076/BNMcTuJN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1961, "following_count": 1165, "tweet_count": 26498, "listed_count": 3}, "withheld": null}
{"id": "136942228", "name": "Pip \ud83e\udd95 Cooper", "username": "Pixil8", "created_at": "2010-04-25T09:56:32.000Z", "description": "\ud83e\udd96 #HearMeRoar \ud83e\udd96 Flushed out sheet music & the remains of an orange from a tuba once \ud83d\ude2c", "location": "Folkestone Cretaceous", "pinned_tweet_id": "1446478137798311937", "profile_image_url": "https://pbs.twimg.com/profile_images/866695238/Clear_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 2, "end": 13, "tag": "HearMeRoar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 356, "following_count": 1189, "tweet_count": 3506, "listed_count": 0}, "withheld": null}
{"id": "591980619", "name": "Liberte Egalite Sororite #BlackLivesMatter", "username": "EgaliteUK", "created_at": "2012-05-27T15:12:15.000Z", "description": "I am not a \u201ccervix owner\u201d I am not a \"menstruator\" I am not a \u201cfeeling\" I am woman: an adult human female.\n\nPronouns: Oh do **** off", "location": null, "pinned_tweet_id": "1222833144463872000", "profile_image_url": "https://pbs.twimg.com/profile_images/1269234356289224705/p2F5amcA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 555, "following_count": 1394, "tweet_count": 36653, "listed_count": 1}, "withheld": null}
{"id": "1284585198198325248", "name": "\ud83d\udda4\ud83e\udde1Banny Bam Bamage\ud83d\udda4\ud83e\udde1", "username": "BBamage", "created_at": "2020-07-18T20:26:17.000Z", "description": "I identify as someone other than who you may believe I am. YOU'RE/STILL/BORING. #SuperStraight #LGBS - @BluntDamage fanboy! (Dissociated Personality #2)", "location": "Science-based Reality", "pinned_tweet_id": "1284775168779456512", "profile_image_url": "https://pbs.twimg.com/profile_images/1284585911494348800/yCzz0mDx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 80, "end": 94, "tag": "SuperStraight"}, {"start": 95, "end": 100, "tag": "LGBS"}], "mentions": [{"start": 103, "end": 115, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 142, "following_count": 248, "tweet_count": 7633, "listed_count": 0}, "withheld": null}
{"id": "522690001", "name": "Danny Damage\ud83d\udd76\ufe0f Digital Fact-Shamer", "username": "BluntDamage", "created_at": "2012-03-12T23:52:54.000Z", "description": "Digitally Fragmented Personality; product of passion, inner conflict & too much coffee!\u270f\ufe0f#AnotherWeekOfWrestling @ #GeeksAndGamers,\ud83c\udf99#PuttingItBluntly, \ud83c\udfae#FFXI.", "location": "Swimming Between The 0's & 1's", "pinned_tweet_id": "1451571924698636289", "profile_image_url": "https://pbs.twimg.com/profile_images/1340263753611407362/bGIUcxk9_normal.jpg", "protected": false, "url": "https://t.co/pb2BkqQrY3", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/pb2BkqQrY3", "expanded_url": "https://linktr.ee/DannyDamage", "display_url": "linktr.ee/DannyDamage"}]}, "description": {"urls": null, "hashtags": [{"start": 89, "end": 112, "tag": "AnotherWeekOfWrestling"}, {"start": 115, "end": 130, "tag": "GeeksAndGamers"}, {"start": 132, "end": 149, "tag": "PuttingItBluntly"}, {"start": 152, "end": 157, "tag": "FFXI"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 430, "following_count": 368, "tweet_count": 18385, "listed_count": 4}, "withheld": null}
{"id": "1381259462451822593", "name": "pessoa lazarinho", "username": "PLazarinho", "created_at": "2021-04-11T14:55:22.000Z", "description": "Staying sane while everyone else does their thang, that's my thang. RT means I'm sleeping with the OP, QT means we've stopped. no/thank/you", "location": "erewhon", "pinned_tweet_id": "1441742636587573252", "profile_image_url": "https://pbs.twimg.com/profile_images/1440726721569775627/BjkL4w3p_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 365, "following_count": 469, "tweet_count": 13318, "listed_count": 0}, "withheld": null}
{"id": "222754535", "name": "imogen makepeace", "username": "greenhamwoman", "created_at": "2010-12-04T10:28:42.000Z", "description": "gender critical feminist. let's have the 2nd wave again!", "location": "Lewes, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400496284075663360/Fh4IsLQd_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 794, "following_count": 335, "tweet_count": 1551, "listed_count": 17}, "withheld": null}
{"id": "1363844010671017986", "name": "MilanesaVegana", "username": "milanesa_vegana", "created_at": "2021-02-22T13:32:15.000Z", "description": "Hembra humana adulta, y por tanto Mujer. Feminista, y por tanto abolicionista. Este cap\u00edtulo de BlackMirror es demasiado largo. He venido a molestar.", "location": "Spain", "pinned_tweet_id": "1368614150214148102", "profile_image_url": "https://pbs.twimg.com/profile_images/1364973843153092616/XFN_4IXw_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 379, "following_count": 454, "tweet_count": 10105, "listed_count": 1}, "withheld": null}
{"id": "14419290", "name": "latsot", "username": "latsot", "created_at": "2008-04-17T11:40:50.000Z", "description": "Disruptive influence, initially annoyed by something else.\n\nThe wrong kind of.", "location": "UK. North. East.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1430812938743525379/qjrcgXHW_normal.jpg", "protected": false, "url": "https://t.co/VTIIxpzM13", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/VTIIxpzM13", "expanded_url": "https://www.lookatthestateofthat.com/", "display_url": "lookatthestateofthat.com"}]}, "description": null}, "public_metrics": {"followers_count": 1183, "following_count": 872, "tweet_count": 67826, "listed_count": 17}, "withheld": null}
{"id": "2220399088", "name": "gnarsella \ud83d\udfe3\u26aa\ufe0f\ud83d\udfe2", "username": "gnarsella", "created_at": "2013-12-11T22:37:12.000Z", "description": "Adult human female. Spirit animal: honey badger. #istandwithmarionmillar #istandwithmayaforstater #istandwithjkrowling", "location": null, "pinned_tweet_id": "1443170735111954432", "profile_image_url": "https://pbs.twimg.com/profile_images/1349707982104371202/VT7_Uw0N_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 49, "end": 72, "tag": "istandwithmarionmillar"}, {"start": 73, "end": 97, "tag": "istandwithmayaforstater"}, {"start": 98, "end": 118, "tag": "istandwithjkrowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 154, "following_count": 663, "tweet_count": 1266, "listed_count": 1}, "withheld": null}
{"id": "117457865", "name": "Ruth\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd96#Womenwontwheesht\ud83e\udd96CourageCalls", "username": "lavery_ruth", "created_at": "2010-02-25T16:39:11.000Z", "description": "Non compliant feminist\nSmash the Patriarchy\nWomen is not A feeling in a man's head\nWomen standing up for rights is a hate crime in Scotland\nWelcome to McGilead", "location": null, "pinned_tweet_id": "1132011654026280960", "profile_image_url": "https://pbs.twimg.com/profile_images/1366879429893455879/49Xg-JKM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 718, "following_count": 793, "tweet_count": 26721, "listed_count": 3}, "withheld": null}
{"id": "351256975", "name": "Diane Holyoak\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Slipstream60", "created_at": "2011-08-09T00:36:08.000Z", "description": "", "location": "London", "pinned_tweet_id": "1056512987073273856", "profile_image_url": "https://pbs.twimg.com/profile_images/1246934581091196930/fPIgDr2D_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1609, "following_count": 3187, "tweet_count": 62776, "listed_count": 4}, "withheld": null}
{"id": "1165944756", "name": "Emma Chiswell \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "e_chiswell", "created_at": "2013-02-10T13:43:12.000Z", "description": "Centrist blonde with a passion for life and London. Anti Far Left and Far Right idiots.\nAll my own views!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3234137045/a23f3ba263c0b671cd5546b975d285b4_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 193, "following_count": 557, "tweet_count": 7164, "listed_count": 2}, "withheld": null}
{"id": "1358059685857939458", "name": "Claire", "username": "Claire67339956", "created_at": "2021-02-06T14:27:42.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "location": "Wales", "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 195, "following_count": 212, "tweet_count": 30375, "listed_count": 0}, "withheld": null}
{"id": "311569104", "name": "Gerard Madill", "username": "Spikey67", "created_at": "2011-06-05T17:34:46.000Z", "description": "", "location": "Ankara, T\u00fcrkiye", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/489678743745470464/7FZnR4b0_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 255, "following_count": 618, "tweet_count": 15384, "listed_count": 8}, "withheld": null}
{"id": "4816020353", "name": "Marmalade Saloon \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83c\uddea\ud83c\uddfa\ud83d\udd77\ud83c\udf40\ud83c\udf52", "username": "galamandel", "created_at": "2016-01-15T17:11:18.000Z", "description": "Scottish independence supporter. European. CFC. Feminist. Socialist. Pronouns: get/to/fuck", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1257119129284292610/pANzHUyF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1536, "following_count": 2889, "tweet_count": 31222, "listed_count": 3}, "withheld": null}
{"id": "716922689752014848", "name": "ZeroOption4Sheffield", "username": "ZeroOption4Shef", "created_at": "2016-04-04T09:37:43.000Z", "description": "A Sheffield based campaign to make Sheffield strip club free.", "location": "Sheffield, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/716927981919318016/Nel_JrgF_normal.jpg", "protected": false, "url": "https://t.co/dtLW5JDUB1", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/dtLW5JDUB1", "expanded_url": "https://zerooptionblog.wordpress.com/", "display_url": "zerooptionblog.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 506, "following_count": 582, "tweet_count": 30983, "listed_count": 8}, "withheld": null}
{"id": "27093223", "name": "E Brown \ud83d\udd77", "username": "YesWombat", "created_at": "2009-03-27T20:47:12.000Z", "description": "Unthirldom. Aye.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/513670025379459074/rHCBhOo4_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2467, "following_count": 4507, "tweet_count": 246478, "listed_count": 52}, "withheld": null}
{"id": "163526606", "name": "Jozinhagirl (Activist Lawyer)", "username": "Jozinhagirl", "created_at": "2010-07-06T16:59:03.000Z", "description": "22yrs PQE public admin (immigration/refugee) NZ solicitor all of which is now poured into battling for my ASD/APD & ASD/ADHD/SPD/GAD boys & long-Covid daughter", "location": "Wiltshire, UK", "pinned_tweet_id": "1415268729684905985", "profile_image_url": "https://pbs.twimg.com/profile_images/1216301273571635201/7Qbe5wco_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 599, "following_count": 467, "tweet_count": 5802, "listed_count": 2}, "withheld": null}
{"id": "1241695273946157056", "name": "Screaming REPENT MOTHERFUCKER at a Wall. \ud83e\udddf\ud83c\udf83", "username": "TerfinBird", "created_at": "2020-03-22T11:57:01.000Z", "description": "Lesbian not queer. Stoner. RadFem. Sweary. -I am not free while any woman is unfree, even when her shackles are very different from my own- Audre Lorde", "location": null, "pinned_tweet_id": "1305456467022172160", "profile_image_url": "https://pbs.twimg.com/profile_images/1305077574150881281/YMmaRa--_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 683, "following_count": 1112, "tweet_count": 2765, "listed_count": 1}, "withheld": null}
{"id": "119527347", "name": "Neil, Neil Tunnock's Teacake", "username": "ToonSlim", "created_at": "2010-03-03T22:44:19.000Z", "description": "Husband, father, son. NUFC. Gaming. Sims. Beard but not woke! Gender logical", "location": "Newcastle upon Tyne", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1363083725509132293/W9nZfH5H_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1202, "following_count": 1152, "tweet_count": 10329, "listed_count": 3}, "withheld": null}
{"id": "2818938573", "name": "Frances Lumsden", "username": "FrancesLumsden", "created_at": "2014-10-09T09:24:40.000Z", "description": "GC Feminist. Widow. Chronic illness. Philosophical musings. Wildlife. Organic gardening. Land reform. Scottish Indy. Europe. Funny things. Beautiful things.", "location": "Scotland.", "pinned_tweet_id": "1325073480627445760", "profile_image_url": "https://pbs.twimg.com/profile_images/628304444837482496/L-fYap2e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 9153, "following_count": 6134, "tweet_count": 96323, "listed_count": 73}, "withheld": null}
{"id": "1268787547347595264", "name": "Thought Police", "username": "Thought_Po", "created_at": "2020-06-05T06:11:55.000Z", "description": "They're selling postcards of the hanging They're painting the passports brown The beauty parlor is filled with sailors The circus is in town.", "location": null, "pinned_tweet_id": "1278223365648637953", "profile_image_url": "https://pbs.twimg.com/profile_images/1327613499086868480/HiWeyIEp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 782, "following_count": 607, "tweet_count": 5646, "listed_count": 1}, "withheld": null}
{"id": "2714211823", "name": "Penny Stuart", "username": "lostindisco", "created_at": "2014-08-07T09:52:22.000Z", "description": "Too old, too soon. Re tweets do not signify an endorsement, likes are, unsurprisingly ...comments I like, find funny, or think important.", "location": null, "pinned_tweet_id": "1342439573306175489", "profile_image_url": "https://pbs.twimg.com/profile_images/842419973163225089/CnIF9kaL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1104, "following_count": 324, "tweet_count": 261930, "listed_count": 64}, "withheld": null}
{"id": "424695821", "name": "Stuart Middleton", "username": "Stuartmidd", "created_at": "2011-11-30T02:31:27.000Z", "description": "No relation to Kate and no bottom to match Pippa. Not a feminist (cos I am a male) but have daughters so will bloody well fight for their rights. PS Like Dogs.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1179532381184770049/i7pw8QRH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 144, "following_count": 285, "tweet_count": 11046, "listed_count": 0}, "withheld": null}
{"id": "299512363", "name": "#NoVotoMisog\u00ednia\u2640\ufe0f #Mujeres23Oct", "username": "Estacadebares", "created_at": "2011-05-16T06:47:21.000Z", "description": "S\u00f3c una dona. Un \u00e9sser hum\u00e0, nascuda amb el cos sexuat en femen\u00ed. Feminista radical. Visca la lluita feminista!!!", "location": null, "pinned_tweet_id": "1444929031485509634", "profile_image_url": "https://pbs.twimg.com/profile_images/1402258056881266696/iugb5Gt6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5820, "following_count": 6271, "tweet_count": 711733, "listed_count": 165}, "withheld": null}
{"id": "1105622233647595521", "name": "HackneyDinosaurs \ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9", "username": "HackneyReSiste2", "created_at": "2019-03-13T00:10:56.000Z", "description": "\u201cGhastly\u201d-John Nicholson MSP. \u201cObsessive terf\u201d-TRA. \u201cNot everyone\u2019s cup of tea\u201d-GC Twitter Cantankerous bint. Pronouns No/Nah/Nup #TERFgender #WomenWontWheesht", "location": "Terf Island\ud83c\udfdd", "pinned_tweet_id": "1332768512331407365", "profile_image_url": "https://pbs.twimg.com/profile_images/1185292443136090112/8-E4gfbZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 130, "end": 141, "tag": "TERFgender"}, {"start": 143, "end": 160, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4400, "following_count": 1716, "tweet_count": 28651, "listed_count": 11}, "withheld": null}
{"id": "4845808492", "name": "Valerie Garwood", "username": "ValGarwood", "created_at": "2016-01-25T14:44:37.000Z", "description": "Second wave feminist. Views are my own. \ud83d\udc9c\ud83d\udc9f\ud83d\udc9a \ud83e\udd96\ud83e\udd96\ud83e\udd96", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1450080087924256770/kH69F_U0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 965, "following_count": 1034, "tweet_count": 10627, "listed_count": 2}, "withheld": null}
{"id": "106725571", "name": "Telibarb", "username": "Telibarb", "created_at": "2010-01-20T14:14:22.000Z", "description": "Yeah, whatever.", "location": "Here, now.", "pinned_tweet_id": "1228011811020115968", "profile_image_url": "https://pbs.twimg.com/profile_images/1400497213009104896/-_0AZvpD_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1927, "following_count": 1957, "tweet_count": 218205, "listed_count": 60}, "withheld": null}
{"id": "1147486009292185601", "name": "\ud83d\udd78\u2640\ufe0f\ud83c\udfc1AdultHumanFemale\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Women_Stand_Up", "created_at": "2019-07-06T12:42:38.000Z", "description": "Feminism. \nThe radical notion that women are people.\n\nAnon due to my stalking violent trans ex.\n\n#transwidow \n\n#Istandwithmarionmillar\n\n#nothankyou", "location": "Queen of Ellipsis ", "pinned_tweet_id": "1447108368741642242", "profile_image_url": "https://pbs.twimg.com/profile_images/1451427100607537152/ewPeXlP7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 97, "end": 108, "tag": "transwidow"}, {"start": 111, "end": 134, "tag": "Istandwithmarionmillar"}, {"start": 136, "end": 147, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2678, "following_count": 2837, "tweet_count": 10486, "listed_count": 6}, "withheld": null}
{"id": "425248565", "name": "Drew", "username": "d_r_ew", "created_at": "2011-11-30T19:19:24.000Z", "description": "London born and bred, firm believer in we should remain part of the EU. Union member from the days of the EETPU. Recovering from cancer.", "location": "Brent, London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1030738265828143104/vpMp-Zle_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 82, "following_count": 324, "tweet_count": 7386, "listed_count": 2}, "withheld": null}
{"id": "1370141966126755846", "name": "Erica Blair", "username": "EricaBlscotland", "created_at": "2021-03-11T22:38:54.000Z", "description": "\ud83e\udd96\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Woman, Feminist, Scottish independence & environmentalist. Conversation welcome but science deniers, trolls, and calling me cis will result in a block", "location": "Scotland, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1371906127248637956/c0WUlibD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 438, "following_count": 1167, "tweet_count": 3492, "listed_count": 4}, "withheld": null}
{"id": "1085134428953821184", "name": "HanoverHussy", "username": "HanoverHussy", "created_at": "2019-01-15T11:19:43.000Z", "description": "Actual mermaid. Billy Bragg broke my heart \ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f...\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f..\ud83e\udddc\ud83c\udffc\u200d\u2640\ufe0f", "location": "Deep Blue", "pinned_tweet_id": "1245257545146605568", "profile_image_url": "https://pbs.twimg.com/profile_images/1085146646940446720/EaHvUEMG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1973, "following_count": 3804, "tweet_count": 11280, "listed_count": 4}, "withheld": null}
{"id": "1081919018427211776", "name": "Natalie B \ud83d\udd36\ufe0f", "username": "Nat_freespeech", "created_at": "2019-01-06T14:22:49.000Z", "description": "Founder member #womenuniting. Lib Dem. outspoken on Freedom of speech and women's rights. I entirely reject the nonsense of 'preferred' pronouns. \n#womenuniting", "location": "England", "pinned_tweet_id": "1439530036126695424", "profile_image_url": "https://pbs.twimg.com/profile_images/1280261486930247680/vZ4YM3aE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 15, "end": 28, "tag": "womenuniting"}, {"start": 147, "end": 160, "tag": "womenuniting"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1730, "following_count": 741, "tweet_count": 10591, "listed_count": 4}, "withheld": null}
{"id": "2373392954", "name": "Barren Von Spinster \ud83d\udc9f \ud83d\udfe5", "username": "LadyDangermouse", "created_at": "2014-03-05T08:19:24.000Z", "description": "I was just snooping, then saw the light.\n\nPronouns are your majesty.", "location": null, "pinned_tweet_id": "1237789768764870658", "profile_image_url": "https://pbs.twimg.com/profile_images/1175759247956725762/t1rq_d0e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 344, "following_count": 1518, "tweet_count": 4405, "listed_count": 1}, "withheld": null}
{"id": "3822394755", "name": "BellaSaurus Tricks \ud83d\udfe5 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "BellaTricks40", "created_at": "2015-09-30T08:18:15.000Z", "description": "Fond of teacakes and the word no. I know what a woman is and so do you. #NoThankYou #FollowWomenBack", "location": "Around", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1427614471413972994/RRnk6siN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 72, "end": 83, "tag": "NoThankYou"}, {"start": 84, "end": 100, "tag": "FollowWomenBack"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 933, "following_count": 1040, "tweet_count": 3878, "listed_count": 1}, "withheld": null}
{"id": "2226569588", "name": "Ian McNee", "username": "IanSMcNee", "created_at": "2013-12-02T12:15:45.000Z", "description": "Socialist computer geek & all-round stereotypical right-on eco-leftie #Labour #JC4PM #GTTO\nPronouns: Trots/Rabble/Dogs", "location": "West Midlands, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1416371552644382721/LJhOiPHV_normal.jpg", "protected": false, "url": "https://t.co/DTbKCDE69n", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/DTbKCDE69n", "expanded_url": "https://www.facebook.com/GeekMcBean", "display_url": "facebook.com/GeekMcBean"}]}, "description": {"urls": null, "hashtags": [{"start": 70, "end": 77, "tag": "Labour"}, {"start": 78, "end": 84, "tag": "JC4PM"}, {"start": 85, "end": 90, "tag": "GTTO"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1784, "following_count": 1940, "tweet_count": 26999, "listed_count": 10}, "withheld": null}
{"id": "144897663", "name": "Kate Anderson", "username": "Katesplot", "created_at": "2010-05-17T16:04:13.000Z", "description": "Macrame. Photography, graphics. Activist artwork. Interests in anthropology, art therapy, music, film, technology, branding. \ud83e\udd13 Wild swimming, weight training.", "location": "Near Uppingham and Corby", "pinned_tweet_id": "1419493735776333824", "profile_image_url": "https://pbs.twimg.com/profile_images/724548916486787072/OGF7hwIC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1255, "following_count": 4970, "tweet_count": 4516, "listed_count": 51}, "withheld": null}
{"id": "1013754660", "name": "Nettie Stevens", "username": "RosaDaughter", "created_at": "2012-12-15T19:05:13.000Z", "description": "Neighbourhood Witch", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1175416560439234560/jGhwPZSu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 805, "following_count": 2837, "tweet_count": 11097, "listed_count": 5}, "withheld": null}
{"id": "20555137", "name": "Nicola", "username": "scrapegroat", "created_at": "2009-02-10T23:00:03.000Z", "description": "you are unable to view this tweet because", "location": null, "pinned_tweet_id": "1036884041851654144", "profile_image_url": "https://pbs.twimg.com/profile_images/1417194006551973896/JVlHEfrw_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 6750, "following_count": 790, "tweet_count": 102148, "listed_count": 22}, "withheld": null}
{"id": "2751228203", "name": "GillianB", "username": "BrittonGillian", "created_at": "2014-08-25T21:52:06.000Z", "description": "Feminist fighting the erosion of women's rights. Pro Scottish independence.", "location": "Glasgow, Scotland", "pinned_tweet_id": "1443708190546345986", "profile_image_url": "https://pbs.twimg.com/profile_images/1160155905079558145/1amWsFoe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 783, "following_count": 614, "tweet_count": 85170, "listed_count": 2}, "withheld": null}
{"id": "141639612", "name": "NicoleRaptor 2+2=4 \ud83c\uddea\ud83c\uddfa", "username": "NicoleLondonUK", "created_at": "2010-05-08T16:18:58.000Z", "description": "Ex-queue jumper #FBPE. I do not exist to validate you.\nDo not ask me to show kindness when you mean compliance.\n#NoThankYou", "location": "Alpes-Maritimes, Provence-Alpe", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1446753942852014081/VztItQy4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 16, "end": 21, "tag": "FBPE"}, {"start": 113, "end": 124, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2605, "following_count": 2437, "tweet_count": 5125, "listed_count": 6}, "withheld": null}
{"id": "25595473", "name": "Charlotte Edwards \ud83e\udd96\ud83e\udd0d\ud83d\udc9c", "username": "rafaellacj", "created_at": "2009-03-20T23:07:46.000Z", "description": "Lesbian Adult Human Female radfem. Blocked by Stonewall & Owen Jones. 'Gender is pink and blue horseshit' (Janice Turner)", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1366669842976243714/_-LmXr7m_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1796, "following_count": 813, "tweet_count": 19233, "listed_count": 11}, "withheld": null}
{"id": "281259322", "name": "Alabama Whitman", "username": "lunarfish1524", "created_at": "2011-04-12T23:28:56.000Z", "description": "Founder member of the #misandristicbitchsquad Affiliate of the church Religion of Reality @RelOfReality MILITANTE FEMINISTE. Cruel and terrible woman allegedly", "location": "Herod Island. FU.", "pinned_tweet_id": "1095696013753499648", "profile_image_url": "https://pbs.twimg.com/profile_images/793229291177779202/AKq7I1wd_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 45, "tag": "misandristicbitchsquad"}], "mentions": [{"start": 90, "end": 103, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2819, "following_count": 3054, "tweet_count": 41083, "listed_count": 26}, "withheld": null}
{"id": "748089601923899392", "name": "mrsdapoint", "username": "mrsdapoint", "created_at": "2016-06-29T09:43:54.000Z", "description": "Woman = adult human female. No to SelfID.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443511777573101568/S6Gbbaiu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 289, "following_count": 431, "tweet_count": 2965, "listed_count": 0}, "withheld": null}
{"id": "1017026387369250818", "name": "Kay Warner", "username": "kaywarn50794642", "created_at": "2018-07-11T12:42:40.000Z", "description": "#sexnotgender \n#NoThankYou\n#IStandWithCeri", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1387362527726784516/j9MuAYty_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 13, "tag": "sexnotgender"}, {"start": 15, "end": 26, "tag": "NoThankYou"}, {"start": 27, "end": 42, "tag": "IStandWithCeri"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 296, "following_count": 120, "tweet_count": 5246, "listed_count": 1}, "withheld": null}
{"id": "2817852608", "name": "Radical Abolitionism", "username": "radabolitionism", "created_at": "2014-09-18T20:38:21.000Z", "description": "\u2605 Abolitionists\n\u2605 Ethical Veganism\n\u2605 Radical Feminism\n#IStandWithKeiraBell #IStandWithMarionMillar", "location": null, "pinned_tweet_id": "1270795696116060162", "profile_image_url": "https://pbs.twimg.com/profile_images/1177844317257453569/Q3wNKDB9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 54, "end": 74, "tag": "IStandWithKeiraBell"}, {"start": 75, "end": 98, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 140, "following_count": 349, "tweet_count": 896, "listed_count": 0}, "withheld": null}
{"id": "43148115", "name": "Kay Sillars", "username": "kaysillars", "created_at": "2009-05-28T16:57:54.000Z", "description": "an opinion on everything, some of them even informed", "location": "Glasgow, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/845042856402337794/7a4RF5yG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1306, "following_count": 2585, "tweet_count": 55570, "listed_count": 23}, "withheld": null}
{"id": "1618657429", "name": "SaintCirce", "username": "SaintCirce", "created_at": "2013-07-24T21:11:51.000Z", "description": "Omnia Feminae Aequissimae \u2640\ufe0f\nI must be a mermaid, I have no fear of depths and a great fear of shallow living - Ana\u00efs Nin.", "location": "Sunny South Coast", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1282317448168038404/6FBqkOGe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2398, "following_count": 1189, "tweet_count": 63241, "listed_count": 13}, "withheld": null}
{"id": "1156835886325272577", "name": "jaypin", "username": "jaypin8", "created_at": "2019-08-01T07:55:43.000Z", "description": "IStandwithJKRowling#SexNotGender", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 219, "following_count": 1469, "tweet_count": 24399, "listed_count": 0}, "withheld": null}
{"id": "1270398593950720002", "name": "Mr Ben- Identifies as delicious", "username": "crit_gen", "created_at": "2020-06-09T16:53:50.000Z", "description": "Lived", "location": "Scotland", "pinned_tweet_id": "1296750769111216129", "profile_image_url": "https://pbs.twimg.com/profile_images/1451660470298025985/WTczp-hs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5289, "following_count": 2452, "tweet_count": 63024, "listed_count": 4}, "withheld": null}
{"id": "718492074492968960", "name": "Jo Bartosch", "username": "jo_bartosch", "created_at": "2016-04-08T17:33:54.000Z", "description": "Journalist - words in The Critic, Spiked, Telegraph, New Statesman, The Article, Independent, Unherd, The Spectator, MoS & more. Proud reporter @lesbiangaynews", "location": null, "pinned_tweet_id": "1271153020772978688", "profile_image_url": "https://pbs.twimg.com/profile_images/1270801158739763200/fUiTgqRZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 145, "end": 160, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 18226, "following_count": 1290, "tweet_count": 15059, "listed_count": 96}, "withheld": null}
{"id": "244942206", "name": "rw1968 #WomenWontWheesht", "username": "roswh", "created_at": "2011-01-30T14:02:52.000Z", "description": "Feminist campaigner for many years and angry having to fight to retain rights we have won. Knowing we are right keeps me going.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1381248266784931844/7uUj-kJp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1045, "following_count": 1141, "tweet_count": 16819, "listed_count": 5}, "withheld": null}
{"id": "19587390", "name": "womensviewsonnews", "username": "newsaboutwomen", "created_at": "2009-01-27T11:30:13.000Z", "description": "Women's News, Opinions and Current Affairs: UK focussed", "location": "Facebook: newsaboutwomen", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2175764289/new-logo_normal.png", "protected": false, "url": "http://t.co/wEMWEGOuCW", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/wEMWEGOuCW", "expanded_url": "http://www.womensviewsonnews.org", "display_url": "womensviewsonnews.org"}]}, "description": null}, "public_metrics": {"followers_count": 14819, "following_count": 6323, "tweet_count": 65047, "listed_count": 692}, "withheld": null}
{"id": "1263358781850779648", "name": "Genderfree World \ud83d\udfe5", "username": "GenderfreeW", "created_at": "2020-05-21T06:43:08.000Z", "description": "Female. We, the women. Looking forward to a world free of gender. \nSuffragettes Reloaded: Nothing about us without us.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1336300576200593410/-LAGhvgt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 347, "following_count": 725, "tweet_count": 2395, "listed_count": 0}, "withheld": null}
{"id": "1346060456805470209", "name": "Sex Matters", "username": "SexMattersOrg", "created_at": "2021-01-04T11:46:55.000Z", "description": "Sex matters in life and in law. It shouldn\u2019t take courage to say so.", "location": "UK", "pinned_tweet_id": "1450081574981152771", "profile_image_url": "https://pbs.twimg.com/profile_images/1351925767194685442/opH0IVkl_normal.jpg", "protected": false, "url": "https://t.co/G9KefHHAcN", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/G9KefHHAcN", "expanded_url": "https://sex-matters.org/", "display_url": "sex-matters.org"}]}, "description": null}, "public_metrics": {"followers_count": 27788, "following_count": 584, "tweet_count": 2318, "listed_count": 117}, "withheld": null}
{"id": "166704810", "name": "amy", "username": "amysoandso", "created_at": "2010-07-14T20:21:06.000Z", "description": "\ud83c\udfc4\u200d\u2640\ufe0f\ud83d\udef6\ud83d\udc69\u200d\ud83c\udfa8\ud83d\udcf8\ud83d\udc69\u200d\ud83c\udfed\ud83d\ude99\ud83d\udc69\u200d\ud83d\udd27\ud83d\udee0\ud83e\uddf0\ud83e\uddf1\ud83e\udddc\u200d\u2640\ufe0f\ud83d\udc83\u26bd\ufe0f\ud83d\udc2f\ud83c\udfca\u200d\u2640\ufe0f\u26f5\ufe0f\ud83c\udf97\ud83d\udea3\u200d\u2642\ufe0f\ud83d\udc69\u200d\ud83d\udcbb Freelancer, Trustee, Dog parent", "location": "Wherever there\u2019s water", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/687628011496157184/BjxCPtqE_normal.jpg", "protected": false, "url": "https://t.co/O4NQczE8Jc", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/O4NQczE8Jc", "expanded_url": "https://www.justgiving.com/niaproject", "display_url": "justgiving.com/niaproject"}]}, "description": null}, "public_metrics": {"followers_count": 1322, "following_count": 1817, "tweet_count": 69224, "listed_count": 29}, "withheld": null}
{"id": "257836462", "name": "France", "username": "FrancesW05", "created_at": "2011-02-26T09:00:08.000Z", "description": "Feminist, Athiest, humanist, Psychology & Philosophy Fan, Anti-fascist, pro EU. Loves books, Arts & crafts. Not a fan of creatures without legs or too many legs", "location": "Irlande du Nord ", "pinned_tweet_id": "1386122598925410311", "profile_image_url": "https://pbs.twimg.com/profile_images/1302384314370359297/5kutQFOZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1127, "following_count": 2055, "tweet_count": 26427, "listed_count": 3}, "withheld": null}
{"id": "540332284", "name": "Sturgeon is a liar", "username": "gilliand25", "created_at": "2012-03-29T22:36:10.000Z", "description": "woman-adult human female, gender free, concerned about the rise of nationalism in my country and other stuff.", "location": "Edinburgh, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/624564920844206081/LD_s2k1Q_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1179, "following_count": 1457, "tweet_count": 30577, "listed_count": 3}, "withheld": null}
{"id": "259794005", "name": "Kate Kasprowicz #IstandwithJoannaCherry", "username": "KateKasp", "created_at": "2011-03-02T16:21:30.000Z", "description": "Gender critical;love reading, gardening, wine & sunshine; want an independent Scotland. Worried about climate change, angry about GRA and the rise of misogyny", "location": "Planet Biological Woman", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1253240772754911233/jtFir7dX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1129, "following_count": 1791, "tweet_count": 47938, "listed_count": 16}, "withheld": null}
{"id": "60330946", "name": "Verdi Wilson", "username": "VerdiMurray", "created_at": "2009-07-26T15:51:30.000Z", "description": "Because it's the 21st century and the obvious needs to be stated: All views my own, retweets & pressing the wee heart thingy doesn't mean endorsement etc etc.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/622837400033718272/_blkgyCh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1197, "following_count": 1057, "tweet_count": 29597, "listed_count": 11}, "withheld": null}
{"id": "1342847105648517121", "name": "Boney Maloney \ud83c\udf52", "username": "BoneyMaloney45", "created_at": "2020-12-26T14:59:09.000Z", "description": "EuroScot. Not British. GC. Friend of the Bonny Prince. '45er. Cyclist. Peaty malts, dark ales. Child of a #Mother. Hates SEVCO.\n#GetTheBritishOut \ud83c\uddec\ud83c\udde7=\ud83d\udca9", "location": "Brit Hell", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451949992785100811/4OztC05j_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 106, "end": 113, "tag": "Mother"}, {"start": 128, "end": 145, "tag": "GetTheBritishOut"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 691, "following_count": 613, "tweet_count": 25061, "listed_count": 0}, "withheld": null}
{"id": "3141161607", "name": "Anna", "username": "costlycinnamon", "created_at": "2015-04-06T17:34:48.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/585138080702541824/6NY9EA-U_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 608, "following_count": 1808, "tweet_count": 37267, "listed_count": 10}, "withheld": null}
{"id": "1539561559", "name": "Fendidthat", "username": "TyrrelK", "created_at": "2013-06-22T21:26:35.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/620708817932840960/Gr_CKkcH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 151, "following_count": 615, "tweet_count": 4196, "listed_count": 0}, "withheld": null}
{"id": "871855989443747840", "name": "Lynne -\u2640Don't CIS me\u2640", "username": "ItsLynneH", "created_at": "2017-06-05T22:27:21.000Z", "description": "Human sex is binary and immutable, humans can't change sex\nMen in women's spaces is a human rights abuse\nPro Europe/Anti EU, Atheist & Gender Atheist", "location": "Cambridge, England", "pinned_tweet_id": "1419537299071803393", "profile_image_url": "https://pbs.twimg.com/profile_images/1445175366201511939/Cxe4-LSK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 668, "following_count": 790, "tweet_count": 13581, "listed_count": 1}, "withheld": null}
{"id": "1250326904868966400", "name": "Joe Traherne", "username": "TraherneJoe", "created_at": "2020-04-15T07:37:03.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1374510620691767306/txIwPuGn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 523, "following_count": 693, "tweet_count": 14619, "listed_count": 2}, "withheld": null}
{"id": "1104290912480432130", "name": "womenopausal \ud83e\uddd9\u200d\u2640\ufe0f \ud83d\udc76 \ud83e\udd95", "username": "womenopausal1", "created_at": "2019-03-09T08:00:45.000Z", "description": "\ud83d\ude4b\ud83c\udffc\u200d\u2640\ufe0fHi there witch babes\ud83e\uddd9\u200d\u2640\ufe0f \ud83d\udc76!\n\u2640\ufe0fFormer r/GenderCritical mod, current @WomenAreOvarit admin\u2640\ufe0f \n\ud83c\udf65#NotAllAnimeAvatars\ud83c\udf65", "location": "Eclectic Ladyland", "pinned_tweet_id": "1385973473563103232", "profile_image_url": "https://pbs.twimg.com/profile_images/1338037124579397633/F4-74zBe_normal.jpg", "protected": false, "url": "https://t.co/gW1Kf7nHPC", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/gW1Kf7nHPC", "expanded_url": "https://www.ovarit.com/", "display_url": "ovarit.com"}]}, "description": {"urls": null, "hashtags": [{"start": 98, "end": 117, "tag": "NotAllAnimeAvatars"}], "mentions": [{"start": 72, "end": 87, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1659, "following_count": 941, "tweet_count": 9354, "listed_count": 6}, "withheld": null}
{"id": "143609073", "name": "Debbie \ud83d\udfe5", "username": "Debbbooo", "created_at": "2010-05-13T23:15:27.000Z", "description": "Feminist. Socialist. Sandwitch. #IStandWithMarionMillar", "location": "Terf Island", "pinned_tweet_id": "1400517042680352775", "profile_image_url": "https://pbs.twimg.com/profile_images/1400501090034995205/VFo_MbP4_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 32, "end": 55, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1454, "following_count": 2573, "tweet_count": 34987, "listed_count": 24}, "withheld": null}
{"id": "18601303", "name": "Goody Spy", "username": "Spyonmike", "created_at": "2009-01-04T12:44:59.000Z", "description": "Woman, Mother, Gender Critical, worried about the future of women.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/902443565724430336/4n0r_STu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2218, "following_count": 2912, "tweet_count": 7932, "listed_count": 6}, "withheld": null}
{"id": "1090974976122019841", "name": "Overton Window", "username": "OvertonWindow1", "created_at": "2019-01-31T14:07:58.000Z", "description": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9cHusband of beautiful L who is mother to my3 darlings, ProEU, policy specialist, LGB Alliance. Bi. GC. Sex not gender. Je m\u2019en fous de tes fifis.", "location": null, "pinned_tweet_id": "1404040413347000323", "profile_image_url": "https://pbs.twimg.com/profile_images/1417954446265421828/VaCebtWS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1964, "following_count": 1693, "tweet_count": 19142, "listed_count": 10}, "withheld": null}
{"id": "1401474038975930370", "name": "Lickety: Terror of the Paranoid and Traumatiser", "username": "LicketyGCult", "created_at": "2021-06-06T09:40:34.000Z", "description": "#AlbaParty \ud83d\udc45 #WomenWontWheesht \ud83d\udd95 #IndyRef2 \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a GC and proud! Nae pronoun pish \ud83d\ude02 \ud83c\udf35Accurate Predictions \ud83d\udd2eNo to Self ID! Self Diagnosis is not diagnosis.", "location": "Imaginary Jail Cell", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1437716855897133057/9mOclEQ9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 10, "tag": "AlbaParty"}, {"start": 13, "end": 30, "tag": "WomenWontWheesht"}, {"start": 33, "end": 42, "tag": "IndyRef2"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 293, "following_count": 494, "tweet_count": 5757, "listed_count": 0}, "withheld": null}
{"id": "61052312", "name": "The \ud83d\udc9a Fire \ud83d\udc9c Cow\ud83d\udd25\ud83d\udc2e", "username": "Batflake", "created_at": "2009-07-28T23:30:00.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fScottish, autistic, plays piano\ud83c\udfbc\ud83c\udfb9, rides a horse\ud83d\udc34, enjoys maths and science\ud83d\udcdd\ud83d\udd2c, loves entomology\ud83d\udc1c\ud83d\udc1e. Octopuses are trees \ud83d\udc19\ud83c\udf33\ud83d\udc4d", "location": "Glasgow", "pinned_tweet_id": "1441757161156227074", "profile_image_url": "https://pbs.twimg.com/profile_images/1172788236328022016/6xXM-Aze_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2007, "following_count": 1906, "tweet_count": 45731, "listed_count": 39}, "withheld": null}
{"id": "985925872757682176", "name": "Matt Clarke 4 EFTA \ud83c\uddf3\ud83c\uddf4 \ud83c\uddee\ud83c\uddf8 \ud83c\udde8\ud83c\udded \ud83c\uddf1\ud83c\uddee\ud83c\uddec\ud83c\udde7 \ud83d\udcb0\ud83e\udd85\ud83c\udfc1", "username": "sophianictract", "created_at": "2018-04-16T17:00:20.000Z", "description": "Roman Catholic fan of death metal and Star Wars. Pronouns: give/me/strength #basicincome #UBI #noshoesinthehouse #EFTA \ud83c\uddfd\ud83c\uddf0 \ud83c\uddfa\ud83c\udde6 \ud83c\uddf9\ud83c\uddfc \ud83d\udcb0\ud83e\udd85\ud83c\udfc1", "location": "UK", "pinned_tweet_id": "1452724893238366208", "profile_image_url": "https://pbs.twimg.com/profile_images/1452535125502222337/1zmuIrlJ_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 78, "end": 90, "tag": "basicincome"}, {"start": 91, "end": 95, "tag": "UBI"}, {"start": 96, "end": 114, "tag": "noshoesinthehouse"}, {"start": 115, "end": 120, "tag": "EFTA"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4702, "following_count": 5174, "tweet_count": 128302, "listed_count": 11}, "withheld": null}
{"id": "779982231666384896", "name": "Penny Gane", "username": "PennyGane1", "created_at": "2016-09-25T09:53:50.000Z", "description": "Feminist, activist, atheist, currently politically homeless, views my own #DeedsNotWords", "location": "Bristol, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/779992253938958336/xK3Dsz_A_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 74, "end": 88, "tag": "DeedsNotWords"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 912, "following_count": 1171, "tweet_count": 7348, "listed_count": 9}, "withheld": null}
{"id": "1257429777750781952", "name": "Karolyn_IS", "username": "karolyn_is", "created_at": "2020-05-04T22:00:09.000Z", "description": "Material female; big money is stealing the future. Left & for the LGB. No to self ID. Pic: Gay pride \"On the Way There\" London 1988: by Del LaGrace Volcano.", "location": "NZ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1257449709242703872/SkyBAmD4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 256, "following_count": 162, "tweet_count": 9922, "listed_count": 2}, "withheld": null}
{"id": "228281246", "name": "Frankie Jack", "username": "FrankieJack69", "created_at": "2010-12-19T07:48:08.000Z", "description": "Th\u00e8id seo seachad cuideachd. #BeepBopBoop! #Nothankyou! No name calling, rudeness or abusiveness please. \ud83e\udd96\ud83e\udd95", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1261956885781057542/JoXue0A1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 29, "end": 41, "tag": "BeepBopBoop"}, {"start": 43, "end": 54, "tag": "Nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 338, "following_count": 2398, "tweet_count": 4429, "listed_count": 2}, "withheld": null}
{"id": "1297420084269416449", "name": "2ndWave2ndShift", "username": "txdot1", "created_at": "2020-08-23T06:28:26.000Z", "description": "I took a break. Break\u2019s over. Gen X Native Auntie, Indigenous Matriarchy descendant. Mean. Wily. Sad. But OK.", "location": null, "pinned_tweet_id": "1297432594578051072", "profile_image_url": "https://pbs.twimg.com/profile_images/1340936639410008065/Z6vupb97_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 944, "following_count": 1798, "tweet_count": 2118, "listed_count": 4}, "withheld": null}
{"id": "1274561765678952448", "name": "Powerful Lesbian \ud83d\udfe5\ud83e\udd96", "username": "LesbianPowerful", "created_at": "2020-06-21T04:36:38.000Z", "description": "Member of the International Network of Powerful Lesbians, want people to love themselves the way they were made. Woman, lesbian. Not cis! Fight lesbian erasure.", "location": null, "pinned_tweet_id": "1280981918603980801", "profile_image_url": "https://pbs.twimg.com/profile_images/1371541445635637248/GhUQsYwx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 168, "following_count": 282, "tweet_count": 698, "listed_count": 0}, "withheld": null}
{"id": "1123797206417444865", "name": "Elo\u00efse\ud83d\udc18", "username": "vogel_eloise", "created_at": "2019-05-02T03:51:47.000Z", "description": "radfem, stoner, follow \u2260 endorsement", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1287908430028644353/acOoC3t9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 395, "following_count": 902, "tweet_count": 7864, "listed_count": 0}, "withheld": null}
{"id": "2749371896", "name": "#TartanTuesday \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fCITIZEN NOT SERF\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "TartantuesdayI", "created_at": "2014-08-20T15:34:21.000Z", "description": "Where is the coward that would not dare to fight for such a land as Scotland? Sir Walter Scott \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udc99", "location": "Future Republic of Scotland", "pinned_tweet_id": "1034870503532634115", "profile_image_url": "https://pbs.twimg.com/profile_images/1124088673962733573/RlIQA913_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3634, "following_count": 5001, "tweet_count": 64284, "listed_count": 20}, "withheld": null}
{"id": "997912189456605184", "name": "Being Equal", "username": "BeingEqualERA", "created_at": "2018-05-19T18:49:41.000Z", "description": "What does Be-ing Equal look like? Women are the #LifeGivers who give human life to the planet. We need #ERA, rethink what we say & new mythology @RethinkingEve", "location": null, "pinned_tweet_id": "1185164004056096769", "profile_image_url": "https://pbs.twimg.com/profile_images/997924875237933056/-uvp6h4s_normal.jpg", "protected": false, "url": "https://t.co/wbxZ3fAmFy", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/wbxZ3fAmFy", "expanded_url": "http://BeingEqual.com", "display_url": "BeingEqual.com"}]}, "description": {"urls": null, "hashtags": [{"start": 48, "end": 59, "tag": "LifeGivers"}, {"start": 103, "end": 107, "tag": "ERA"}], "mentions": [{"start": 145, "end": 159, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 303, "following_count": 453, "tweet_count": 2973, "listed_count": 2}, "withheld": null}
{"id": "2817852428", "name": "Harper McBotBot", "username": "muir_belinda", "created_at": "2014-09-18T20:38:36.000Z", "description": "Mcbottie bot bot, still YES.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1445541357225844741/iAjgJuYf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1330, "following_count": 1532, "tweet_count": 69984, "listed_count": 30}, "withheld": null}
{"id": "4503621269", "name": "\ud83c\udf52Jeannie McCrimmon", "username": "IndyLassie", "created_at": "2015-12-16T14:12:02.000Z", "description": "Scottish independence is about principles of democracy and autonomy not ideology or policy.", "location": "Glasgow, Scotland", "pinned_tweet_id": "915227347539955715", "profile_image_url": "https://pbs.twimg.com/profile_images/1414645860382674947/Xf64BRBz_normal.jpg", "protected": false, "url": "https://t.co/MVtsPWupgN", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/MVtsPWupgN", "expanded_url": "http://www.brandourband.com", "display_url": "brandourband.com"}]}, "description": null}, "public_metrics": {"followers_count": 4316, "following_count": 4946, "tweet_count": 115601, "listed_count": 48}, "withheld": null}
{"id": "1387217595951194114", "name": "\ud83e\udd96_Serena_The_Second\ud83c\udf3f\ud83d\udd6f\ud83d\udd2e", "username": "rady_aphrodite", "created_at": "2021-04-28T01:30:39.000Z", "description": "Woman. Daughter. Sister. Auntie. Radfem. Gender Critical. #WomenWontWheesht", "location": null, "pinned_tweet_id": "1419794315648323588", "profile_image_url": "https://pbs.twimg.com/profile_images/1405014928331743235/DvGsopKM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 58, "end": 75, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 384, "following_count": 679, "tweet_count": 2488, "listed_count": 1}, "withheld": null}
{"id": "1367325934143954952", "name": "Madeline", "username": "somadsomoody", "created_at": "2021-03-04T04:08:10.000Z", "description": "\ud83d\udc9b\ud83e\udd0d\ud83d\udc9c\npronouns are crone/hag", "location": "PNW", "pinned_tweet_id": "1433280659980623876", "profile_image_url": "https://pbs.twimg.com/profile_images/1435357709935661061/99iZgnJg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 877, "following_count": 1299, "tweet_count": 5234, "listed_count": 2}, "withheld": null}
{"id": "242051914", "name": "Park Ranger", "username": "netminnow", "created_at": "2011-01-23T20:40:29.000Z", "description": "Retweets not necessarily endorsements. Merely a cavalcade of items that piqued my interest & I passed on ICYMI. #I\u2764\ufe0fJKRowling", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/433842469323554816/dh91gZm8_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 112, "end": 114, "tag": "I"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5192, "following_count": 5509, "tweet_count": 873294, "listed_count": 609}, "withheld": null}
{"id": "21754465", "name": "Katlodocus \ud83e\udd95 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udd96\ud83c\udfc1\ud83d\udfe5\ud83c\udf97\ufe0f\ud83d\udfe9\u2b1c\ud83d\udfea", "username": "KatrinaWatson", "created_at": "2009-02-24T13:44:47.000Z", "description": "Hoarding all my Rights in my neighbours shed.\nI am woman: noun, adult human female, as distinguished from a girl or a man. \nBorn not Worn, deal with it.", "location": "Scotland\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "pinned_tweet_id": "1204379477293305857", "profile_image_url": "https://pbs.twimg.com/profile_images/1400534612397285381/2DbuDbd6_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1668, "following_count": 2153, "tweet_count": 10547, "listed_count": 2}, "withheld": null}
{"id": "121295191", "name": "Sister Mickey of the Srs of Bernard", "username": "mickey94114", "created_at": "2010-03-09T02:10:16.000Z", "description": "Bernie Hope: Yes we believed a tsunami of voters could overcome the cheating and force the doors open; COVID undermined that plan.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1160796642447990787/8cKXzoWQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1364, "following_count": 2777, "tweet_count": 107586, "listed_count": 17}, "withheld": null}
{"id": "1955384402", "name": "Respect The Bubble", "username": "Laramie_Slims", "created_at": "2013-10-12T00:40:02.000Z", "description": "I'm here for some laughs and keep up with stuff that interests me. I post and retweet what amuses me. Anti-theist, agnostic atheist. She/him, he/her, they, it.", "location": null, "pinned_tweet_id": "1128693191627157504", "profile_image_url": "https://pbs.twimg.com/profile_images/1337243455156793345/uGqK1fmG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 342, "following_count": 531, "tweet_count": 12288, "listed_count": 1}, "withheld": null}
{"id": "319339723", "name": "Karen XX \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \ud83e\udd96", "username": "karenraynor", "created_at": "2011-06-17T23:31:01.000Z", "description": "Libraries,cats, books, #Woman\u2122\n#saveourlibraries #NoThankYou.\nViews my own. No patience with stupidity.\n 'Repent, motherf*cker.'\n \ud83d\udcda \ud83d\udc31\ud83c\udf70", "location": "England, United Kingdom", "pinned_tweet_id": "1089870360558923776", "profile_image_url": "https://pbs.twimg.com/profile_images/1400581933919260674/ekvbEGHS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 23, "end": 29, "tag": "Woman"}, {"start": 31, "end": 48, "tag": "saveourlibraries"}, {"start": 49, "end": 60, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1579, "following_count": 4968, "tweet_count": 35192, "listed_count": 11}, "withheld": null}
{"id": "899673869367357448", "name": "Carole-Anne Collins", "username": "MsCCollins1", "created_at": "2017-08-21T16:45:40.000Z", "description": "#MotherAndGrandmother", "location": null, "pinned_tweet_id": "1452074276287361029", "profile_image_url": "https://pbs.twimg.com/profile_images/1447492560960753666/DLu_18Ac_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 21, "tag": "MotherAndGrandmother"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4130, "following_count": 2431, "tweet_count": 324133, "listed_count": 33}, "withheld": null}
{"id": "762175643396165632", "name": "Lesbian Life", "username": "LNation10", "created_at": "2016-08-07T06:36:48.000Z", "description": "", "location": null, "pinned_tweet_id": "1302639390435414017", "profile_image_url": "https://pbs.twimg.com/profile_images/1179878828782448641/G8fl61jS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2368, "following_count": 4951, "tweet_count": 47085, "listed_count": 20}, "withheld": null}
{"id": "1385077772440064000", "name": "Elk", "username": "Elk35432912", "created_at": "2021-04-22T03:47:40.000Z", "description": "A shy, introverted man who longs to be more masculine.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1393674212343042051/dIViM7r6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 14, "following_count": 10, "tweet_count": 1771, "listed_count": 1}, "withheld": null}
{"id": "4161428843", "name": "Katscience \ud83e\udd95\ud83d\udfe5\ud83d\udd2c", "username": "katscienceteach", "created_at": "2015-11-11T04:37:37.000Z", "description": "\ud83d\udc9c\ud83e\udd0d\ud83d\udc9aAdult human female. #StillRidinWithBiden If you have a problem with that, don't follow me. sex/not/gender #IstandwithJKRowling #GetVaxxed #TeamTerf", "location": null, "pinned_tweet_id": "1020401849827020805", "profile_image_url": "https://pbs.twimg.com/profile_images/1064273661140656130/1zgGEBcW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 23, "end": 43, "tag": "StillRidinWithBiden"}, {"start": 110, "end": 130, "tag": "IstandwithJKRowling"}, {"start": 132, "end": 142, "tag": "GetVaxxed"}, {"start": 143, "end": 152, "tag": "TeamTerf"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2860, "following_count": 4322, "tweet_count": 108778, "listed_count": 4}, "withheld": null}
{"id": "966839465359503360", "name": "Celena Hyena", "username": "CelenaHyena", "created_at": "2018-02-23T00:57:46.000Z", "description": "55. Woman. Radical feminism. Nordic Model. Lifelong lefty let down by the left. BLM. Guitarist plays Gibson guitars & Celestion Vintage-30s 1/2 stack Cab.", "location": "Seattle, WA", "pinned_tweet_id": "1277339404084756480", "profile_image_url": "https://pbs.twimg.com/profile_images/966854783112904706/bmYXmEhU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2761, "following_count": 4340, "tweet_count": 6854, "listed_count": 5}, "withheld": null}
{"id": "951901214794534913", "name": "NAlison \ud83d\udda4 \ud83e\udde1", "username": "NAllison89", "created_at": "2018-01-12T19:38:29.000Z", "description": "31. I'm a bisexual female. I'm represented by my birds who deserve respect, please show them some. I am powered up by sarcasm, it nourishes my dark soul. \ud83c\udf83", "location": " USA", "pinned_tweet_id": "1284616197519093761", "profile_image_url": "https://pbs.twimg.com/profile_images/1419069855618289664/mqK7YO8d_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4361, "following_count": 3563, "tweet_count": 30145, "listed_count": 15}, "withheld": null}
{"id": "19150778", "name": "ainhoa santiago", "username": "ainhoasantiago", "created_at": "2009-01-18T17:29:57.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1316661413444759552/sW6ouSvJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 581, "following_count": 521, "tweet_count": 75983, "listed_count": 15}, "withheld": null}
{"id": "1068499949703364608", "name": "coffee \ud83d\udc9a\ud83e\udd0d\ud83d\udc9cspoons \u26a1\ufe0f", "username": "coffeespoons3", "created_at": "2018-11-30T13:40:14.000Z", "description": "gender is real and your body is wrong? destroy gender roles, not bodies. protect sex based rights. Women said no \ud83d\uded1", "location": "Maine - Massachusetts ", "pinned_tweet_id": "1413232193468514310", "profile_image_url": "https://pbs.twimg.com/profile_images/1115380266116239362/BmgIKYln_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2338, "following_count": 2588, "tweet_count": 12992, "listed_count": 2}, "withheld": null}
{"id": "1130934887475765248", "name": "Women Make Glasgow \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "GlasgowMake", "created_at": "2019-05-21T20:34:23.000Z", "description": "Just Glasgow women saying male cross dressers must not use the women's changing rooms & toilets \nPronouns? I, me, my, mine like everyone else's", "location": "Glasgow, Scotland", "pinned_tweet_id": "1432661269895655430", "profile_image_url": "https://pbs.twimg.com/profile_images/1130935545394282496/TIBekCLd_normal.jpg", "protected": false, "url": "https://t.co/htkbJt2WVo", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/htkbJt2WVo", "expanded_url": "Https://womenmakeglasgow.home.blog/", "display_url": "womenmakeglasgow.home.blog"}]}, "description": null}, "public_metrics": {"followers_count": 5904, "following_count": 4672, "tweet_count": 40079, "listed_count": 19}, "withheld": null}
{"id": "1138242889", "name": "Lorraine", "username": "coolstaggie", "created_at": "2013-01-31T23:52:18.000Z", "description": "Angry Adult Human Female,Woman and Mother. Pronouns don\u2019t change who I am. #WomenWontWheesht #SexMatters \u2764\ufe0fBCs\ud83d\udc36", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1047276903126781953/4VHM0wbw_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 75, "end": 92, "tag": "WomenWontWheesht"}, {"start": 93, "end": 104, "tag": "SexMatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 864, "following_count": 756, "tweet_count": 58391, "listed_count": 0}, "withheld": null}
{"id": "1370073541727641702", "name": "Hiperb\u00f2lic", "username": "Hiperblic1", "created_at": "2021-03-11T18:06:32.000Z", "description": "he / she / it\n#NoThankYou\nBare kvinner kan f\u00f8de barn.\nMember of the Church of the Flying Spaghetti Monster. \ud83c\udf5d \ud83d\udc7e", "location": null, "pinned_tweet_id": "1439027137495904258", "profile_image_url": "https://pbs.twimg.com/profile_images/1445302993830780929/ZcRupLA6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 14, "end": 25, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 431, "following_count": 1781, "tweet_count": 28829, "listed_count": 4}, "withheld": null}
{"id": "135676296", "name": "Ophelia Benson \ud83e\udd96", "username": "OpheliaBenson", "created_at": "2010-04-22T00:12:54.000Z", "description": "Blogger. Co-author of Does God Hate Women? & Why Truth Matters. Columnist at Free Inquiry & The Freethinker.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400941246709829634/UzxvNy-e_normal.png", "protected": false, "url": "http://t.co/7yQmxsYZLN", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/7yQmxsYZLN", "expanded_url": "http://www.butterfliesandwheels.org", "display_url": "butterfliesandwheels.org"}]}, "description": null}, "public_metrics": {"followers_count": 5330, "following_count": 1840, "tweet_count": 97377, "listed_count": 179}, "withheld": null}
{"id": "1409213240819785728", "name": "Sgathach is a Hufflepuff", "username": "WarriorSgathach", "created_at": "2021-06-27T18:14:05.000Z", "description": "Feminist \ud83d\udc9b\u2640\ufe0f\ud83d\udc9b transsexual ally, gender abolitionist \ud83c\udf08 Here for my girls. \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Fairycraft \ud83d\udd78\ud83d\udd77\ud83e\udd87\ud83d\udc07 I\u2764Pigwidgeon \ud83e\udd89 I\u2764JKR \ud83d\udcab There are 4 lights \ud83d\udd96", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1424956229730848773/IjsQTV3b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1168, "following_count": 1242, "tweet_count": 6050, "listed_count": 3}, "withheld": null}
{"id": "1155048894050590720", "name": "FortunaMajor", "username": "FortunaMajor12", "created_at": "2019-07-27T09:34:50.000Z", "description": "Ordinary woman who has had enough. My rights are not yours to give away.", "location": "NW, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1270250719904440321/LknPygCu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2435, "following_count": 2935, "tweet_count": 1835, "listed_count": 4}, "withheld": null}
{"id": "1240693239512006661", "name": "Gena \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96\ud83e\udd95\ud83e\udd96", "username": "2037GenaWR", "created_at": "2020-03-19T17:35:29.000Z", "description": "Fighting the isums on all fronts, spreading kindness.reliable information and humour", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 444, "following_count": 1184, "tweet_count": 35158, "listed_count": 1}, "withheld": null}
{"id": "425111044", "name": "Rachel, a Thinker", "username": "WinterSling", "created_at": "2011-11-30T15:34:48.000Z", "description": "Based Matriarch. Humankind exists because mothers birth babies. How we relate to each other matters and Love matters most.", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1416892158662135812/bBlZLEH__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 361, "following_count": 289, "tweet_count": 3381, "listed_count": 1}, "withheld": null}
{"id": "800674930064883712", "name": "Shanthyer #IStandWithKathleenStock", "username": "Shanthyer", "created_at": "2016-11-21T12:19:13.000Z", "description": "Parent, Veteran, Catholic, American, Independent, Feminist. Against Child Abuse in any form. Facts not Feelings. Anti Label. Aerials Rock!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1311714549993795584/Q2rktGcu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 635, "following_count": 372, "tweet_count": 107912, "listed_count": 1}, "withheld": null}
{"id": "28939136", "name": "Parker Wolf \ud83d\udfe5 \u2640\u2640 \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Parker_Wolf", "created_at": "2009-04-05T04:19:21.000Z", "description": "Aka BigBooButch | WOMAN | Butch Dyke | Radical Feminist | Disabled Navy Vet \u270c\ud83c\uddfa\ud83c\uddf8 | Mama to 4 dogs, 1 cat, 1 snake | Politically Homeless | Gun-Toting Lib \ud83d\udd2b", "location": "Illinois, USA", "pinned_tweet_id": "1343897886732537857", "profile_image_url": "https://pbs.twimg.com/profile_images/1402131474829262850/ITqT2wjL_normal.jpg", "protected": false, "url": "https://t.co/eimoYvddtY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/eimoYvddtY", "expanded_url": "https://www.facebook.com/profile.php?id=100009498963055", "display_url": "facebook.com/profile.php?id\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 545, "following_count": 100, "tweet_count": 7988, "listed_count": 1}, "withheld": null}
{"id": "123048257", "name": "Simon Edwards", "username": "1SimonEdwards", "created_at": "2010-03-14T20:29:42.000Z", "description": "Old Coventrian in Muswell Hill. Father of 2 awesome girls. Fundamentalist Atheist. Gender denier no/ney/never. ChromosomesXY. Retweet things of note\u2260endorsement", "location": "Muswell Hill, London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1417632604912853000/N4mdnDRV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 966, "following_count": 2257, "tweet_count": 13144, "listed_count": 19}, "withheld": null}
{"id": "1359229111789568004", "name": "NorthernRadFemNetwork", "username": "FemNorthern", "created_at": "2021-02-09T19:54:45.000Z", "description": "We are a group of radical feminists working together in the north of England\nhttps://t.co/bM688TDTPW", "location": "Northern England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401500084961939461/z95Di59F_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 77, "end": 100, "url": "https://t.co/bM688TDTPW", "expanded_url": "https://www.northernradfemnetwork.org/", "display_url": "northernradfemnetwork.org"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1768, "following_count": 826, "tweet_count": 5213, "listed_count": 6}, "withheld": null}
{"id": "307252591", "name": "RedSquirrel \ud83d\udfe5 MagdalenAlways \ud83d\udd78", "username": "j9bri", "created_at": "2011-05-29T09:05:08.000Z", "description": "Feminist XX GC, animal rights activist. Into archaeology. Disappointed Leftie. Incorrectly assigned chipmunk at birth. Cis my sorry ass. Pronouns: Do/Fuck/Off.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 833, "following_count": 1988, "tweet_count": 12601, "listed_count": 3}, "withheld": null}
{"id": "88206726", "name": "KatieW \ud83e\udd96\ud83e\udd96\ud83e\udd96\ud83e\udd95\ud83e\udd95\ud83e\udd95\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "username": "adarcymraeg", "created_at": "2009-11-07T15:30:24.000Z", "description": "Adult human female, not queer, not woke. Likes music and the sea.", "location": "Wales and London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1265286497185431554/6kUWHnwA_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1313, "following_count": 1490, "tweet_count": 9908, "listed_count": 3}, "withheld": null}
{"id": "950507492060160002", "name": "Pitch", "username": "JuPitch84", "created_at": "2018-01-08T23:20:20.000Z", "description": "Gay male lawyer. Open minded, yet critical. Neither life nor well-being is about \"validation\" from others.", "location": null, "pinned_tweet_id": "1284592574393651201", "profile_image_url": "https://pbs.twimg.com/profile_images/1294196006024871936/B_NVf5r9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3719, "following_count": 3470, "tweet_count": 8437, "listed_count": 8}, "withheld": null}
{"id": "1227660641198125057", "name": "Wishfairies catosaurus \ud83e\udd95 \ud83e\udd95", "username": "joysaun69807909", "created_at": "2020-02-12T18:28:15.000Z", "description": "I\u2019m a dinosaur \ud83e\udd95 \ud83e\udd96 who enjoys knitting and loves cats and all wildlife", "location": "Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1227660997864935425/2X60uLFH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 55, "following_count": 87, "tweet_count": 1382, "listed_count": 0}, "withheld": null}
{"id": "1248190016532230144", "name": "Marlee \ud83e\udd96\u2640\ufe0f\u2640\ufe0f", "username": "MarlesAway", "created_at": "2020-04-09T10:04:36.000Z", "description": "Woman. Lesbian. Likes tea, comedy, laughter. It's same SEX attraction not gender. Not right..not left anymore\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a Be braver today, than you were yesterday.", "location": null, "pinned_tweet_id": "1248191152051884032", "profile_image_url": "https://pbs.twimg.com/profile_images/1400506545620746244/lIbA3KxO_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 835, "following_count": 1228, "tweet_count": 3253, "listed_count": 1}, "withheld": null}
{"id": "1071902964829339653", "name": "Georgiasaurus \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "dospeakuplouder", "created_at": "2018-12-09T23:02:36.000Z", "description": "Adoptive mother, therapist with stroke survivors. Be proud of who you are, but no more denial of sex. Single sex space is sacrosanct. Pronouns: No/Thank/You", "location": null, "pinned_tweet_id": "1380793057537363970", "profile_image_url": "https://pbs.twimg.com/profile_images/1446781455510687744/ZpG7vYKd_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1816, "following_count": 4308, "tweet_count": 9542, "listed_count": 4}, "withheld": null}
{"id": "1270699196786630662", "name": "Gender Critical Socialist Woman", "username": "Angela58159821", "created_at": "2020-06-10T12:48:04.000Z", "description": "Pronouns: No/Thank/You", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1439726510806552576/R9zH1YWR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1580, "following_count": 3662, "tweet_count": 12006, "listed_count": 1}, "withheld": null}
{"id": "944584045", "name": "Nuria Cruz", "username": "NuriaCruzCruz", "created_at": "2012-11-12T20:58:19.000Z", "description": "", "location": null, "pinned_tweet_id": "1288752701241798657", "profile_image_url": "https://pbs.twimg.com/profile_images/1369242379706900483/jQ5-u6uP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1225, "following_count": 3330, "tweet_count": 14221, "listed_count": 0}, "withheld": null}
{"id": "16157991", "name": "MAGs #NoThankYou \ud83d\udfe5 \ud83e\udd96\u2694\ufe0f", "username": "NOLA_MAGs", "created_at": "2008-09-06T16:15:47.000Z", "description": "RN. GC. Adult Human Female. Single-sex spaces/sports. Stop transing kids. #IStandwithJKRowling #IStandwithCeri #IStandwithKathleenStock my alt @MAGsInNOLA", "location": "New Orleans, LA", "pinned_tweet_id": "1362816851164585986", "profile_image_url": "https://pbs.twimg.com/profile_images/1300928402329747456/50g-vYVF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 74, "end": 94, "tag": "IStandwithJKRowling"}, {"start": 95, "end": 110, "tag": "IStandwithCeri"}, {"start": 111, "end": 135, "tag": "IStandwithKathleenStock"}], "mentions": [{"start": 144, "end": 155, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1762, "following_count": 3209, "tweet_count": 5694, "listed_count": 14}, "withheld": null}
{"id": "1175859755115528192", "name": "Mother of Girls \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "GirlsMotherof", "created_at": "2019-09-22T19:52:17.000Z", "description": "#IStandWithCeri \nN=8 \ndaughter, sister, niece, wife, mother, aunt, and left-leaning atheist\n#IStandWithMilliHill #SexMatters #SexNotGender", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1186238686280765441/iZYX1Fqh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 15, "tag": "IStandWithCeri"}, {"start": 92, "end": 112, "tag": "IStandWithMilliHill"}, {"start": 113, "end": 124, "tag": "SexMatters"}, {"start": 125, "end": 138, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 926, "following_count": 847, "tweet_count": 3557, "listed_count": 0}, "withheld": null}
{"id": "2375183011", "name": "12 Daisysaurus \ud83e\udd96\ud83e\udd0d\ud83d\udc9c", "username": "TwelveDaisies", "created_at": "2014-03-06T10:46:02.000Z", "description": "Is it wine o'clock yet?\nI block idiots.", "location": "Somewhere South of Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452760865200119814/3V_TgggE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 760, "following_count": 1088, "tweet_count": 12284, "listed_count": 5}, "withheld": null}
{"id": "2172480063", "name": "Kiwibird", "username": "kiwibirdxx", "created_at": "2013-11-07T19:08:25.000Z", "description": "\ud83e\udd96\ud83e\udd96 #labourlosingwomen Retweets mostly endorsements but sometimes they're not, pretty sure you can tell the difference.\nUK&NZ. No/thank/you.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1199983241861763072/Pd7Tu_cK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 3, "end": 21, "tag": "labourlosingwomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1129, "following_count": 1742, "tweet_count": 34159, "listed_count": 1}, "withheld": null}
{"id": "1111292917", "name": "Fillum (Ann) \ud83d\udfe5#FBPE #JKR\ud83d\udd77#JohnsonOut\ud83d\udc99\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "McDowellBt", "created_at": "2013-01-22T11:26:05.000Z", "description": "Labour, socialist, writer, member NUJ, worked for Labour party, 2 MPs. Feminist. Grandma to gorgeous Rosie. Scouser, European, passionate atheist. No Gender.", "location": "England/EUcitizen", "pinned_tweet_id": "1352207679566049280", "profile_image_url": "https://pbs.twimg.com/profile_images/378800000558079013/d4fe0e4bbbf56931772520f9296dab46_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3327, "following_count": 4566, "tweet_count": 123812, "listed_count": 48}, "withheld": null}
{"id": "308213798", "name": "Andrew", "username": "agreen1000", "created_at": "2011-05-31T01:08:52.000Z", "description": "", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1762833975/DSC00627_small_normal.JPG", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 23, "following_count": 79, "tweet_count": 738, "listed_count": 0}, "withheld": null}
{"id": "377519734", "name": "Sam Morgan", "username": "CrunchAlias", "created_at": "2011-09-21T18:14:31.000Z", "description": "No.", "location": null, "pinned_tweet_id": "1434144617742602247", "profile_image_url": "https://pbs.twimg.com/profile_images/1386986247747522560/igLPYiqT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2701, "following_count": 3601, "tweet_count": 14831, "listed_count": 5}, "withheld": null}
{"id": "1014288241787359233", "name": "HRH Hyacinth Bucket", "username": "CambridgeUgly", "created_at": "2018-07-03T23:22:16.000Z", "description": "I\u2019m all Woman!", "location": "Cambridge, Massachusetts, USA", "pinned_tweet_id": "1277658403603714049", "profile_image_url": "https://pbs.twimg.com/profile_images/1443678379220287495/TsJlQxPu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1671, "following_count": 1347, "tweet_count": 15446, "listed_count": 2}, "withheld": null}
{"id": "823537937694490624", "name": "Lily Maynard", "username": "LilyLilyMaynard", "created_at": "2017-01-23T14:28:39.000Z", "description": "Shamelessly gender critical. There's no such thing as a pink brain, a lesbian with a penis or a gender fairy. Transitioning kids is child abuse.", "location": "London", "pinned_tweet_id": "1273794457176064001", "profile_image_url": "https://pbs.twimg.com/profile_images/1193617065384517633/Uayuvdhj_normal.jpg", "protected": false, "url": "https://t.co/E6SMebNlfp", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/E6SMebNlfp", "expanded_url": "http://www.lilymaynard.com", "display_url": "lilymaynard.com"}]}, "description": null}, "public_metrics": {"followers_count": 19913, "following_count": 428, "tweet_count": 44132, "listed_count": 98}, "withheld": null}
{"id": "2173077493", "name": "Nin Weston", "username": "ninnin0306", "created_at": "2013-11-04T01:04:48.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 69, "following_count": 301, "tweet_count": 5862, "listed_count": 0}, "withheld": null}
{"id": "1356355793361096704", "name": "Victorian Women's Guild", "username": "vic_women", "created_at": "2021-02-01T21:37:08.000Z", "description": "The Victorian Women's Guild is a feminist collective which promotes the sex-based rights of women and girls.", "location": "Melbourne / Naarm", "pinned_tweet_id": "1419949706688360452", "profile_image_url": "https://pbs.twimg.com/profile_images/1356358644338593793/WKa2br_3_normal.jpg", "protected": false, "url": "https://t.co/uULw5sgtPt", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/uULw5sgtPt", "expanded_url": "http://www.victorianwomensguild.org", "display_url": "victorianwomensguild.org"}]}, "description": null}, "public_metrics": {"followers_count": 761, "following_count": 657, "tweet_count": 413, "listed_count": 5}, "withheld": null}
{"id": "3232521867", "name": "Ane Maiora", "username": "MaioraAne", "created_at": "2015-05-04T04:03:03.000Z", "description": "vendr\u00e1n tiempos peores y nos har\u00e1n m\u00e1s ciegos", "location": "South West, England", "pinned_tweet_id": "1399977710248660992", "profile_image_url": "https://pbs.twimg.com/profile_images/1369178830263484420/2ILN_viH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1111, "following_count": 1286, "tweet_count": 37978, "listed_count": 7}, "withheld": null}
{"id": "18610633", "name": "Alisoraus \ud83e\udd95\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Alisdisgrace", "created_at": "2009-01-04T20:30:54.000Z", "description": "Pronouns: I/me \ud83d\ude44 Unapologetically pro-women. When it comes to female spaces, sports, prisons, etc, I am a self-declared MERF.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400685810228285440/Hv1ERlMC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1852, "following_count": 1902, "tweet_count": 45269, "listed_count": 5}, "withheld": null}
{"id": "23002113", "name": "BBC People's Hour \ud83e\udd96", "username": "topgirls", "created_at": "2009-03-06T00:10:08.000Z", "description": "From the BBC who enabled & covered up Jimmy Savile's child abuse comes their Trans Propaganda that harms children. \n#repealtheGRA\n#WomenWontWheesht", "location": "Terf Island\u2640\ufe0f", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1425114508956246024/FSG5s01C_normal.jpg", "protected": false, "url": "https://t.co/mnGepuLcH0", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/mnGepuLcH0", "expanded_url": "https://www.repealthegra.org/", "display_url": "repealthegra.org"}]}, "description": {"urls": null, "hashtags": [{"start": 116, "end": 129, "tag": "repealtheGRA"}, {"start": 130, "end": 147, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2551, "following_count": 4537, "tweet_count": 16770, "listed_count": 0}, "withheld": null}
{"id": "1443287581907685377", "name": "\ud83d\udc9cNan_flappersaurus\ud83e\udd96", "username": "Nan_flapper", "created_at": "2021-09-29T18:52:50.000Z", "description": "\u2640\ufe0f/\ud83e\udd31\ud83c\udffb/\ud83c\udfa8/ \ud83e\udd96\n\ud83c\udfb5\ud83c\udfb6You're gonna hear me roar \ud83c\udfb6\ud83c\udfb5", "location": null, "pinned_tweet_id": "1446077707436052487", "profile_image_url": "https://pbs.twimg.com/profile_images/1443288622464217088/2BOr6Le__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 350, "following_count": 671, "tweet_count": 3126, "listed_count": 1}, "withheld": null}
{"id": "2286853369", "name": "Janet Scot", "username": "JanetScot1", "created_at": "2014-01-11T16:02:14.000Z", "description": "Pro-indy, socialist, feminist genealogist and researcher. Sick and easily distracted.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/610487979036033025/z7GU2cDj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1228, "following_count": 1419, "tweet_count": 43627, "listed_count": 30}, "withheld": null}
{"id": "1554032388", "name": "tenaciousV", "username": "tenaciousV56", "created_at": "2013-06-28T21:22:02.000Z", "description": "Female ScottishSocialist 'If your feminism prioritises the internal identifications of men over the material conditions of women then you are not a feminist'!", "location": "Glasgow, Scotland", "pinned_tweet_id": "1388263804816011266", "profile_image_url": "https://pbs.twimg.com/profile_images/725423237845250048/QxTSuOlC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2387, "following_count": 4243, "tweet_count": 101043, "listed_count": 2}, "withheld": null}
{"id": "195189266", "name": "Volvo Owner.Tries 2 be enlightened Gender-Critical", "username": "BluffKingHal", "created_at": "2010-09-26T01:44:52.000Z", "description": "BSc Psychology. Rationalist. Actor/Writer. Man-made Climate Change real. Pro-Psychiatry. Pro-Vax. Alt Med is placebo. Bio sex is real. Follow, RT =/= Endorse.", "location": "London UK", "pinned_tweet_id": "1355503470988718082", "profile_image_url": "https://pbs.twimg.com/profile_images/1441183764655362049/xQnQwtgt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 666, "following_count": 2679, "tweet_count": 8881, "listed_count": 5}, "withheld": null}
{"id": "1289160638951034880", "name": "katzenhai6 \ud83e\udd95\ud83e\udd96", "username": "katzenhai6", "created_at": "2020-07-31T11:27:38.000Z", "description": "Daughter|Mother|Sister|Woman\nChoose your gender. But my sex is not yours to take away.", "location": null, "pinned_tweet_id": "1371113465738317824", "profile_image_url": "https://pbs.twimg.com/profile_images/1312476840469164033/cb-ciPdC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 961, "following_count": 1959, "tweet_count": 6523, "listed_count": 1}, "withheld": null}
{"id": "224235883", "name": "C\u00e1tia Freitas", "username": "Mocha_Soul", "created_at": "2010-12-08T14:01:07.000Z", "description": "Dinosaur living on the brink!\n\nOn the editorial team of @Radical_Notion\n@Womans_Place_UK are the women at the forefront of UK's women's class politics!", "location": "UK", "pinned_tweet_id": "1298234927440449537", "profile_image_url": "https://pbs.twimg.com/profile_images/1400510021490728960/_8W9qfmB_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 56, "end": 71, "tag": null}, {"start": 72, "end": 88, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 5432, "following_count": 4202, "tweet_count": 46403, "listed_count": 17}, "withheld": null}
{"id": "1284080871356747776", "name": "AzuH", "username": "Azuhooks", "created_at": "2020-07-17T11:03:18.000Z", "description": "Mama de un nene de ojos grandes \ud83d\udc76\ud83c\udffb. BEng \ud83d\udc69\ud83c\udffd\u200d\ud83d\udcbb #feminista \ud83d\udfe3\u26aa\ufe0f\ud83d\udfe2 Adult Human Female #montessori #radfem #MOTHER", "location": "Scotland, United Kingdom", "pinned_tweet_id": "1434957686114816000", "profile_image_url": "https://pbs.twimg.com/profile_images/1443850311349817365/_k89nquv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 46, "end": 56, "tag": "feminista"}, {"start": 81, "end": 92, "tag": "montessori"}, {"start": 93, "end": 100, "tag": "radfem"}, {"start": 101, "end": 108, "tag": "MOTHER"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 40, "following_count": 110, "tweet_count": 1425, "listed_count": 0}, "withheld": null}
{"id": "1047733702137192448", "name": "Charlotte \ud83e\udd96Vulvasaurus \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Charlot31500813", "created_at": "2018-10-04T06:22:35.000Z", "description": "Terfborn and proud \ud83d\udcaa GC radfem on the right side of history \n#DimDiolch\n#womenwontwheesht\n#NoThankyou", "location": "Wales, Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1428625936329629699/eWz3jmX0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 61, "end": 71, "tag": "DimDiolch"}, {"start": 72, "end": 89, "tag": "womenwontwheesht"}, {"start": 90, "end": 101, "tag": "NoThankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1042, "following_count": 1928, "tweet_count": 1606, "listed_count": 0}, "withheld": null}
{"id": "16095711", "name": "thames pilgrim", "username": "thames_pilgrim", "created_at": "2008-09-02T12:22:35.000Z", "description": "Long-distance walker, surrealist, geek and poor man's polymath. Disgruntled by misogyny, homophobia, inadaquate safeguarding and science denial.", "location": "Kent, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400761810630762498/5i8iz8Ut_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 857, "following_count": 434, "tweet_count": 20540, "listed_count": 14}, "withheld": null}
{"id": "1278138851031121921", "name": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Doctor Fem McFlam", "username": "Femflam1", "created_at": "2020-07-01T01:30:40.000Z", "description": "pro nouns, pro verbs, pro adjectives pro most language. witch- apparently", "location": "Rennes, France", "pinned_tweet_id": "1446591903546347522", "profile_image_url": "https://pbs.twimg.com/profile_images/1432998621432135681/O8l7yUXf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 844, "following_count": 817, "tweet_count": 4586, "listed_count": 1}, "withheld": null}
{"id": "114037360", "name": "Becca Robbodactyl \ud83e\udd96\ud83e\udd95\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "BeccaFirebird", "created_at": "2010-02-13T22:13:19.000Z", "description": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9cMother & Grandmother. Woman.\n Heretic. #woman\u2122\ufe0f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1434281342955671557/n8vC6W04_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 42, "end": 48, "tag": "woman"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2008, "following_count": 2163, "tweet_count": 17766, "listed_count": 0}, "withheld": null}
{"id": "50047647", "name": "Adult Human Female", "username": "EntirelyToo_", "created_at": "2009-06-23T17:55:01.000Z", "description": "I'm great", "location": "North West, England", "pinned_tweet_id": "992154367695511553", "profile_image_url": "https://pbs.twimg.com/profile_images/902100721415401472/BnxCMs_5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 232, "following_count": 435, "tweet_count": 1059, "listed_count": 0}, "withheld": null}
{"id": "4182462801", "name": "Rugiada", "username": "rakuniana", "created_at": "2015-11-14T00:29:15.000Z", "description": "", "location": "VolandoVoy", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1259866373351772165/xTMdnEO0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 275, "following_count": 1088, "tweet_count": 11508, "listed_count": 1}, "withheld": null}
{"id": "1368535152058658817", "name": "rheasilvia2", "username": "rheasilvia21", "created_at": "2021-03-07T12:13:12.000Z", "description": "Facts, biology, free speech. Slytherin. Pronouns: super/straight", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1368535679219679232/Sywtmwlq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 122, "following_count": 271, "tweet_count": 2278, "listed_count": 1}, "withheld": null}
{"id": "1329771332503019521", "name": "TheVulvaPeople", "username": "vulvapeninsula", "created_at": "2020-11-20T12:59:41.000Z", "description": "Biological female. 40ish. Facts are not transphobic #SexNotGender though DireGender sounds cool, Aw/ooh! Women are not low testosterone men. #NoThankYou", "location": null, "pinned_tweet_id": "1363427173290409988", "profile_image_url": "https://pbs.twimg.com/profile_images/1330978611365605376/Lhuwwif__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 52, "end": 65, "tag": "SexNotGender"}, {"start": 141, "end": 152, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 704, "following_count": 760, "tweet_count": 5170, "listed_count": 2}, "withheld": null}
{"id": "1093588262898290688", "name": "Aphrodite Philomeddes", "username": "philomeddes", "created_at": "2019-02-07T19:12:14.000Z", "description": "Lesser-spotted Triceratops\n\u2018Lover of genitals\u2019.\nWater is Wet", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1093589484950749185/8d4TOKAP_normal.jpg", "protected": false, "url": "https://t.co/igJbrE4S8s", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/igJbrE4S8s", "expanded_url": "https://philomelasrevenge.wordpress.com/", "display_url": "philomelasrevenge.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 707, "following_count": 1474, "tweet_count": 9018, "listed_count": 0}, "withheld": null}
{"id": "1177961114501562368", "name": "Teacakeasaurus \ud83e\udd95\ud83e\udd96\ud83e\udd95 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Actual Woman.", "username": "Megalodon_16", "created_at": "2019-09-28T15:00:03.000Z", "description": "Devout Realist...My, what a big pronoun you have...Gender whiffwhaff... prolific retweeter of common sense...", "location": null, "pinned_tweet_id": "1299691804166688769", "profile_image_url": "https://pbs.twimg.com/profile_images/1438066870842793991/kDzv6tXY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2339, "following_count": 4200, "tweet_count": 31144, "listed_count": 5}, "withheld": null}
{"id": "1498933111", "name": "lorna\ud83c\udf52", "username": "Lorna9100M", "created_at": "2013-06-10T17:51:34.000Z", "description": "\"We're all blocked\" XX", "location": null, "pinned_tweet_id": "1292449636251246595", "profile_image_url": "https://pbs.twimg.com/profile_images/1400516635421679619/dSBvAYZ0_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3166, "following_count": 4993, "tweet_count": 37444, "listed_count": 8}, "withheld": null}
{"id": "1642547148", "name": "Noo", "username": "ThePureDrop", "created_at": "2013-08-03T10:45:46.000Z", "description": "Feminism=the radical notion that women are female people. Gender identity atheist. Views my own, likes&RTs /=endorsement. Photo credit: banner- @JoolzDenby", "location": "United Terfdom", "pinned_tweet_id": "1267972291553570817", "profile_image_url": "https://pbs.twimg.com/profile_images/1408578778478022657/IFGwk2D5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 144, "end": 155, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1409, "following_count": 1298, "tweet_count": 23541, "listed_count": 2}, "withheld": null}
{"id": "4876140183", "name": "Ellie Rose Elliott", "username": "gaijinrose", "created_at": "2016-02-04T12:12:06.000Z", "description": "I talk too much. Or not at all. Life is like that.", "location": "in the Deep South.. of Italy", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1063106771827544064/5OqoflNm_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 778, "following_count": 1176, "tweet_count": 69923, "listed_count": 14}, "withheld": null}
{"id": "412582383", "name": "katosauras \ud83e\udd95", "username": "katbalmy", "created_at": "2011-11-14T22:18:03.000Z", "description": "*snpleftme", "location": "Scotland ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400580773137297408/aYlcCj3M_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1208, "following_count": 1905, "tweet_count": 22299, "listed_count": 0}, "withheld": null}
{"id": "1240367959207337984", "name": "Lea \ud83c\udf37\ud83e\uddd0\ud83c\udf19\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\u2640\ufe0f", "username": "Vive_Lez_Vulva", "created_at": "2020-03-18T20:02:30.000Z", "description": "Lesbian. Survivor. Radfem.\nViva La Vulva! \n\n#IStandWithJKR #SexMatters #LesbiansDontDoDick #SexWorkIsSexViolence #FeminismIsForWomen #NastyExclusiveLesbian", "location": null, "pinned_tweet_id": "1407554355260055554", "profile_image_url": "https://pbs.twimg.com/profile_images/1400683462294605825/f9wox75i_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 44, "end": 58, "tag": "IStandWithJKR"}, {"start": 59, "end": 70, "tag": "SexMatters"}, {"start": 71, "end": 90, "tag": "LesbiansDontDoDick"}, {"start": 91, "end": 112, "tag": "SexWorkIsSexViolence"}, {"start": 113, "end": 132, "tag": "FeminismIsForWomen"}, {"start": 133, "end": 155, "tag": "NastyExclusiveLesbian"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1458, "following_count": 1866, "tweet_count": 23962, "listed_count": 6}, "withheld": null}
{"id": "425434669", "name": "Janette Leck \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\uddea\ud83c\uddfa\ud83d\udfe9\u2b1c\ud83d\udfea", "username": "JanetteLeck", "created_at": "2011-12-01T00:36:21.000Z", "description": "Independent thinking,coffee loving nurse for over 30yrs, Scottish Independence is inevitable! #DISSOLVETHEUNION #FBSI", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1240765499451101196/WETBsL3X_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 94, "end": 111, "tag": "DISSOLVETHEUNION"}, {"start": 112, "end": 117, "tag": "FBSI"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2953, "following_count": 4398, "tweet_count": 72440, "listed_count": 26}, "withheld": null}
{"id": "24444547", "name": "\ud83c\udfc1\ud83d\udfe5 \ud83e\udd95Oviraptor Bagshot \ud83e\udd95", "username": "betsvigi9", "created_at": "2009-03-14T22:50:38.000Z", "description": "Lesbian, female homosexual #WeAreAllMarionMillar #TheStanilandQuestion. No males in female single sex spaces. None at all. No thank you.", "location": "Huddersfield", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400492736894193683/x3QmWESi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 27, "end": 48, "tag": "WeAreAllMarionMillar"}, {"start": 50, "end": 71, "tag": "TheStanilandQuestion"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4391, "following_count": 4343, "tweet_count": 22899, "listed_count": 13}, "withheld": null}
{"id": "481144085", "name": "TheodoraVan", "username": "Nievessebastia1", "created_at": "2012-02-02T10:58:19.000Z", "description": "Hippie/punki feminist \u262e\ufe0f \ud83e\udd96no cederemos WE WON\u2019T GIVE IN #OlympicsErasingWomen", "location": "Madrid", "pinned_tweet_id": "1444253871711346689", "profile_image_url": "https://pbs.twimg.com/profile_images/378800000819966220/6f7893e2e053bb207cb6aeadd1431365_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 56, "end": 77, "tag": "OlympicsErasingWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3161, "following_count": 4989, "tweet_count": 60600, "listed_count": 34}, "withheld": null}
{"id": "267114702", "name": "stewart lodge", "username": "stewartwindow", "created_at": "2011-03-16T10:43:17.000Z", "description": "in the long run, denying biological reality is not going to work out well for us.", "location": "Salford", "pinned_tweet_id": "1318896107582357505", "profile_image_url": "https://pbs.twimg.com/profile_images/1173063696626659329/tK-Aq7nb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 266, "following_count": 794, "tweet_count": 4035, "listed_count": 0}, "withheld": null}
{"id": "944602050", "name": "Tonje Gjevjon", "username": "TonjeGjevjon", "created_at": "2012-11-12T21:19:48.000Z", "description": "Adult human female, Artist, Leader of @hungryhearts, Facts & science. Women issues. Daughter of the witches they forgot to burn. #IStandWithJKRowling", "location": "Akershus, Norway", "pinned_tweet_id": "1420161163086770184", "profile_image_url": "https://pbs.twimg.com/profile_images/1302648419937382401/1AbEq9OL_normal.jpg", "protected": false, "url": "https://t.co/lNEgYJTp08", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/lNEgYJTp08", "expanded_url": "https://www.hungryhearts.no", "display_url": "hungryhearts.no"}]}, "description": {"urls": null, "hashtags": [{"start": 129, "end": 149, "tag": "IStandWithJKRowling"}], "mentions": [{"start": 38, "end": 51, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1528, "following_count": 1376, "tweet_count": 4400, "listed_count": 10}, "withheld": null}
{"id": "23109525", "name": "KatrinT", "username": "Kattit81", "created_at": "2009-03-06T19:53:55.000Z", "description": "Nach 11 Jahren in der UK jetzt wieder in Deutschland. \ud83c\uddea\ud83c\uddfa\ud83c\udde9\ud83c\uddea\ud83c\uddec\ud83c\udde7", "location": "Siegburg, Deutschland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2227071745/pietren_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 248, "following_count": 728, "tweet_count": 9327, "listed_count": 17}, "withheld": null}
{"id": "168188701", "name": "Ais \ud83e\uddd9\u200d\u2640\ufe0f #MenopauseAwarenessMonth", "username": "ais2o2", "created_at": "2010-07-18T17:05:31.000Z", "description": "Un-woke, Irish, pro sex-based rights, \nanti gender ideology cult- it's 'vagina', not 'front hole'\n#Repealedthe8th\nIt isn't hate to speak the truth. -JKR", "location": "Ireland", "pinned_tweet_id": "1224370785525039106", "profile_image_url": "https://pbs.twimg.com/profile_images/1349848067642634240/NSONPGX5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 98, "end": 113, "tag": "Repealedthe8th"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1298, "following_count": 2906, "tweet_count": 16283, "listed_count": 4}, "withheld": null}
{"id": "1337748181208195073", "name": "P\u26a3rtishead", "username": "dysanthropia", "created_at": "2020-12-12T13:16:51.000Z", "description": "Culture, socialism & (gender)critical thinking \u2640\ufe0f\u270a\ud83c\udfff\ud83c\udf08Homosexuals are not queer\ud83c\udf08 Geordiele\u00f1o \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f\ud83c\uddea\ud83c\uddf8 Pronouns: no/thank/you \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": "\ud83d\udcda\ud83c\udfac\ud83c\udfa8\ud83c\udfb6", "pinned_tweet_id": "1451989055231647748", "profile_image_url": "https://pbs.twimg.com/profile_images/1433944181035110400/smOwvLsM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 135, "following_count": 346, "tweet_count": 2469, "listed_count": 0}, "withheld": null}
{"id": "239880360", "name": "Nice Guy Nick", "username": "Neek1974", "created_at": "2011-01-18T17:01:06.000Z", "description": "Racism isn\u2019t a touchy topic if you\u2019re not a fucking racist #IStandWithMarionMillar", "location": "Out West", "pinned_tweet_id": "784665660517384192", "profile_image_url": "https://pbs.twimg.com/profile_images/1400707031011627008/JJJEw6y7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 59, "end": 82, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3497, "following_count": 4989, "tweet_count": 186426, "listed_count": 30}, "withheld": null}
{"id": "124608018", "name": "Coppercafe", "username": "coppercafe", "created_at": "2010-03-20T00:04:49.000Z", "description": "...love animals...love the mountains...love my family...introvert finding my voice \u267b\n\n(RTs are not always endorsements...)", "location": null, "pinned_tweet_id": "858719641643999234", "profile_image_url": "https://pbs.twimg.com/profile_images/1266100019326783488/pmbSJZWE_normal.jpg", "protected": false, "url": "https://t.co/c1hxckZ2EU", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/c1hxckZ2EU", "expanded_url": "http://coppercafe.tumblr.com", "display_url": "coppercafe.tumblr.com"}]}, "description": null}, "public_metrics": {"followers_count": 651, "following_count": 1083, "tweet_count": 18858, "listed_count": 1}, "withheld": null}
{"id": "1272173851389108224", "name": "Mauricia\u2640\ufe0f\ud83c\uddf5\ud83c\uddf8", "username": "DuraMauricia", "created_at": "2020-06-14T14:29:09.000Z", "description": "Mujer feminista radical \nNi clases ni g\u00e9nero.\nPor lo que m\u00e1s se nos castiga es por nuestras virtudes.\n#YoConKodama", "location": null, "pinned_tweet_id": "1414470267343101955", "profile_image_url": "https://pbs.twimg.com/profile_images/1417533407043768320/IeN-IFFX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 102, "end": 114, "tag": "YoConKodama"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 664, "following_count": 393, "tweet_count": 20714, "listed_count": 1}, "withheld": null}
{"id": "1304106293678964736", "name": "themis", "username": "themis_ms", "created_at": "2020-09-10T17:17:59.000Z", "description": "#AdultHumanFemale\n#IStandWithJKRowling\n#Ravenclaw\n#SexNotGender", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1304117392046518277/KtCrpQmZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "AdultHumanFemale"}, {"start": 18, "end": 38, "tag": "IStandWithJKRowling"}, {"start": 39, "end": 49, "tag": "Ravenclaw"}, {"start": 50, "end": 63, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 107, "following_count": 186, "tweet_count": 3110, "listed_count": 1}, "withheld": null}
{"id": "751975676", "name": "Marieasaurus \ud83e\udd95 \u2661\ud83c\udf33 #StopAsianHate", "username": "LittleMsLogic", "created_at": "2012-08-11T22:02:52.000Z", "description": "Creative. Nonconformist. StraightTalker. Relentless. Sorter. Rebel. Sarky. Chocoholic\n\nTrees/Nature/Bears #TheChild #StopAsianHate\n\n#Justice4DavidGipsonSmith", "location": "Reality... Frequent daydreamer", "pinned_tweet_id": "1156272959042052096", "profile_image_url": "https://pbs.twimg.com/profile_images/1451702765684670465/lkYdxpcy_normal.jpg", "protected": false, "url": "https://t.co/slXMFkiLdV", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/slXMFkiLdV", "expanded_url": "https://m.facebook.com/MissingDavidGipsonSmith", "display_url": "m.facebook.com/MissingDavidGi\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 106, "end": 115, "tag": "TheChild"}, {"start": 116, "end": 130, "tag": "StopAsianHate"}, {"start": 132, "end": 157, "tag": "Justice4DavidGipsonSmith"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1404, "following_count": 1460, "tweet_count": 61488, "listed_count": 41}, "withheld": null}
{"id": "3033420920", "name": "Human Magpie \ud83d\udfe5\ud83e\uddd9\ud83c\udfc1\ud83d\udfe9\u2b1c\ud83d\udfea\ud83e\udd96\ud83e\udd95", "username": "HumanMagpie", "created_at": "2015-02-20T22:49:24.000Z", "description": "Street feminist\nDinosaurs are sciencey\n#GenderAtheist\n\ud83e\udd18/\u270a/\ud83d\udd95\nOooh, shiny...", "location": "UK", "pinned_tweet_id": "1418652953079070720", "profile_image_url": "https://pbs.twimg.com/profile_images/1256165184982441984/sn99izQM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 39, "end": 53, "tag": "GenderAtheist"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3618, "following_count": 3908, "tweet_count": 20603, "listed_count": 11}, "withheld": null}
{"id": "281537752", "name": "Rona Duwe", "username": "maurakami", "created_at": "2011-04-13T13:39:58.000Z", "description": "Wollte eigentlich das Patriarchat erkl\u00e4ren und warum M\u00fctter der zentrale Schl\u00fcssel sind. Twitter h\u00e4lt mich aber mit folgender Frage auf: Was ist eine Frau?", "location": "Hamm", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1407643302854340610/GigbjDPy_normal.jpg", "protected": false, "url": "https://t.co/n1lQXBMxcJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/n1lQXBMxcJ", "expanded_url": "https://mutterwut-muttermut.de", "display_url": "mutterwut-muttermut.de"}]}, "description": null}, "public_metrics": {"followers_count": 3103, "following_count": 1788, "tweet_count": 40139, "listed_count": 44}, "withheld": null}
{"id": "119092182", "name": "I.G. Belli \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "ideoh", "created_at": "2010-03-02T17:04:35.000Z", "description": "Frau. Ich sage Nein! Komm klar damit. \n\u2d63", "location": null, "pinned_tweet_id": "1318477067562909696", "profile_image_url": "https://pbs.twimg.com/profile_images/1306908673831309315/RMFUKQsR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 838, "following_count": 2154, "tweet_count": 24422, "listed_count": 10}, "withheld": null}
{"id": "1373650998254784519", "name": "Jolanda Hengeler \ud83d\udfea\u2b1c\ud83d\udfe9", "username": "JHengeler", "created_at": "2021-03-21T15:02:34.000Z", "description": "Nicht identit\u00e4r, daher ohne Genderidentit\u00e4t\nNicht totalit\u00e4r, daher ohne Gender-Totalit\u00e4tsanspruch\n#WomensDeclaration\n#WomensHumanRightsCampaign", "location": "\ud83c\udde9\ud83c\uddea \ud83c\uddeb\ud83c\uddf7 \ud83c\udde8\ud83c\udded \ud83c\uddec\ud83c\udde7", "pinned_tweet_id": "1383726966382022658", "profile_image_url": "https://pbs.twimg.com/profile_images/1415651921273176071/BmRbl1Rv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 98, "end": 116, "tag": "WomensDeclaration"}, {"start": 117, "end": 143, "tag": "WomensHumanRightsCampaign"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 402, "following_count": 462, "tweet_count": 3491, "listed_count": 0}, "withheld": null}
{"id": "1699560002", "name": "Suzanne Kimm \ud83d\udfe5 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "SJMSJK", "created_at": "2013-08-25T16:03:06.000Z", "description": "English born Scot. Rugby mum. \ud83c\udfc9 Republican, wife, mother, crusader. Never watched Braveheart. SJMSJK@spinster.xyz #IStandWithKeiraBell", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/529395548269207552/mctW-Qx8_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 114, "end": 134, "tag": "IStandWithKeiraBell"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1900, "following_count": 2081, "tweet_count": 39170, "listed_count": 29}, "withheld": null}
{"id": "823485329613225984", "name": "I\u1d20\u1d0f\u0274\u0274\u1d07 H \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\u2600\ufe0f\ud83c\udfb5\ud83c\udf31", "username": "glueckskicks", "created_at": "2017-01-23T10:59:37.000Z", "description": "Stupid is as stupid does -\ud83d\udc26... I'm not perfect and I don't work on it either / #notjustsad / I'm a #Mother #Woman / 46,XX/47,XXX #AdultHumanFemale #NoThankYou", "location": "world citizen", "pinned_tweet_id": "924050746743586817", "profile_image_url": "https://pbs.twimg.com/profile_images/949624854063525888/q2kvvGnD_normal.jpg", "protected": false, "url": "https://t.co/3ipv0AcJOF", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/3ipv0AcJOF", "expanded_url": "https://womensdeclaration.com/en/declaration-womens-sex-based-rights-full-text/", "display_url": "womensdeclaration.com/en/declaration\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 79, "end": 90, "tag": "notjustsad"}, {"start": 99, "end": 106, "tag": "Mother"}, {"start": 107, "end": 113, "tag": "Woman"}, {"start": 129, "end": 146, "tag": "AdultHumanFemale"}, {"start": 147, "end": 158, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 735, "following_count": 1586, "tweet_count": 26705, "listed_count": 0}, "withheld": null}
{"id": "884104490928025600", "name": "bit miffed woman \ud83d\udfe5 \ud83e\udd96\ud83e\udd96", "username": "thiskatiedid", "created_at": "2017-07-09T17:38:31.000Z", "description": "I ache in the places where I used to play.", "location": "Middle England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/960639830291111936/9xoV5LPJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2144, "following_count": 4552, "tweet_count": 1166, "listed_count": 2}, "withheld": null}
{"id": "1072837549440319488", "name": "Babette", "username": "proudgc", "created_at": "2018-12-12T12:56:18.000Z", "description": "here for the lols", "location": "Norfolk/Cambridge", "pinned_tweet_id": "1354044834869346305", "profile_image_url": "https://pbs.twimg.com/profile_images/1437439070297333760/YMTcDtkx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2166, "following_count": 2552, "tweet_count": 4417, "listed_count": 0}, "withheld": null}
{"id": "2810244251", "name": "BetweenTheStoneAndTheTree", "username": "sulanaslament", "created_at": "2014-10-06T12:59:44.000Z", "description": "\"They called me mad, and I called them mad, and damn them, they outvoted me\" Nathaniel Lee 1684", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1146055413797801984/PZpc-iML_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 726, "following_count": 1336, "tweet_count": 38747, "listed_count": 0}, "withheld": null}
{"id": "2193829069", "name": "Jean Hatchet", "username": "JeanHatchet", "created_at": "2013-11-14T09:06:21.000Z", "description": "\u201cJean Hatchet is like Jesus, Elvis and Gary Lineker rolled into one. But female. And unable to cheat death, sing or report on football whilst flogging crisps\u201d.", "location": "Sheffield, England", "pinned_tweet_id": "761118319797690368", "profile_image_url": "https://pbs.twimg.com/profile_images/1288398473591742464/eyX5jjit_normal.jpg", "protected": false, "url": "https://t.co/fHzLQTIROH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fHzLQTIROH", "expanded_url": "https://www.justgiving.com/JeanHatchetRideForMurderedWomen", "display_url": "justgiving.com/JeanHatchetRid\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 26030, "following_count": 5482, "tweet_count": 75801, "listed_count": 125}, "withheld": null}
{"id": "249742423", "name": "Belle Doyle\ud83e\udd96", "username": "BelleDoyle", "created_at": "2011-02-09T17:47:27.000Z", "description": "Old school feminist. Old style butch. Dinosaur hoarding rights. Pretty much hacked off with everything these days. #WomenWontWheesht \ud83c\udf4f\ud83e\uddc4\ud83c\udf46", "location": "Dumfries, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/483645185595674625/YIsZeBRY_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 115, "end": 132, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1629, "following_count": 3164, "tweet_count": 15139, "listed_count": 9}, "withheld": null}
{"id": "874902716031565824", "name": "Charsarus \ud83e\udd96", "username": "CharlotteG1711", "created_at": "2017-06-14T08:13:57.000Z", "description": "Adult human female. Sex is real, gender is not. #nothankyou", "location": "United Kingdom", "pinned_tweet_id": "1250374936302059521", "profile_image_url": "https://pbs.twimg.com/profile_images/1434605053877407754/aKn3DR8q_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 48, "end": 59, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 461, "following_count": 656, "tweet_count": 3765, "listed_count": 0}, "withheld": null}
{"id": "2527814234", "name": "Solange \u2b50\ufe0f\ud83c\uddea\ud83c\uddfa\ud83c\uddeb\ud83c\uddf7\ud83c\uddec\ud83c\udde7", "username": "solange_lebourg", "created_at": "2014-05-27T16:28:54.000Z", "description": "Kindly One. Retired litigator. Fan of material reality, Enlightenment values and the rule of law. Follow back pro Europe - #FBPE", "location": "Various", "pinned_tweet_id": "1450713536615829504", "profile_image_url": "https://pbs.twimg.com/profile_images/845573007028506624/KWFgA7em_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 123, "end": 128, "tag": "FBPE"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 21939, "following_count": 19492, "tweet_count": 242265, "listed_count": 105}, "withheld": null}
{"id": "1109080612588142593", "name": "Tarquin Courgette", "username": "TCourgette", "created_at": "2019-03-22T13:13:18.000Z", "description": "Free speech advocate. Womens\u2019 Right supporter. Resists the Madness of Crowds. Clownworld Skeptic.", "location": "North West, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1109081013253259270/NGj96jEx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1044, "following_count": 2497, "tweet_count": 2780, "listed_count": 1}, "withheld": null}
{"id": "780997711625654272", "name": "Colm", "username": "colmo1", "created_at": "2016-09-28T05:08:59.000Z", "description": "\ud83c\uddee\ud83c\uddea \ud83c\uddf8\ud83c\uddea \ud83c\uddf5\ud83c\uddf8.\nGen X.", "location": null, "pinned_tweet_id": "1325981258598506497", "profile_image_url": "https://pbs.twimg.com/profile_images/1040714628920225792/t179l43h_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1086, "following_count": 4999, "tweet_count": 16549, "listed_count": 7}, "withheld": null}
{"id": "1390766990269222913", "name": "femalenotafab", "username": "femalenotafab", "created_at": "2021-05-07T20:34:33.000Z", "description": "Males are the jailors, gender the chains, females the prisoners. Males cannot be females. Sex is immutable. Facts not feelings. Not/Cis.", "location": null, "pinned_tweet_id": "1432788260997185556", "profile_image_url": "https://pbs.twimg.com/profile_images/1390767518873227266/xkRg4OUW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 124, "following_count": 191, "tweet_count": 7114, "listed_count": 2}, "withheld": null}
{"id": "1016055912077852672", "name": "Lib \ud83e\udd10\ud83c\udfc1", "username": "Lib28868731", "created_at": "2018-07-08T20:26:21.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1107546927879634944/xWUR4YiP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 853, "following_count": 1662, "tweet_count": 25854, "listed_count": 1}, "withheld": null}
{"id": "18185401", "name": "Wendy Wood \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "MissWendyWood", "created_at": "2008-12-17T08:20:29.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fWoman =Adult Human Female. \ud83e\udd95\ud83e\udd96Speaking the truth is now an act of rebellion.\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c#WomenWontWheesht", "location": "Edinburgh", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1375503447554932739/M00gZs6r_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 85, "end": 102, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2855, "following_count": 3402, "tweet_count": 39741, "listed_count": 5}, "withheld": null}
{"id": "52498309", "name": "calluout", "username": "elainebfca", "created_at": "2009-06-30T19:49:36.000Z", "description": "No Gender Rubbish", "location": "universe", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1431184887135019008/icr7EuhG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 781, "following_count": 699, "tweet_count": 37818, "listed_count": 0}, "withheld": null}
{"id": "1143938213737881602", "name": "EvelynWinters\ud83e\udd95\ud83d\udd34\ud83c\udfc1\u267f", "username": "EveleenWinters", "created_at": "2019-06-26T17:44:58.000Z", "description": "Adult Human Female.\nDisabled, Medicated.\nFacts Not Feelings.\nTWAM.\nHumans Can't change sex.\nThe Female Sex Exists.", "location": null, "pinned_tweet_id": "1396737182031810564", "profile_image_url": "https://pbs.twimg.com/profile_images/1431243013267800075/RgevGAfn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1110, "following_count": 1802, "tweet_count": 22672, "listed_count": 3}, "withheld": null}
{"id": "17047015", "name": "Oiorpata", "username": "Oiorpata", "created_at": "2008-10-29T18:09:00.000Z", "description": "Angry old lesbian feminist. Outraged by the cotton ceiling and gaslighting of young lesbians. My pronouns are sex based, just like my oppression.", "location": "Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1172675375505334272/FhiO8Znc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2725, "following_count": 3830, "tweet_count": 79122, "listed_count": 6}, "withheld": null}
{"id": "558921260", "name": "McOviraptor \ud83e\udd96\ud83e\udd95\ud83d\udc32", "username": "McKittenCat", "created_at": "2012-04-20T20:31:17.000Z", "description": "Woman. Support anyone who doesn't hate women. \nCan't cope following everyone, very sorry - if you want me to follow you, please ask. #IStandWithJKRowling", "location": "Scotland", "pinned_tweet_id": "1311426262993432579", "profile_image_url": "https://pbs.twimg.com/profile_images/2266493414/a5bfj3jk89jphuuvetr8_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 133, "end": 153, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1893, "following_count": 1723, "tweet_count": 26158, "listed_count": 1}, "withheld": null}
{"id": "1372652798072983557", "name": "Riot Grrl", "username": "RiotGrrl19", "created_at": "2021-03-18T20:57:10.000Z", "description": "\ud83c\udff3\ufe0f\u200d\ud83c\udf08\u2640\ufe0f SuperBi. Gender Atheist. Fierce Feminist. Trauma + CSA survivor. Warrior for truth and justice.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1372653573327175685/7q_EdY6b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 158, "following_count": 289, "tweet_count": 749, "listed_count": 2}, "withheld": null}
{"id": "1314783795594301445", "name": "LesbianLabour", "username": "LesbianLabour", "created_at": "2020-10-10T04:24:36.000Z", "description": "Campaigning group for lesbians within the Labour Party and wider labour movement\ud83c\udf39\ud83d\udc69\u200d\u2764\ufe0f\u200d\ud83d\udc69 Lesbian = exclusively same sex attracted female.", "location": null, "pinned_tweet_id": "1445330153291325441", "profile_image_url": "https://pbs.twimg.com/profile_images/1347238640599109633/aCuEPthK_normal.jpg", "protected": false, "url": "https://t.co/bd4NC153P5", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/bd4NC153P5", "expanded_url": "http://www.lesbianlabour.com", "display_url": "lesbianlabour.com"}]}, "description": null}, "public_metrics": {"followers_count": 5879, "following_count": 4963, "tweet_count": 9647, "listed_count": 27}, "withheld": null}
{"id": "2266508022", "name": "IDD64 \ud83d\udc99", "username": "IDD64", "created_at": "2013-12-28T22:18:56.000Z", "description": "Lawyer. \nWho would have thought that saying women need a word to define ourselves would be the counterculture in the 2020s?", "location": null, "pinned_tweet_id": "1310283274267353094", "profile_image_url": "https://pbs.twimg.com/profile_images/1421830904834662402/kbPdVQL3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2555, "following_count": 1373, "tweet_count": 24538, "listed_count": 6}, "withheld": null}
{"id": "722556301105106944", "name": "CK", "username": "Ceeekerrr", "created_at": "2016-04-19T22:43:41.000Z", "description": "\"Everything changes. You can make\nA fresh start with your final breath.\nBut what has happened has happened. \" BB", "location": null, "pinned_tweet_id": "1243562283680387073", "profile_image_url": "https://pbs.twimg.com/profile_images/888478216775753729/kmAa2AY-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 953, "following_count": 2411, "tweet_count": 32528, "listed_count": 13}, "withheld": null}
{"id": "154251806", "name": "Pauls sex not gender\ud83e\udd96 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd95", "username": "onna8", "created_at": "2010-06-10T19:31:44.000Z", "description": "Like Marx I prefer to be grounded in materialism. There is a knowable real world and sex is binary.", "location": "South West, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1406242847079215109/8kNFo5At_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 285, "following_count": 336, "tweet_count": 1808, "listed_count": 5}, "withheld": null}
{"id": "614117928", "name": "veronica", "username": "veronic49084340", "created_at": "2012-06-21T05:08:22.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/966423833572933632/5LsEP1I4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 399, "following_count": 1095, "tweet_count": 2321, "listed_count": 3}, "withheld": null}
{"id": "1912454851", "name": "itsastitchup@Ifixyouwagon", "username": "brig_aloe_rice", "created_at": "2013-09-27T22:04:45.000Z", "description": "OLD SOD . (Sardonic Oldest Daughter)\nBOSTON bred Belfast bound\nFighting against the scrotialist manifesto\nno/ney/never\n\n\nDo no harm, but take no shit!", "location": "northern ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400515399658053639/oj5uVNXx_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1162, "following_count": 3222, "tweet_count": 10919, "listed_count": 0}, "withheld": null}
{"id": "3304463571", "name": "The EDIJester, the original, Polemical and satiric", "username": "theedijester", "created_at": "2015-05-31T10:36:18.000Z", "description": "Own satirical views. Expect ridicule. Gay. Will not tolerate queer cultists. Satire ain't dead. Postmodern Grievance Merchants can pinch my loaf. FOS.", "location": "the island of yap", "pinned_tweet_id": "1334204545388449801", "profile_image_url": "https://pbs.twimg.com/profile_images/1290242349000536067/1E6LOJGH_normal.jpg", "protected": false, "url": "https://t.co/IPo3u9Dwdr", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/IPo3u9Dwdr", "expanded_url": "https://www.patreon.com/edijester", "display_url": "patreon.com/edijester"}]}, "description": null}, "public_metrics": {"followers_count": 2715, "following_count": 2267, "tweet_count": 65004, "listed_count": 6}, "withheld": null}
{"id": "1063844543072821251", "name": "Sarah\u2019s Cervix \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "SarahConnorFem", "created_at": "2018-11-17T17:21:19.000Z", "description": "Gender Ideology is nonsense. #StonewallOut #istandwithjkrowling Pronouns: don\u2019t/be/silly", "location": null, "pinned_tweet_id": "1358403652013207552", "profile_image_url": "https://pbs.twimg.com/profile_images/1063845198009118720/tTDjmXYo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 29, "end": 42, "tag": "StonewallOut"}, {"start": 43, "end": 63, "tag": "istandwithjkrowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1415, "following_count": 1904, "tweet_count": 5976, "listed_count": 2}, "withheld": null}
{"id": "477154374", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Mimi Augello \ud83c\udf52", "username": "MimiAugello", "created_at": "2012-01-28T22:09:30.000Z", "description": "Boomer. Yes. Can be irritating, contentious, unwelcome, provocative.", "location": "where martyrs weep", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/620670715436630017/K6WoJkz6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 755, "following_count": 933, "tweet_count": 31690, "listed_count": 5}, "withheld": null}
{"id": "1403042405855735810", "name": "Ruthy Jones", "username": "RuthyJones2", "created_at": "2021-06-10T17:33:29.000Z", "description": "A woman who thinks; the wrong sort of feminist. Debate not hate. #nothankyou", "location": "West is best", "pinned_tweet_id": "1436052234459131910", "profile_image_url": "https://pbs.twimg.com/profile_images/1403279290800672771/R_wUcuji_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 65, "end": 76, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 262, "following_count": 600, "tweet_count": 4549, "listed_count": 0}, "withheld": null}
{"id": "90857849", "name": "Lou", "username": "luluskip2malu", "created_at": "2009-11-18T12:20:00.000Z", "description": "", "location": "Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1387469079657828354/pvFgrVS1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 309, "following_count": 1078, "tweet_count": 1578, "listed_count": 2}, "withheld": null}
{"id": "789287648", "name": "\u2640Alison aka Winnie Wheesht \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udf52\ud83e\udd96\ud83e\udd95", "username": "wittertalk", "created_at": "2012-08-29T12:57:07.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Scottish.\u2640#AlbParty. GC. I believe in biology so I reserve the right to hurt your feelings if you don\u2019t. Old, wears purple. #WomenWontWheesht", "location": "south east scotland", "pinned_tweet_id": "1452171660795256833", "profile_image_url": "https://pbs.twimg.com/profile_images/1400536006139416576/eot745U1_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 18, "end": 27, "tag": "AlbParty"}, {"start": 132, "end": 149, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2197, "following_count": 2321, "tweet_count": 67600, "listed_count": 1}, "withheld": null}
{"id": "375769854", "name": "SaffronKim", "username": "SaffronKim", "created_at": "2011-09-18T18:10:00.000Z", "description": "Loves London & the strangeness of life. Socialist. Lesbian. GC - don\u2019t call me cis. Recently lost the love of my life, my partner of 26 yrs to lung cancer.", "location": "London, England", "pinned_tweet_id": "1433944975474139137", "profile_image_url": "https://pbs.twimg.com/profile_images/1451685618719809539/3aXGPBFG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4463, "following_count": 3748, "tweet_count": 159828, "listed_count": 95}, "withheld": null}
{"id": "3202241423", "name": "The Leopard In The Basement Is A Sensible Name", "username": "tlitb", "created_at": "2015-04-24T20:46:29.000Z", "description": "Uncredentialed person", "location": "Space", "pinned_tweet_id": "685589348352417793", "profile_image_url": "https://pbs.twimg.com/profile_images/858722699509719040/LNpNlc71_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 923, "following_count": 1979, "tweet_count": 98102, "listed_count": 39}, "withheld": null}
{"id": "1239526987040989187", "name": "Femme Loves\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "FemmeLoves", "created_at": "2020-03-16T12:20:46.000Z", "description": "The wrong woman to pick a fight with.\n\nhttps://t.co/LK8TnniaWz", "location": null, "pinned_tweet_id": "1412316271698448386", "profile_image_url": "https://pbs.twimg.com/profile_images/1435409886091808768/QnRx1npO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 39, "end": 62, "url": "https://t.co/LK8TnniaWz", "expanded_url": "https://www.buymeacoffee.com/FemmeLoves", "display_url": "buymeacoffee.com/FemmeLoves"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 17213, "following_count": 3185, "tweet_count": 36109, "listed_count": 55}, "withheld": null}
{"id": "1175733226465308673", "name": "skye xx \ud83d\udd34 zero covid! \ud83e\uddec\ud83e\udd77\ud83c\udffd\ud83d\ude37", "username": "skye_Homealone", "created_at": "2019-09-22T11:27:15.000Z", "description": "- science/biology rules - fed up with male hatred (even if they wear dresses) - back to the roots, we will not be silenced. - no pronoun gaga here", "location": "Clownworld", "pinned_tweet_id": "1377734586801750018", "profile_image_url": "https://pbs.twimg.com/profile_images/1390299755884908546/IY1Wq_60_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 500, "following_count": 540, "tweet_count": 19060, "listed_count": 0}, "withheld": null}
{"id": "2594808331", "name": "NotNice marmot#RepentMotherf***er", "username": "janeloe3", "created_at": "2014-06-29T13:20:08.000Z", "description": "Ex-Labour.\n#sexnotgender #repealtheGRA\nNo such thing as 'born in the wrong body'\nDon't 'cis' me", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400575414326661122/HaQoFyGz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 11, "end": 24, "tag": "sexnotgender"}, {"start": 25, "end": 38, "tag": "repealtheGRA"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2235, "following_count": 2711, "tweet_count": 66966, "listed_count": 0}, "withheld": null}
{"id": "22693542", "name": "That Guy Called Sophie", "username": "SophieXY44", "created_at": "2009-03-03T22:41:13.000Z", "description": "I do not identify as a woman, I identify WITH women. #IStandWithJKRowling bitcoin:bc1qtf6mscvmdfusc4n09yqfvlmxkv7stvre2mszsv", "location": "Maryland, USA", "pinned_tweet_id": "1449713252108222464", "profile_image_url": "https://pbs.twimg.com/profile_images/1386977805657952256/4SX4-xVz_normal.jpg", "protected": false, "url": "https://t.co/VhctHPA2Cd", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/VhctHPA2Cd", "expanded_url": "https://www.buymeacoffee.com/SophieXY44", "display_url": "buymeacoffee.com/SophieXY44"}]}, "description": {"urls": null, "hashtags": [{"start": 53, "end": 73, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 10387, "following_count": 4660, "tweet_count": 9750, "listed_count": 32}, "withheld": null}
{"id": "1178769676043771907", "name": "Loz_B_GNC_TeacupButch", "username": "LaurenGNC_Butch", "created_at": "2019-09-30T20:33:17.000Z", "description": "* Lesbian \n*GNC\n*Irish\n*Dysphoric \n*Independent Activist\n\n\u2764\ufe0fLove the Skin You're In\u2764\n\n* Views my own\n\n#LesbianVisibility #ButchPride #GNC", "location": "Wendimoore", "pinned_tweet_id": "1432632486740303872", "profile_image_url": "https://pbs.twimg.com/profile_images/1359652624501514242/aLWpVPz9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 102, "end": 120, "tag": "LesbianVisibility"}, {"start": 121, "end": 132, "tag": "ButchPride"}, {"start": 133, "end": 137, "tag": "GNC"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7121, "following_count": 4657, "tweet_count": 6961, "listed_count": 24}, "withheld": null}
{"id": "1273708254300966914", "name": "Maggie", "username": "MaggieMurphy01", "created_at": "2020-06-18T20:05:06.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400714780080578560/5hRvgawa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 388, "following_count": 561, "tweet_count": 11170, "listed_count": 1}, "withheld": null}
{"id": "144194788", "name": "kelfro the witch who refuses to burn.", "username": "kelfro", "created_at": "2010-05-15T15:30:46.000Z", "description": "Adult human female. \ud83e\udd95ROAR\ud83e\udd95 Only women have a cervix Politically homeless. Radfem. NO/THANK/YOU", "location": null, "pinned_tweet_id": "1378842346687713280", "profile_image_url": "https://pbs.twimg.com/profile_images/1336122693926744066/w5or69Lo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 486, "following_count": 911, "tweet_count": 2167, "listed_count": 0}, "withheld": null}
{"id": "15588419", "name": "Martin Cleaver - #rEUnion #FBPE #FPPPR \ud83d\udc9c", "username": "MCleaver", "created_at": "2008-07-24T20:27:03.000Z", "description": "European cyclist and proud of it. I tweet in English and Dutch. #VoteVolt #JazzNut #MyBodyIsMe Ho/hum. \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": "Amsterdam, The Netherlands", "pinned_tweet_id": "1298166703919177732", "profile_image_url": "https://pbs.twimg.com/profile_images/1315281285418450944/Q7M6GNpx_normal.jpg", "protected": false, "url": "https://t.co/fF1AjlQxUx", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fF1AjlQxUx", "expanded_url": "http://volteuropa.org", "display_url": "volteuropa.org"}]}, "description": {"urls": null, "hashtags": [{"start": 64, "end": 73, "tag": "VoteVolt"}, {"start": 74, "end": 82, "tag": "JazzNut"}, {"start": 83, "end": 94, "tag": "MyBodyIsMe"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3251, "following_count": 3601, "tweet_count": 101496, "listed_count": 71}, "withheld": null}
{"id": "776465712135016449", "name": "\ud83e\udd14Curious Canuck\ud83c\udde8\ud83c\udde6", "username": "_Fizzgig_", "created_at": "2016-09-15T17:00:26.000Z", "description": "Student of life. I \ud83d\udc9a Biota \ud83d\udc9a\ud83c\udf31\ud83d\udc1d Tweets are mine. \u2665\ufe0f\u2019s are from my cats. #NoThankYou", "location": "Shuswap, British Columbia", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1356094619247730688/pOgd2kkG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 71, "end": 82, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 127, "following_count": 340, "tweet_count": 2478, "listed_count": 2}, "withheld": null}
{"id": "928611612432486400", "name": "Maggie Chapman \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Chappymaggs", "created_at": "2017-11-09T13:13:55.000Z", "description": "I mute and block idiotic, spam and abusive accounts.\nNo political party .Independent all the way ! \nCall me what you like if it makes you feel better , petal.", "location": "Berwick-upon-Tweed, England", "pinned_tweet_id": "1420363687802593282", "profile_image_url": "https://pbs.twimg.com/profile_images/1452594652071272460/_M2j6PDm_normal.jpg", "protected": false, "url": "https://t.co/AlI5cAF8Qh", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/AlI5cAF8Qh", "expanded_url": "https://www.gofundme.com/f/fj52uw-menstruation-matters-by-nomcebo-mkhaliphi?utm_campaign=m_pd+share-", "display_url": "gofundme.com/f/fj52uw-menst\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 800, "following_count": 2059, "tweet_count": 30981, "listed_count": 2}, "withheld": null}
{"id": "311049726", "name": "Lainy Pie - \u2640\ufe0f \ud83d\udc69\u200d\ud83d\udc67\ud83d\udc7c\ud83d\udfe5 \ud83c\udfc1\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "lainy_pie", "created_at": "2011-06-04T20:19:05.000Z", "description": "Gender free Feminist.\n\nWill hoard all the rights women need until there is an end to male violence against us. If that makes me a dinosaur then hear me ROAR! \ud83e\udd96", "location": "TERF Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400186216851587076/ObLOzkfD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1417, "following_count": 1636, "tweet_count": 3947, "listed_count": 2}, "withheld": null}
{"id": "2975362103", "name": "HereForWomen \ud83e\udd96\ud83e\udd95", "username": "HereForWomenXX", "created_at": "2015-01-12T21:28:12.000Z", "description": "Ex-Labour. Don\u2019t have a gender identity just a sex. Not a furry despite appearances. #AdultFemaleHuman #IStandwithJK #sexnotgender", "location": "Politically homeless", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1167452857504862209/GNk1sFmy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 85, "end": 102, "tag": "AdultFemaleHuman"}, {"start": 103, "end": 116, "tag": "IStandwithJK"}, {"start": 117, "end": 130, "tag": "sexnotgender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1166, "following_count": 2534, "tweet_count": 23208, "listed_count": 16}, "withheld": null}
{"id": "761694261255532553", "name": "ProseccoOrWhisky \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddf3\ud83c\uddf4\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Ninjwa75", "created_at": "2016-08-05T22:43:58.000Z", "description": "Rights hoarding dinosaur \ud83e\udd96 Almost two decades experience working with sexually abusive and violent men. Feminist \u2640\ufe0f Adult Human Female", "location": "So Very Tired", "pinned_tweet_id": "1408770673300942848", "profile_image_url": "https://pbs.twimg.com/profile_images/1449829250459111437/A-X1wtVi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 410, "following_count": 812, "tweet_count": 569, "listed_count": 1}, "withheld": null}
{"id": "1177560974699769857", "name": "Scotia McGilead \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a#womenwontwheesht", "username": "scotmacscotbot", "created_at": "2019-09-27T12:31:04.000Z", "description": "GC adult human female. Independence always. \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udeabNo DMs @AlbaParty founder member- 310 #IStandWithJKRowling", "location": "McGilead #underhiseye.", "pinned_tweet_id": "1367694957373489154", "profile_image_url": "https://pbs.twimg.com/profile_images/1401294526359031808/DUEc9GEh_normal.png", "protected": false, "url": "https://t.co/wGOYqKsKHZ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/wGOYqKsKHZ", "expanded_url": "http://albaparty.org", "display_url": "albaparty.org"}]}, "description": {"urls": null, "hashtags": [{"start": 90, "end": 110, "tag": "IStandWithJKRowling"}], "mentions": [{"start": 59, "end": 69, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 4769, "following_count": 4694, "tweet_count": 84707, "listed_count": 2}, "withheld": null}
{"id": "1029099795951050753", "name": "Sunshine on Ice - Like-minded non hedgehog \ud83c\udfc1\ud83d\udd78\ufe0f\ud83c\udf52", "username": "SDewherst", "created_at": "2018-08-13T20:18:05.000Z", "description": "Does the sun ask itself, \"Am I good? Am I worthwhile? Is there enough of me?\" No, it burns and it shine \ud83c\udf1e\ud83c\udf52\ud83c\udf52\ud83c\udf52\n\n\ud83c\udfc1 #Genderfree (really gone off unicorns) \ud83d\udd78\ufe0f", "location": "United Kingdom", "pinned_tweet_id": "1255884225405947904", "profile_image_url": "https://pbs.twimg.com/profile_images/1400562523011641346/bcRGFAV3_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 112, "end": 123, "tag": "Genderfree"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1189, "following_count": 1486, "tweet_count": 61570, "listed_count": 1}, "withheld": null}
{"id": "769948597", "name": "Jane Mactaggart", "username": "JaneMactaggartL", "created_at": "2012-08-20T17:56:52.000Z", "description": "Feminist, gardener, Sex Matters, Adult Human Female, Women Won\u2019t Wheesht, I Stand with JKR, Marion, Alison, Rosie & Joan Smith", "location": "Oxford, England", "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1116, "following_count": 3152, "tweet_count": 7810, "listed_count": 2}, "withheld": null}
{"id": "2493536036", "name": "terry", "username": "terryscot14", "created_at": "2014-05-13T21:46:32.000Z", "description": "left wing adherent of Scottish independence.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451514995364311040/IvO36AKI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1107, "following_count": 1205, "tweet_count": 24912, "listed_count": 6}, "withheld": null}
{"id": "2799557060", "name": "Dr Hannah R. Marston", "username": "HannahRMarston", "created_at": "2014-09-09T09:32:14.000Z", "description": "Interdisciplinary Research Fellow in #Technology #Ageing #agefriendly &\n#Videogames. Welcomes collaboration. \u2764\ufe0f Yorkshire Tea & RL.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1402919244443049986/HNLaPHJh_normal.jpg", "protected": false, "url": "https://t.co/XVWKLKGqZX", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XVWKLKGqZX", "expanded_url": "http://www.hannahrmarston.co.uk", "display_url": "hannahrmarston.co.uk"}]}, "description": {"urls": null, "hashtags": [{"start": 37, "end": 48, "tag": "Technology"}, {"start": 49, "end": 56, "tag": "Ageing"}, {"start": 57, "end": 69, "tag": "agefriendly"}, {"start": 72, "end": 83, "tag": "Videogames"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2239, "following_count": 5000, "tweet_count": 7607, "listed_count": 46}, "withheld": null}
{"id": "51250859", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83e\udd8b\ud83c\udf31\ud83d\udc9c\u26aa\ufe0f\ud83d\udfe9", "username": "laineyathamey", "created_at": "2009-06-26T22:16:50.000Z", "description": "", "location": "scotland", "pinned_tweet_id": "1243550707917238273", "profile_image_url": "https://pbs.twimg.com/profile_images/1433828352037638148/r3Fyuthc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 635, "following_count": 1314, "tweet_count": 19746, "listed_count": 4}, "withheld": null}
{"id": "2789529512", "name": "ann cybernatbot #DeedsNotWords", "username": "liz6153", "created_at": "2014-09-04T10:24:27.000Z", "description": "Retweets are not always an endorsment.\nMain Interests: Scottish independence, feminism, the environment", "location": "Glasgow, Scotland", "pinned_tweet_id": "1427639571924373515", "profile_image_url": "https://pbs.twimg.com/profile_images/1407363595508367360/Xrr5R08p_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3251, "following_count": 3019, "tweet_count": 114664, "listed_count": 16}, "withheld": null}
{"id": "31454241", "name": "Wendy", "username": "giolla_nic", "created_at": "2009-04-15T16:56:53.000Z", "description": "#SaveWomensSport #WomenWontWheesht #NoThankYou", "location": "Scotland", "pinned_tweet_id": "1271002157853138944", "profile_image_url": "https://pbs.twimg.com/profile_images/1400516022965207048/DWVK85Vs_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 16, "tag": "SaveWomensSport"}, {"start": 17, "end": 34, "tag": "WomenWontWheesht"}, {"start": 35, "end": 46, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2012, "following_count": 2397, "tweet_count": 64145, "listed_count": 5}, "withheld": null}
{"id": "1269277990401257475", "name": "fickleskittle", "username": "fickleskittle", "created_at": "2020-06-06T14:40:41.000Z", "description": "Prone to typos", "location": "internet", "pinned_tweet_id": "1366345303977320451", "profile_image_url": "https://pbs.twimg.com/profile_images/1275551273522204680/TVLsvS_n_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 561, "following_count": 519, "tweet_count": 17516, "listed_count": 7}, "withheld": null}
{"id": "1364315359088623621", "name": "Domhnall O'hAodha", "username": "DomhnallHaodha", "created_at": "2021-02-23T20:45:54.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 45, "following_count": 199, "tweet_count": 458, "listed_count": 0}, "withheld": null}
{"id": "1291258615047819264", "name": "arewethereyet \ud83e\udd95\ud83e\udd96 MD, OBE, Esq, Eng., Dr. HRH", "username": "purplerain1791", "created_at": "2020-08-06T06:25:14.000Z", "description": "#Nothankyou\nI stole @with_rhymes 's banner.\nmy pronouns are https://t.co/MesyxDVkT0 \nI block reality deniers. \nChromosomes XX", "location": null, "pinned_tweet_id": "1450981666588082180", "profile_image_url": "https://pbs.twimg.com/profile_images/1291262310913396737/f7gDxo9N_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 62, "end": 85, "url": "https://t.co/MesyxDVkT0", "expanded_url": "https://tenor.com/VSJP.gif", "display_url": "tenor.com/VSJP.gif"}], "hashtags": [{"start": 0, "end": 11, "tag": "Nothankyou"}], "mentions": [{"start": 21, "end": 33, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 347, "following_count": 866, "tweet_count": 4569, "listed_count": 0}, "withheld": null}
{"id": "1194994734416220160", "name": "Eppur si muove \ud83d\udc99", "username": "MuoveSi", "created_at": "2019-11-14T15:05:53.000Z", "description": "Account set up when disciplinary action threatened for posting GC tweets under my own name @JonHartleyinBSE Now retired so they can't touch me. Adult human male", "location": "Bury Saint Edmunds, England", "pinned_tweet_id": "1195067045408395264", "profile_image_url": "https://pbs.twimg.com/profile_images/1400499440251592710/O9qaWNZS_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 91, "end": 107, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 733, "following_count": 1033, "tweet_count": 25711, "listed_count": 5}, "withheld": null}
{"id": "1385255018257862659", "name": "\ud83e\udd96\ud83d\udc9c\ud83e\udd0d\ud83d\udc9aElizabeth Jones \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83e\udd96", "username": "FoulWitchHag", "created_at": "2021-04-22T15:32:09.000Z", "description": "Placental mammal\nAdult human female\nRadical Feminist\nSkeptical of outlandish claims\nAnti patriarchy & all of its damages\nPro womXXn-separation\nPro Womxxn", "location": "Planet Earth, The Milky Way", "pinned_tweet_id": "1445422658439557120", "profile_image_url": "https://pbs.twimg.com/profile_images/1401135680441434118/ABtqmteO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 646, "following_count": 1034, "tweet_count": 14191, "listed_count": 7}, "withheld": null}
{"id": "333383774", "name": "Sonya Douglas", "username": "SonyaDouglas", "created_at": "2011-07-11T13:13:20.000Z", "description": "maintaining my boundaries \ud83c\uddee\ud83c\uddf3 \ud83c\uddef\ud83c\uddf2 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "location": "Europe", "pinned_tweet_id": "1341341934258929665", "profile_image_url": "https://pbs.twimg.com/profile_images/1408708584289058817/wMM0Y_Wj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5441, "following_count": 810, "tweet_count": 23392, "listed_count": 29}, "withheld": null}
{"id": "1313763135451525120", "name": "Piscolophus \ud83e\udd95", "username": "PiscoPuppy", "created_at": "2020-10-07T08:48:46.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1434939072825503749/fmK5i1Ha_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 41, "following_count": 250, "tweet_count": 930, "listed_count": 0}, "withheld": null}
{"id": "1391213315074969601", "name": "RudeFemTerf", "username": "Cecelia64079834", "created_at": "2021-05-09T02:09:13.000Z", "description": "Rude Rad Fem. I do not respect pronouns\nLet's rad fem it up!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1421940011084259332/BE4r9Bbs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 345, "following_count": 368, "tweet_count": 4889, "listed_count": 3}, "withheld": null}
{"id": "1050448374648983552", "name": "MsBeeHove", "username": "MsBeeHove1", "created_at": "2018-10-11T18:09:43.000Z", "description": "I know the difference between sex and gender. Do you?\ud83c\udfc1", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1050449481886588929/M_gCCMYP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 691, "following_count": 1040, "tweet_count": 1892, "listed_count": 2}, "withheld": null}
{"id": "104669404", "name": "Vulvarine \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Woman\u2122\ufe0f", "username": "AntigoneFury", "created_at": "2010-01-14T01:22:29.000Z", "description": "Adult Human Female | #PERFect Woman\u2122\ufe0f | #SexNotGender | #IStandWithMarionMillar | #WeAreAllMarionMillar | #WomenWontWheesht", "location": "London via Venus", "pinned_tweet_id": "1357747049110855682", "profile_image_url": "https://pbs.twimg.com/profile_images/1355996040093184002/tyneVzKm_normal.jpg", "protected": false, "url": "https://t.co/FfNFwsDRLW", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/FfNFwsDRLW", "expanded_url": "https://www.transgendertrend.com/product/captured-the-full-story-behind-the-memorandum-of-understand", "display_url": "transgendertrend.com/product/captur\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 21, "end": 29, "tag": "PERFect"}, {"start": 40, "end": 53, "tag": "SexNotGender"}, {"start": 56, "end": 79, "tag": "IStandWithMarionMillar"}, {"start": 82, "end": 103, "tag": "WeAreAllMarionMillar"}, {"start": 106, "end": 123, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1046, "following_count": 1290, "tweet_count": 14994, "listed_count": 0}, "withheld": null}
{"id": "103302146", "name": "Dawne Brown", "username": "dawney76", "created_at": "2010-01-09T15:57:48.000Z", "description": "SuperPerson\n\nPronouns: Ice/Rum/Coke", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1265643971511975937/lYfKZwmR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 212, "following_count": 373, "tweet_count": 8126, "listed_count": 0}, "withheld": null}
{"id": "1131990810889740293", "name": "Edith Pender-hiom", "username": "EdithHiom", "created_at": "2019-05-24T18:30:15.000Z", "description": "woman", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401774915406254083/hoWDhHvQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2180, "following_count": 3042, "tweet_count": 31002, "listed_count": 4}, "withheld": null}
{"id": "763936736", "name": "keatsie \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "keatsie777", "created_at": "2012-08-17T15:39:49.000Z", "description": "Woman\u2122\ufe0f writer, recycler and blogger who likes a bit of a walk. does not exist to impress the world exists to live life in a way that will bring happiness.", "location": "Southampton", "pinned_tweet_id": "1447265632324571143", "profile_image_url": "https://pbs.twimg.com/profile_images/1415023527254806532/ZxiYyW3g_normal.jpg", "protected": false, "url": "https://t.co/sJMxB2foS3", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/sJMxB2foS3", "expanded_url": "http://www.iwalkalone.co.uk", "display_url": "iwalkalone.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 826, "following_count": 651, "tweet_count": 13497, "listed_count": 5}, "withheld": null}
{"id": "2292281272", "name": "\ud83e\udd95 Kat Carres", "username": "kat_carres", "created_at": "2014-01-19T20:08:14.000Z", "description": "\ud83e\udd95AdultHumanFemale\u2640\ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea Who knew stating #TWAMale is a revolutionary act F/F/S #IStandWithJKRowling #KieraBell #SuperStraight \ud83d\udda4\ud83e\udde1", "location": "England, United Kingdom", "pinned_tweet_id": "1450787136282763268", "profile_image_url": "https://pbs.twimg.com/profile_images/1340346909286932486/I0QNwtps_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 40, "end": 48, "tag": "TWAMale"}, {"start": 78, "end": 98, "tag": "IStandWithJKRowling"}, {"start": 99, "end": 109, "tag": "KieraBell"}, {"start": 110, "end": 124, "tag": "SuperStraight"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 409, "following_count": 598, "tweet_count": 7661, "listed_count": 2}, "withheld": null}
{"id": "1030222069928222721", "name": "InformationIsEverything", "username": "RealFeminist4", "created_at": "2018-08-16T22:37:36.000Z", "description": "", "location": null, "pinned_tweet_id": "1152000374473027585", "profile_image_url": "https://pbs.twimg.com/profile_images/1330104536028090373/uGubYuFE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1357, "following_count": 3451, "tweet_count": 19038, "listed_count": 0}, "withheld": null}
{"id": "212316811", "name": "Willie Woke", "username": "jeografy", "created_at": "2010-11-05T18:58:11.000Z", "description": "Welcome to my bio. You\u2019re probably here for one of the following reasons, (1) I\u2019ve pissed you off, or (2) you agree with me. Either way, welcome and take care.", "location": "United Kingdom", "pinned_tweet_id": "1275085742142881792", "profile_image_url": "https://pbs.twimg.com/profile_images/1450568666068754436/oO3ark2t_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1642, "following_count": 4692, "tweet_count": 71617, "listed_count": 92}, "withheld": null}
{"id": "291824190", "name": "ElleBeeG", "username": "ElleBeeG", "created_at": "2011-05-02T17:34:06.000Z", "description": "Adult Human Female - no debate.", "location": "Scotland, United Kingdom", "pinned_tweet_id": "1371174527942680581", "profile_image_url": "https://pbs.twimg.com/profile_images/1400523980361011200/bL50PygF_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2291, "following_count": 2351, "tweet_count": 31927, "listed_count": 7}, "withheld": null}
{"id": "1006243231112318982", "name": "Claudia McLean", "username": "claudiamclean22", "created_at": "2018-06-11T18:34:16.000Z", "description": "started out singing in Glasgow, then Europe, coming back to sing in London, even the Palladium. Activisim followed. \u201803~\u201907 GMC Trial. Disabled but still here.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1394302750452813826/t4UFxXtC_normal.jpg", "protected": false, "url": "https://t.co/IB3YCjntzG", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/IB3YCjntzG", "expanded_url": "http://www.claudiamclean.tumblr.com", "display_url": "claudiamclean.tumblr.com"}]}, "description": null}, "public_metrics": {"followers_count": 2600, "following_count": 462, "tweet_count": 31511, "listed_count": 13}, "withheld": null}
{"id": "1275869933017104386", "name": "\u2b1b\ufe0f\ud83d\udfe7 Wunder Female \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "NoSillyStuff", "created_at": "2020-06-24T19:16:14.000Z", "description": "Mother, Woman, Wife. No one can change sex #SexNotGender Kathleen Stock, JKR, Stella O\u2019Malley, Helen Staniland & Graham Linehan - you\u2019re all magnificent \u2764\ufe0f", "location": null, "pinned_tweet_id": "1354142071272181761", "profile_image_url": "https://pbs.twimg.com/profile_images/1275874868635017218/uGXd2IDn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 43, "end": 56, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 282, "following_count": 505, "tweet_count": 1847, "listed_count": 0}, "withheld": null}
{"id": "719782258169790464", "name": "Louisa MA", "username": "Feudaltimes", "created_at": "2016-04-12T07:00:38.000Z", "description": "Time to cancel the phrase social justice warrior. Nothing social or just or warrior like about cancelling those who hold different views.", "location": "Uk", "pinned_tweet_id": "1276036341290205185", "profile_image_url": "https://pbs.twimg.com/profile_images/1257355071832174594/M8MYrC5I_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 837, "following_count": 1151, "tweet_count": 18356, "listed_count": 7}, "withheld": null}
{"id": "1209840880850546690", "name": "Mathilda assigned stubborn at birth Ravenclaw \ud83d\udda4\ud83e\udde1", "username": "RavenclawMorgan", "created_at": "2019-12-25T14:18:57.000Z", "description": "Feminism is for women. Pro nouns. Also pro adjectives. verbs and the rest of them", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1209843490638761984/Wv5xm0hD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 705, "following_count": 708, "tweet_count": 17118, "listed_count": 1}, "withheld": null}
{"id": "2788978421", "name": "Stefan Puchowski", "username": "SPuchowski", "created_at": "2014-09-28T13:19:07.000Z", "description": "Why can't you look after yourself and not down on me!", "location": "Ireland/England/SomeSuchPlace", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/516216367633403904/IUESHr6c_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 97, "following_count": 107, "tweet_count": 2720, "listed_count": 0}, "withheld": null}
{"id": "50253505", "name": "angry_old_woman", "username": "birgitteg", "created_at": "2009-06-24T08:35:18.000Z", "description": "Dane, living in Scotland \ud83c\udde9\ud83c\uddf0 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f/Pro indy/Adult human female/Shrill Siren/\ud83e\udd96 #WomenWontWheesht", "location": "Scotland", "pinned_tweet_id": "1284460709913464833", "profile_image_url": "https://pbs.twimg.com/profile_images/1428042669545099267/D6VMZbG__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 79, "end": 96, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 522, "following_count": 604, "tweet_count": 1298, "listed_count": 0}, "withheld": null}
{"id": "1308391835635724291", "name": "SmarmyDrippings\ud83d\udc99\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "SDrippings", "created_at": "2020-09-22T13:05:14.000Z", "description": "#FBNHS\nWoke.\nLeft leaning, dog adoring, book fetishist. Learning every day. Working class wannabe writer of books.\nFormer SW. GC. Blocked by Boris.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1417181304639086593/v8g8zfHB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 6, "tag": "FBNHS"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 750, "following_count": 1308, "tweet_count": 15924, "listed_count": 0}, "withheld": null}
{"id": "177280097", "name": "\uff33\uff55\uff45 \uff36\uff45\uff4e\uff45\uff45\uff52", "username": "sueveneer", "created_at": "2010-08-11T18:42:01.000Z", "description": "Ain'tcha hungry? yarnwitch * women's liberation #WomensRightsAreHumanRights #IstandwithJKRowling #OurSexWeShare", "location": "Outside of the male gaze", "pinned_tweet_id": "1323896981895393282", "profile_image_url": "https://pbs.twimg.com/profile_images/1447683283597266945/dAtx1VLp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 48, "end": 75, "tag": "WomensRightsAreHumanRights"}, {"start": 76, "end": 96, "tag": "IstandwithJKRowling"}, {"start": 97, "end": 111, "tag": "OurSexWeShare"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 10829, "following_count": 5379, "tweet_count": 183117, "listed_count": 73}, "withheld": null}
{"id": "1243916750267256835", "name": "\ud83e\udd96bramblecampbell\ud83e\udd96\ud83e\udd0d\ud83d\udc9a\ud83d\udc9c\ud83e\uddf9\ud83c\udf70\u2615\ufe0f\ud83d\udcda\ud83c\udfa8\ud83d\udd2c\ud83d\udd0e\ud83d\udd2d", "username": "GoodyBCampbell", "created_at": "2020-03-28T15:04:26.000Z", "description": "feminist woman daughter sister mother aunty", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1243918163445776385/2Le6lYdO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 701, "following_count": 1164, "tweet_count": 12194, "listed_count": 0}, "withheld": null}
{"id": "2891934933", "name": "Vivian Smith \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\uddf5\ud83c\uddf8\udb40\udc74", "username": "aninginainanaw", "created_at": "2014-11-25T13:09:13.000Z", "description": "\"The old world is dying, and the new world struggles to be born: now is the time of monsters.\" Gramsci", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1358059264334528513/LUatX7Yo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1585, "following_count": 2935, "tweet_count": 20778, "listed_count": 0}, "withheld": null}
{"id": "3386955941", "name": "Shrillsirenosaurus (Hilly) #Istandwithmarionmillar", "username": "willybobs48", "created_at": "2015-07-22T07:59:46.000Z", "description": "", "location": "Yorkshire Terf Island", "pinned_tweet_id": "1274981171466813440", "profile_image_url": "https://pbs.twimg.com/profile_images/1446101491778007048/kh8LFxIu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1000, "following_count": 225, "tweet_count": 16841, "listed_count": 4}, "withheld": null}
{"id": "1011726480534056960", "name": "Tyranasaurus Cervix! \ud83e\udd96\ud83e\udd95\ud83d\udc09", "username": "BDimyon", "created_at": "2018-06-26T21:42:44.000Z", "description": "I am white but adore this photo of Storm\u00e9 (black mother, white father) who reminds me DAILY to consider my words carefully & to take care of young lesbians.", "location": "UK", "pinned_tweet_id": "1346005139572879360", "profile_image_url": "https://pbs.twimg.com/profile_images/1034908582326820864/rEuXli9D_normal.jpg", "protected": false, "url": "https://t.co/e4l1zx8rAB", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/e4l1zx8rAB", "expanded_url": "https://petition.parliament.uk/petitions/590123", "display_url": "petition.parliament.uk/petitions/5901\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 4456, "following_count": 4997, "tweet_count": 70988, "listed_count": 16}, "withheld": null}
{"id": "717381821802156033", "name": "Oscar23", "username": "oscar232328", "created_at": "2016-04-05T16:02:09.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1059732194032316416/oVZf0Kg0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 317, "following_count": 811, "tweet_count": 28311, "listed_count": 0}, "withheld": null}
{"id": "760987123", "name": "Sarah Mardon \ud83c\udf15\ud83e\uddd9\ud83e\udd89\ud83d\udc08\u200d\u2b1b\ud83e\udd95\ud83e\udd96", "username": "SarahMardon", "created_at": "2012-08-16T06:37:45.000Z", "description": "Parent, survivor of coercive control and narcissistic abuse. GC and #superstraight", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/378800000406084133/915326f0c4cc213b7a3af82627b9e475_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 68, "end": 82, "tag": "superstraight"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 326, "following_count": 1018, "tweet_count": 5933, "listed_count": 0}, "withheld": null}
{"id": "452013942", "name": "Heather Pymar", "username": "Heather_Pymar", "created_at": "2012-01-01T09:22:07.000Z", "description": "REPENT M*THERF*CKERS! \ud83e\udd95", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1228479460237815810/Yjnd5CEg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1148, "following_count": 3000, "tweet_count": 26029, "listed_count": 13}, "withheld": null}
{"id": "26870274", "name": "Sarah G", "username": "grannygal", "created_at": "2009-03-26T22:22:56.000Z", "description": "Just trying to cultivate my garden.", "location": "in the fracking UK", "pinned_tweet_id": "1173301429978718210", "profile_image_url": "https://pbs.twimg.com/profile_images/1264621645798551552/boLPQanJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1283, "following_count": 1413, "tweet_count": 28750, "listed_count": 41}, "withheld": null}
{"id": "245137412", "name": "Sylvia Bowe", "username": "sylviabowe", "created_at": "2011-01-30T23:56:55.000Z", "description": "FEMINIST. The Radical kind. Sometime Dublin smartarse . Social assassin.", "location": "Dublin, Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/855418108835745792/SKbeX34D_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2062, "following_count": 2297, "tweet_count": 36733, "listed_count": 16}, "withheld": null}
{"id": "2338788919", "name": "Barney Mc Neany", "username": "NeanyBa", "created_at": "2014-02-11T18:23:15.000Z", "description": "European Theist. \nViews my own. \nRetweets not endorsement", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1243496953339498496/5gU9DQEF_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 298, "following_count": 1391, "tweet_count": 14705, "listed_count": 0}, "withheld": null}
{"id": "20527047", "name": "Doreen \ud83d\udfe5 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "damilne1", "created_at": "2009-02-10T17:12:57.000Z", "description": "Football: Armadale Thistle, Morton, Liverpool, Scotland. \n\u262e \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "location": "West Lothian Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400564660357648389/jBJ1CTdm_normal.png", "protected": false, "url": "https://t.co/vGpAHciWbv", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/vGpAHciWbv", "expanded_url": "https://wingsoverscotland.com", "display_url": "wingsoverscotland.com"}]}, "description": null}, "public_metrics": {"followers_count": 2675, "following_count": 2682, "tweet_count": 238346, "listed_count": 5}, "withheld": null}
{"id": "351861891", "name": "\ud83c\udf83ImDoneWithYourAntiScienceShit\u26a1Not Cis\ud83d\udfe5\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "factualmama", "created_at": "2011-08-09T20:44:56.000Z", "description": "Lefty adult human female! PUT THE DAMNED POCKETS IN THE TROUSERS!! #GenderFreeFemale #NotAndNeverWillBeCis", "location": "Lincoln", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443176903230332929/WAz6sDw7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 68, "end": 85, "tag": "GenderFreeFemale"}, {"start": 86, "end": 107, "tag": "NotAndNeverWillBeCis"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1849, "following_count": 2056, "tweet_count": 57304, "listed_count": 7}, "withheld": null}
{"id": "1192099607477661696", "name": "Binsey Poplar", "username": "Smegger3", "created_at": "2019-11-06T15:21:30.000Z", "description": "If you can know the truth, why would you choose to be deceived? Isaiah Berlin .. .. .. . .. \n\nI have loved the principle of beauty in all things. John Keats.", "location": "here and now", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1415378402467528711/NWWNePaZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 605, "following_count": 673, "tweet_count": 14906, "listed_count": 0}, "withheld": null}
{"id": "4821795496", "name": "ShazzBakes", "username": "ShazzBakes", "created_at": "2016-01-17T18:16:45.000Z", "description": "Piloted by Airedale Terriers \n\nI make food\n(these are 2 related facts)", "location": "Scotland", "pinned_tweet_id": "1452520697931173892", "profile_image_url": "https://pbs.twimg.com/profile_images/1439365531983810560/srdmsLHt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3038, "following_count": 1587, "tweet_count": 109294, "listed_count": 24}, "withheld": null}
{"id": "1038455526407974913", "name": "Rosalyn \u267f\ufe0f\ud83d\udc69\ud83c\udffd\u200d\ud83e\uddaf \ud83c\uddee\ud83c\uddea \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "RosalynRoses", "created_at": "2018-09-08T15:54:25.000Z", "description": "Woman of the world xx #IStandWithMarionMiller #IStandWithJKRowling #WomenWontWheest #WeWillBeHeard", "location": "Northern Ireland", "pinned_tweet_id": "1038463162717224962", "profile_image_url": "https://pbs.twimg.com/profile_images/1400598191763070977/Nt7mLpEO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 45, "tag": "IStandWithMarionMiller"}, {"start": 46, "end": 66, "tag": "IStandWithJKRowling"}, {"start": 67, "end": 83, "tag": "WomenWontWheest"}, {"start": 84, "end": 98, "tag": "WeWillBeHeard"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1436, "following_count": 1513, "tweet_count": 36628, "listed_count": 2}, "withheld": null}
{"id": "55596634", "name": "LusaAthena \ud83e\udd96\ud83e\udd95\ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9", "username": "lusa_athena", "created_at": "2009-07-10T15:57:41.000Z", "description": "Human.", "location": null, "pinned_tweet_id": "1446752989478375425", "profile_image_url": "https://pbs.twimg.com/profile_images/1452592592043089924/JTWpzmkL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 211, "following_count": 354, "tweet_count": 3523, "listed_count": 1}, "withheld": null}
{"id": "1210531364870774784", "name": "EGGENius \ud83d\udc51\ud83d\udc29\ud83e\udd8b\ud83d\ude02\ud83e\udd0f", "username": "DrawingEggen", "created_at": "2019-12-27T12:02:35.000Z", "description": "Illustrator & Writer | Women & Animals Rights, Humour & Education, LGB\ud83c\udff3\ufe0f\u200d\ud83c\udf08 #FreedomOfSpeech #LesbianNotQueer | eshop \ud83d\udc49 https://t.co/kNLvBJriMM blog \ud83d\udc49 https://t.co/WJSNbY7BMI\ud83d\udc9c", "location": "Queendom of Eggenland", "pinned_tweet_id": "1368896556397715456", "profile_image_url": "https://pbs.twimg.com/profile_images/1351190359141974019/42Avag7J_normal.jpg", "protected": false, "url": "https://t.co/srvMIUOMkO", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/srvMIUOMkO", "expanded_url": "https://www.eggenland.com/", "display_url": "eggenland.com"}]}, "description": {"urls": [{"start": 119, "end": 142, "url": "https://t.co/kNLvBJriMM", "expanded_url": "http://eggenland.com", "display_url": "eggenland.com"}, {"start": 150, "end": 173, "url": "https://t.co/WJSNbY7BMI", "expanded_url": "http://eggensblog.com", "display_url": "eggensblog.com"}], "hashtags": [{"start": 75, "end": 91, "tag": "FreedomOfSpeech"}, {"start": 92, "end": 108, "tag": "LesbianNotQueer"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4646, "following_count": 2839, "tweet_count": 23758, "listed_count": 22}, "withheld": null}
{"id": "485930975", "name": "Nic Llan \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\udff3\ufe0f\u200d\ud83c\udf08", "username": "Nicllan", "created_at": "2012-02-07T18:45:09.000Z", "description": "Sex matters, in life and in law. my chromosomes are XY.", "location": "Cymru Rydd", "pinned_tweet_id": "1064238396078546945", "profile_image_url": "https://pbs.twimg.com/profile_images/1396067153795862529/R1d1Laaz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2168, "following_count": 1583, "tweet_count": 54087, "listed_count": 3}, "withheld": null}
{"id": "491123366", "name": "The NOT so Privileged Papi .", "username": "papi_sierra", "created_at": "2012-02-13T08:40:21.000Z", "description": "slightly dyslexic \ud83d\ude47\ud83c\udffd introvert \ud83d\udc4dI\u2019m pretty sure I\u2019m gay not queer! science is not transphobia . #supergay", "location": "There , right there \ud83d\udc49\ud83c\udffc", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451202075132497921/XHUinRT1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 105, "tag": "supergay"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1738, "following_count": 2195, "tweet_count": 14435, "listed_count": 3}, "withheld": null}
{"id": "1218274107973931014", "name": "Noyo Kofem \ud83d\udc9c\ud83e\udd0d\ud83d\udc9b", "username": "theironibex", "created_at": "2020-01-17T20:49:30.000Z", "description": "catholic. chemist. GC. nature lover. \nfreedom of speech and religion. woman by birth, not feeling.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1416503603766956045/JA_tfpBG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 636, "following_count": 710, "tweet_count": 7935, "listed_count": 2}, "withheld": null}
{"id": "6977362", "name": "Leigh", "username": "muddlinleigh", "created_at": "2007-06-20T20:54:09.000Z", "description": "Memorial Device Alternative National Treasure. Music, feminism, politics and dugs.", "location": "Auld Reekie, Scotia", "pinned_tweet_id": "1404880065243062285", "profile_image_url": "https://pbs.twimg.com/profile_images/1443915599151833138/i5ZSqYs3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 564, "following_count": 1307, "tweet_count": 44429, "listed_count": 2}, "withheld": null}
{"id": "1099390247534759938", "name": "Louise Ashworth \ud83e\udd96 \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea\ud83c\uddea\ud83c\uddfa", "username": "Ashworth101", "created_at": "2019-02-23T19:27:15.000Z", "description": "Female; Hoarder Of Rights\ud83e\udd95; Sex is Observed Not Assigned #KeepPrisonsSingleSex #SaveWomensSports #NoThankYou #EUCitizensRights", "location": "Brighton, England", "pinned_tweet_id": "1255748197265346561", "profile_image_url": "https://pbs.twimg.com/profile_images/1312013014174965765/xLXWz7vh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 57, "end": 78, "tag": "KeepPrisonsSingleSex"}, {"start": 79, "end": 96, "tag": "SaveWomensSports"}, {"start": 97, "end": 108, "tag": "NoThankYou"}, {"start": 109, "end": 126, "tag": "EUCitizensRights"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 8616, "following_count": 6435, "tweet_count": 46538, "listed_count": 12}, "withheld": null}
{"id": "999015972273995776", "name": "Minnie Kinn \ud83e\udd10", "username": "Minnie_Kinn", "created_at": "2018-05-22T19:55:43.000Z", "description": "lmao/lol\n#NoThankYou\n#StopSB132", "location": "ShadowbanLand", "pinned_tweet_id": "1195514492739829760", "profile_image_url": "https://pbs.twimg.com/profile_images/1430344761676689416/cCZaB0RM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 9, "end": 20, "tag": "NoThankYou"}, {"start": 21, "end": 31, "tag": "StopSB132"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1035, "following_count": 915, "tweet_count": 22264, "listed_count": 1}, "withheld": null}
{"id": "123037377", "name": "wendz", "username": "wendzedin", "created_at": "2010-03-14T19:38:43.000Z", "description": "", "location": "Edinburgh, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1430861011729502214/plp0LvgP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1220, "following_count": 4232, "tweet_count": 73201, "listed_count": 2}, "withheld": null}
{"id": "1273701704706465792", "name": "Jen-der Critical \ud83d\udfe9\u2b1c\ud83d\udfea", "username": "Jendercritic", "created_at": "2020-06-18T19:38:57.000Z", "description": "Terven Priestess on YouTube. I make radical feminist songs for women. Subscribe to my YouTube to follow my music \ud83d\ude18 https://t.co/mA9G6tyIjA", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403218584776630272/GHVCjIg6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 115, "end": 138, "url": "https://t.co/mA9G6tyIjA", "expanded_url": "https://youtube.com/channel/UCcFWmzfjjo26mCB", "display_url": "youtube.com/channel/UCcFWm\u2026"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 906, "following_count": 959, "tweet_count": 2560, "listed_count": 4}, "withheld": null}
{"id": "19679140", "name": "Ali", "username": "seedsgirl", "created_at": "2009-01-28T22:00:56.000Z", "description": "They tried to bury us.\nThey didn't know we were seeds.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1359593197262041090/CdPdnBIh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1292, "following_count": 4993, "tweet_count": 32220, "listed_count": 35}, "withheld": null}
{"id": "3851336907", "name": "Andy Healey", "username": "djandyhealey", "created_at": "2015-10-03T10:13:16.000Z", "description": "Playworker, #Africabeat dj, wildlife friendly allotmenter, against sexism, capitalism, love science & nature. Child Transition is Child Abuse", "location": "Pitsmoor, Sheffield, N.England", "pinned_tweet_id": "835636466378244097", "profile_image_url": "https://pbs.twimg.com/profile_images/830756141818855425/rFjr9CTr_normal.jpg", "protected": false, "url": "https://t.co/W9kXbuxDRQ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/W9kXbuxDRQ", "expanded_url": "https://m.mixcloud.com/AndyHealey/", "display_url": "m.mixcloud.com/AndyHealey/"}]}, "description": {"urls": null, "hashtags": [{"start": 12, "end": 23, "tag": "Africabeat"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3213, "following_count": 2872, "tweet_count": 55241, "listed_count": 69}, "withheld": null}
{"id": "1271120808082132993", "name": "Littlest HOMOsexual", "username": "HomoLittlest", "created_at": "2020-06-11T16:43:21.000Z", "description": "Gay not 'queer'", "location": "justified genders of woo woo", "pinned_tweet_id": "1318643251545559040", "profile_image_url": "https://pbs.twimg.com/profile_images/1385702126425448451/oceAw8fH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 6697, "following_count": 6564, "tweet_count": 30244, "listed_count": 20}, "withheld": null}
{"id": "65172767", "name": "\ud83d\udfe2 Dave Hewitt", "username": "void_if_removed", "created_at": "2009-08-12T21:49:40.000Z", "description": "6e 6f 6e 20 62 69 6e 61 72 79", "location": "England", "pinned_tweet_id": "1450828261374799887", "profile_image_url": "https://pbs.twimg.com/profile_images/1411987432858427394/_6JK1yG6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3584, "following_count": 3307, "tweet_count": 12468, "listed_count": 19}, "withheld": null}
{"id": "1350738937778618368", "name": "Shina", "username": "Shina20269455", "created_at": "2021-01-17T09:37:33.000Z", "description": "Speaking for the entire left\nFun lovin'", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1350739742938157057/KQneQlK__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 72, "following_count": 134, "tweet_count": 3683, "listed_count": 3}, "withheld": null}
{"id": "1129211264809545728", "name": "ZestdeGravity", "username": "Brettyg2", "created_at": "2019-05-17T02:25:20.000Z", "description": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c. \u2640\ufe0f\u270a\ud83c\udffe\ud83c\udf0e\n\nLisez des contes. Ouvrez les yeux. \nRead tales. Open your eyes. \n\nFor women right... sign! \nhttps://t.co/tAMRup7Q15", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1375526571344330761/5ekwK0FB_normal.png", "protected": false, "url": "https://t.co/dXCNkwskdG", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/dXCNkwskdG", "expanded_url": "https://zestdegravity.substack.com/", "display_url": "zestdegravity.substack.com"}]}, "description": {"urls": [{"start": 105, "end": 128, "url": "https://t.co/tAMRup7Q15", "expanded_url": "http://womensdeclaration.com/fr/", "display_url": "womensdeclaration.com/fr/"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 207, "following_count": 509, "tweet_count": 11209, "listed_count": 0}, "withheld": null}
{"id": "797170195852853248", "name": "Goody RationalRomantic MinimalistMaximalist", "username": "marlene_barbera", "created_at": "2016-11-11T20:12:40.000Z", "description": "Adventuress and Ne\u2019erdowell\ud83c\udf1a. I care what you think. No. Really. I\u2019m doing it..right..now..", "location": "Portland, OR", "pinned_tweet_id": "1242315650325860352", "profile_image_url": "https://pbs.twimg.com/profile_images/1428189628280893440/XX8JA5Kv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1188, "following_count": 4996, "tweet_count": 28409, "listed_count": 1}, "withheld": null}
{"id": "1034170282112679937", "name": "LondonReSisters", "username": "LondonReSisters", "created_at": "2018-08-27T20:06:24.000Z", "description": "Lesbian = Female Homosexual \u26a2\nLesbian not queer. \nNo is a complete sentence.", "location": "London, England", "pinned_tweet_id": "1121717199834681344", "profile_image_url": "https://pbs.twimg.com/profile_images/1088804767726530561/iAOj4fU-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 665, "following_count": 862, "tweet_count": 4572, "listed_count": 1}, "withheld": null}
{"id": "332741630", "name": "\ud83e\udd96Rae Webster \ud83e\udd96", "username": "tcbtttc", "created_at": "2011-07-10T10:13:30.000Z", "description": "Supporting #NHS #EU Retweets I may not agree with at all & may be just for amusement. Resilient \u2744\ufe0f PFKA woman now identifying as a non-binary bat. \ud83e\udd87", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1446869720624508936/J8Eo819I_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 11, "end": 15, "tag": "NHS"}, {"start": 16, "end": 19, "tag": "EU"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1670, "following_count": 4960, "tweet_count": 67566, "listed_count": 35}, "withheld": null}
{"id": "94382672", "name": "Sharon Elias\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "ehlana456", "created_at": "2009-12-03T18:17:41.000Z", "description": "n\u00ed bheidh mn\u00e1 ag rotha\u00edocht\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": "Northern Ireland", "pinned_tweet_id": "1285537653530808321", "profile_image_url": "https://pbs.twimg.com/profile_images/1365309312315359233/gnFgiTyG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 343, "following_count": 585, "tweet_count": 2923, "listed_count": 1}, "withheld": null}
{"id": "145679193", "name": "Gini The Insomniac", "username": "GiniAndInsomnia", "created_at": "2010-05-19T16:00:33.000Z", "description": "Labels are for soup cans.", "location": "Belgium", "pinned_tweet_id": "1310873694399541248", "profile_image_url": "https://pbs.twimg.com/profile_images/1279484105353297921/ku6VuscF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 620, "following_count": 1447, "tweet_count": 6238, "listed_count": 0}, "withheld": null}
{"id": "1282771090956341250", "name": "Because Why Not\u2026?\ud83e\udd96\ud83d\udfe5\ud83d\udfe3\u26aa\ufe0f\ud83d\udfe2\u2640\u26a2", "username": "BecauseRadfem", "created_at": "2020-07-13T20:17:24.000Z", "description": "Lesbian radfem snark shark. Not nice, not sorry, cope. #WomensRights #FuckBeingKind #SexNotGender #MERF #LGB \ud83d\udfe5\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\u2640\u26a2", "location": "Reality", "pinned_tweet_id": "1359453375096578048", "profile_image_url": "https://pbs.twimg.com/profile_images/1282772837942661121/ZlbN3Cx__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 55, "end": 68, "tag": "WomensRights"}, {"start": 69, "end": 83, "tag": "FuckBeingKind"}, {"start": 84, "end": 97, "tag": "SexNotGender"}, {"start": 98, "end": 103, "tag": "MERF"}, {"start": 104, "end": 108, "tag": "LGB"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2314, "following_count": 2338, "tweet_count": 14088, "listed_count": 5}, "withheld": null}
{"id": "1139080492551028741", "name": "*Endurance Tested \ud83d\udd2d\ud83d\udd2c\ud83e\uddec\ud83d\udd96\ud83c\udffc", "username": "LoveofMaths1", "created_at": "2019-06-13T08:02:07.000Z", "description": "Lover of our universe, astronomy, star trek, passionate for fair laws representing women. Trying to make sense of human drama & world politics \ud83c\udf0f", "location": "Australia", "pinned_tweet_id": "1341742319913988097", "profile_image_url": "https://pbs.twimg.com/profile_images/1350772778408939525/c71hmuDK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 956, "following_count": 3436, "tweet_count": 40091, "listed_count": 2}, "withheld": null}
{"id": "138727289", "name": "Adam Hibbert \u2764\ufe0f the SDP", "username": "adhib", "created_at": "2010-04-30T12:02:11.000Z", "description": "Strong fences make good neighbours. Gender is a fetish. We need to replace this governing class of liberal utopians. Witless ad homs get the bin.", "location": "Perfidious Albion", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1259773709210079234/zy8BML5a_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3657, "following_count": 1469, "tweet_count": 38700, "listed_count": 13}, "withheld": null}
{"id": "34975388", "name": "Don't Call Me Cis \ud83e\udd96\ud83e\udd95", "username": "wildwood62", "created_at": "2009-04-24T16:54:18.000Z", "description": "Cis Off! #SexMatters. Sex not Gender. \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1442793384477876228/TNEx2xkg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 9, "end": 20, "tag": "SexMatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2160, "following_count": 1577, "tweet_count": 33570, "listed_count": 0}, "withheld": null}
{"id": "38495037", "name": "Gillosaurus, swearwolf", "username": "Gillian_Philip", "created_at": "2009-05-07T19:14:28.000Z", "description": "NYT bestselling author, freelance writer, HGV driver, horse trainer. You can stand me up at the gates of hell, but I won\u2019t back down.", "location": "Scotland", "pinned_tweet_id": "1310176928897302529", "profile_image_url": "https://pbs.twimg.com/profile_images/1324004485719592965/90NwsNm9_normal.jpg", "protected": false, "url": "https://t.co/XfWeLiEteM", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XfWeLiEteM", "expanded_url": "http://www.gillianphilip.com", "display_url": "gillianphilip.com"}]}, "description": null}, "public_metrics": {"followers_count": 12275, "following_count": 6554, "tweet_count": 115715, "listed_count": 312}, "withheld": null}
{"id": "853223222527086592", "name": "Super Super Super \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "ScotlandSuper", "created_at": "2017-04-15T12:27:23.000Z", "description": "Scottish witch. #womenwontweesht\nSexNotGender \nDon't CIS me.\n\n#SuperStraight #Superwoman supporting #SuperLesbian #SuperGay\n\nN=8", "location": "Scotland", "pinned_tweet_id": "1392629726712406019", "profile_image_url": "https://pbs.twimg.com/profile_images/1400745385585516548/-1ZRgXZ3_normal.jpg", "protected": false, "url": "https://t.co/XqyM0z8U98", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XqyM0z8U98", "expanded_url": "http://nequals8.com", "display_url": "nequals8.com"}]}, "description": {"urls": null, "hashtags": [{"start": 17, "end": 33, "tag": "womenwontweesht"}, {"start": 63, "end": 77, "tag": "SuperStraight"}, {"start": 78, "end": 89, "tag": "Superwoman"}, {"start": 101, "end": 114, "tag": "SuperLesbian"}, {"start": 115, "end": 124, "tag": "SuperGay"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 664, "following_count": 744, "tweet_count": 13514, "listed_count": 3}, "withheld": null}
{"id": "815324036", "name": "Rita Rake #InLizWeTrusst \ud83e\udd96\ud83e\udd95\ud83d\udc9c\ud83d\udc9a\ud83e\udd0d", "username": "rita_rake", "created_at": "2012-09-10T14:19:12.000Z", "description": "GC feminist, genetically predisposed to pick up on your bullshit. Lesbians don\u2019t have penises. Part of the bad crowd JK Rowling fell in with.", "location": "Surrey", "pinned_tweet_id": "1270010310053769218", "profile_image_url": "https://pbs.twimg.com/profile_images/1288387649707937794/Uq9tYRuP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1361, "following_count": 937, "tweet_count": 20195, "listed_count": 9}, "withheld": null}
{"id": "1281346563412033543", "name": "Giselle Henwood", "username": "GiselleHenwood", "created_at": "2020-07-09T21:57:02.000Z", "description": "Absolutely nothing\nHungry, tired, sarcastic", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1281347140237885448/uBV5gFqT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 179, "following_count": 298, "tweet_count": 6459, "listed_count": 0}, "withheld": null}
{"id": "1116403867992961024", "name": "Steve \u201c#LGBS\u201d Veal \u2b1b\ufe0f\ud83d\udfe7 #teamTERF", "username": "says_computer", "created_at": "2019-04-11T18:13:18.000Z", "description": "#superstraight", "location": "Right side of history", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1430782348149338120/0GrxCs_Q_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 14, "tag": "superstraight"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 518, "following_count": 679, "tweet_count": 9266, "listed_count": 1}, "withheld": null}
{"id": "2976607372", "name": "JoBeerInStemGlasses \ud83e\udd96", "username": "BeerInStemGlass", "created_at": "2015-01-13T15:08:53.000Z", "description": "Homebrewer in residence", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/555021559039946752/xjc7mi-6_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1136, "following_count": 4009, "tweet_count": 14903, "listed_count": 4}, "withheld": null}
{"id": "1281946808537812992", "name": "Marcelino \u00c1lvarez", "username": "MarceANRF", "created_at": "2020-07-11T13:42:03.000Z", "description": "\u00abAceptan unos de otros, y de modo indiscriminado, sin comprobaci\u00f3n, las noticias (\u2026), as\u00ed de negligente es para muchos la investigaci\u00f3n de la verdad\u00bb\n\nTuc\u00eddides", "location": null, "pinned_tweet_id": "1438531221651341313", "profile_image_url": "https://pbs.twimg.com/profile_images/1308810581974159361/OVird4eW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 118, "following_count": 386, "tweet_count": 6074, "listed_count": 0}, "withheld": null}
{"id": "1029717867510546433", "name": "Magdalen Berns Appreciation Society", "username": "BernsSociety", "created_at": "2018-08-15T13:14:05.000Z", "description": "\ud83e\udd96\ud83e\udd95\ud83e\udd96 \ud83e\udd96\ud83e\udd95\ud83e\udd96 \ud83e\udd96\ud83e\udd95\ud83e\udd96", "location": "Dinosaurville", "pinned_tweet_id": "1448709248049876992", "profile_image_url": "https://pbs.twimg.com/profile_images/1396891731652714503/IzwGWdHV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 644, "following_count": 1291, "tweet_count": 6156, "listed_count": 0}, "withheld": null}
{"id": "98718385", "name": "inji duducu", "username": "injiduducu", "created_at": "2009-12-22T20:58:05.000Z", "description": "lives in god\u2019s own country. All views my own.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1089553315732639746/C4P4rfo-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2257, "following_count": 725, "tweet_count": 61353, "listed_count": 38}, "withheld": null}
{"id": "958432868857937920", "name": "Meursault.", "username": "llleeds69", "created_at": "2018-01-30T20:12:57.000Z", "description": "I am tired, I am weary\nI could sleep for a thousand years\nA thousand dreams that would awake me\nDifferent colors made of tears", "location": "London and near Wales", "pinned_tweet_id": "1398494477250093056", "profile_image_url": "https://pbs.twimg.com/profile_images/967412356346208261/DgSS6QOS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 505, "following_count": 604, "tweet_count": 20114, "listed_count": 2}, "withheld": null}
{"id": "333351375", "name": "JLN", "username": "joannelo72", "created_at": "2011-07-11T12:00:50.000Z", "description": "Gatekeeper of womanhood, don't believe in gender identity, it's offensive to say men can be women,\nPronouns - Bibbidi-bobbidi-boo \ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\n#WomenWontWheesht", "location": null, "pinned_tweet_id": "1369909032555798529", "profile_image_url": "https://pbs.twimg.com/profile_images/1446822269863579654/DWZDtgSo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 138, "end": 155, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 653, "following_count": 1132, "tweet_count": 2456, "listed_count": 2}, "withheld": null}
{"id": "1216330903527612416", "name": "Sheridan Sinclair - \ud83e\udd95", "username": "SinclairJM1987", "created_at": "2020-01-12T12:07:50.000Z", "description": "Agender genital fetishist", "location": null, "pinned_tweet_id": "1443168227555782669", "profile_image_url": "https://pbs.twimg.com/profile_images/1423448938904965122/DyS6-vNO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5620, "following_count": 1372, "tweet_count": 27598, "listed_count": 2}, "withheld": null}
{"id": "1111922095620001792", "name": "Agnes_B", "username": "Agnes_KB", "created_at": "2019-03-30T09:24:20.000Z", "description": "feminist, trans treatment is the largest medical scandal of our time #transgendertrend #istandwithjkr #savewomenssport", "location": "Stockholm, Sverige", "pinned_tweet_id": "1191270323649499136", "profile_image_url": "https://pbs.twimg.com/profile_images/1111922237647523840/4C64zphU_normal.jpg", "protected": false, "url": "https://t.co/XrikXR9T7w", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/XrikXR9T7w", "expanded_url": "https://www.genid.se/", "display_url": "genid.se"}]}, "description": {"urls": null, "hashtags": [{"start": 69, "end": 86, "tag": "transgendertrend"}, {"start": 87, "end": 101, "tag": "istandwithjkr"}, {"start": 102, "end": 118, "tag": "savewomenssport"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 396, "following_count": 1026, "tweet_count": 814, "listed_count": 2}, "withheld": null}
{"id": "1499516299", "name": "RebeccaChance", "username": "MsRebeccaChance", "created_at": "2013-06-10T21:54:32.000Z", "description": "Sunday Times bestselling writer of saucy, sexy, glamorous thrillers published by Pan Macmillan. Interests: cocktails, pool boys, stilettos.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1023986843103232002/lWmJ9ctL_normal.jpg", "protected": false, "url": "http://t.co/fy3xLzYLmd", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/fy3xLzYLmd", "expanded_url": "http://www.rebeccachanceauthor.com", "display_url": "rebeccachanceauthor.com"}]}, "description": null}, "public_metrics": {"followers_count": 3513, "following_count": 2274, "tweet_count": 36171, "listed_count": 110}, "withheld": null}
{"id": "2187045013", "name": "BJ", "username": "timeslip22", "created_at": "2013-11-10T19:58:38.000Z", "description": "Educator, learner, bibliophile, human.", "location": null, "pinned_tweet_id": "815185286560968704", "profile_image_url": "https://pbs.twimg.com/profile_images/790147810557591553/-URwlIYf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2910, "following_count": 4771, "tweet_count": 34003, "listed_count": 4}, "withheld": null}
{"id": "1277866271829225472", "name": "MsDemeanor Gender Infidel", "username": "MissDemeanour11", "created_at": "2020-06-30T07:27:26.000Z", "description": "Women r oppressed on the basis of our sex, gender is the control mechanism used. We r not oppressed because of our gender, but by the constraints of gender.", "location": "Mother Earth", "pinned_tweet_id": "1312350541410791424", "profile_image_url": "https://pbs.twimg.com/profile_images/1328618148350676992/QwltasBw_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1235, "following_count": 1859, "tweet_count": 15557, "listed_count": 2}, "withheld": null}
{"id": "1283576246", "name": "Mairi \ud83c\udf52 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "MairiJCam", "created_at": "2013-03-20T15:36:08.000Z", "description": "Quite like reading (sci fi, fantasy), atheist, feminist, Slytherin. I like my sugar with coffee and cream. Member of National Network of Scottish Feminists.", "location": "Scotland", "pinned_tweet_id": "1260203657833963520", "profile_image_url": "https://pbs.twimg.com/profile_images/1419206236554371074/DMOXtP17_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3415, "following_count": 4394, "tweet_count": 21343, "listed_count": 2}, "withheld": null}
{"id": "2764892955", "name": "paisley lass \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddf5\ud83c\uddf8", "username": "paisleylassyes", "created_at": "2014-09-08T17:55:33.000Z", "description": "#ALBARISING #womenwontwheesht", "location": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f paisley", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403022959351058432/44krAR1T_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "ALBARISING"}, {"start": 12, "end": 29, "tag": "womenwontwheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1715, "following_count": 2186, "tweet_count": 74645, "listed_count": 24}, "withheld": null}
{"id": "1196507590055931905", "name": "@Wilma #IStandWithMarion and #FemmeLoves", "username": "WilmaMcewan1", "created_at": "2019-11-18T19:17:16.000Z", "description": "We MUST see Scottish Independence soon.And see womens places and rights safe in Scotland", "location": "Greenock, Scotland.", "pinned_tweet_id": "1443537652544856065", "profile_image_url": "https://pbs.twimg.com/profile_images/1447067712925147142/myNeDFbq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2195, "following_count": 2409, "tweet_count": 85101, "listed_count": 5}, "withheld": null}
{"id": "923212161203220480", "name": "Wild Womyn Workshop", "username": "Wild_Womyn", "created_at": "2017-10-25T15:38:26.000Z", "description": "Lesbian-owned, female-centred RadFem shop\nUncompromising radical merch for fearless Amazons\nSince 2017\nAlso @Wild_womyn2\nOwned by @FrenchFem\n#teamterf", "location": "Womyn's Land", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1202198101802528768/oeo4PPd4_normal.jpg", "protected": false, "url": "https://t.co/fVLUXXCrTS", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fVLUXXCrTS", "expanded_url": "https://wildwomynworkshop.com", "display_url": "wildwomynworkshop.com"}]}, "description": {"urls": null, "hashtags": [{"start": 141, "end": 150, "tag": "teamterf"}], "mentions": [{"start": 108, "end": 120, "tag": null}, {"start": 130, "end": 140, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 5094, "following_count": 1559, "tweet_count": 3833, "listed_count": 17}, "withheld": null}
{"id": "1344078981587468297", "name": "Hanka\u26a2", "username": "hankakulikowska", "created_at": "2020-12-30T00:33:23.000Z", "description": "\ud83e\ude84\u2728\ud835\ude87\ud835\ude87 \u2022 \ud835\ude7b\ud835\ude8e\ud835\ude9c\ud835\ude8b\ud835\ude92\ud835\ude8a\ud835\ude97 \u2022 \ud835\ude7f\ud835\ude98\ud835\ude95\ud835\ude92\ud835\ude9c\ud835\ude91 \u2022 \ud835\ude71\ud835\ude9e\ud835\ude95\ud835\ude95\ud835\ude9c\ud835\ude91\ud835\ude92\ud835\ude9d\ud835\ude99\ud835\ude91\ud835\ude98\ud835\ude8b\ud835\ude92\ud835\ude8c\u2728 #\ud835\ude7b\ud835\ude8e\ud835\ude9c\ud835\ude8b\ud835\ude92\ud835\ude8a\ud835\ude97\ud835\ude7d\ud835\ude98\ud835\ude9d\ud835\ude80\ud835\ude9e\ud835\ude8e\ud835\ude8e\ud835\ude9b #\ud835\ude76\ud835\ude8e\ud835\ude9d\ud835\ude83\ud835\ude91\ud835\ude8e\ud835\ude7b\ud835\ude7e\ud835\ude9e\ud835\ude9d #\ud835\ude82\ud835\ude9e\ud835\ude99\ud835\ude8e\ud835\ude9b\ud835\ude73\ud835\udea2\ud835\ude94\ud835\ude8e", "location": "\u96e8\u96a0\u308c\u306e\u91cc", "pinned_tweet_id": "1452371063116021765", "profile_image_url": "https://pbs.twimg.com/profile_images/1450521292562739204/70GUdCws_normal.jpg", "protected": false, "url": "https://t.co/phjT1V4JQY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/phjT1V4JQY", "expanded_url": "http://radfem.org/dworkin/", "display_url": "radfem.org/dworkin/"}]}, "description": {"urls": null, "hashtags": [{"start": 42, "end": 58, "tag": "\ud835\ude7b\ud835\ude8e\ud835\ude9c\ud835\ude8b\ud835\ude92\ud835\ude8a\ud835\ude97\ud835\ude7d\ud835\ude98\ud835\ude9d\ud835\ude80\ud835\ude9e\ud835\ude8e\ud835\ude8e\ud835\ude9b"}, {"start": 59, "end": 70, "tag": "\ud835\ude76\ud835\ude8e\ud835\ude9d\ud835\ude83\ud835\ude91\ud835\ude8e\ud835\ude7b\ud835\ude7e\ud835\ude9e\ud835\ude9d"}, {"start": 71, "end": 81, "tag": "\ud835\ude82\ud835\ude9e\ud835\ude99\ud835\ude8e\ud835\ude9b\ud835\ude73\ud835\udea2\ud835\ude94\ud835\ude8e"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1963, "following_count": 1232, "tweet_count": 3883, "listed_count": 7}, "withheld": null}
{"id": "82670161", "name": "Eve Eveiesaurus \ud83e\udd96 \u2618\ufe0f\ud83c\udf40", "username": "eve_eveander", "created_at": "2009-10-15T17:42:55.000Z", "description": "Woman: Adult human female #IstandwithCeri", "location": "England, United Kingdom", "pinned_tweet_id": "1238738318344495104", "profile_image_url": "https://pbs.twimg.com/profile_images/1449984465942556673/wpXspWE0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 26, "end": 41, "tag": "IstandwithCeri"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2416, "following_count": 3506, "tweet_count": 29080, "listed_count": 2}, "withheld": null}
{"id": "1181815987118710786", "name": "ftp", "username": "spartanhussy", "created_at": "2019-10-09T06:17:52.000Z", "description": "adult human female, feminist, mother of daughters, cats, dog, and horses, atheist #istandwithJKRowling", "location": null, "pinned_tweet_id": "1271022558247337984", "profile_image_url": "https://pbs.twimg.com/profile_images/1191651647237345280/Yurw_vwC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 82, "end": 102, "tag": "istandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 161, "following_count": 297, "tweet_count": 1038, "listed_count": 0}, "withheld": null}
{"id": "306444831", "name": "SaySayScot \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd95\ud83e\udd96", "username": "saysayscot", "created_at": "2011-05-27T22:07:38.000Z", "description": "\u2640\ufe0f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Women = biological sex class. Gender = social construct. Defending women/girls sex based rights. Please CIS off & don\u2019t ovary-act \ud83e\udd42", "location": "Scotland, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1414311489003982855/uwfLzYy9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1103, "following_count": 2691, "tweet_count": 3192, "listed_count": 2}, "withheld": null}
{"id": "1048606941797396480", "name": "Mark #SystemChange", "username": "mhew_11", "created_at": "2018-10-06T16:12:31.000Z", "description": "Socialist. Against war & racism. With the many against the few. Climate change = system change. \nGender critical. Biology is a material reality.", "location": "Lewisham, London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1374099844806103042/DSQlfBSS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1284, "following_count": 1836, "tweet_count": 10966, "listed_count": 5}, "withheld": null}
{"id": "616685810", "name": "she who follows #shewhomustnotbeliked\ud83d\udc9c\ud83d\udc9a\ud83d\udc9c\ud83d\udc9a\ud83d\udc9c\ud83d\udc9a", "username": "anne_joseypye", "created_at": "2012-06-24T02:39:36.000Z", "description": "\ud83d\udfe5 \ud83d\udc13\ud83d\udc08\ud83c\udf3e\ud83c\udf41\ud83e\udd95\ud83e\udd96\ud83e\udd91", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3742736536/0aae8f9227d68db233a41034f8961da1_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 783, "following_count": 1663, "tweet_count": 21916, "listed_count": 2}, "withheld": null}
{"id": "2893481927", "name": "Nolli", "username": "langlumreek", "created_at": "2014-11-26T16:15:25.000Z", "description": "Man. Pro-women. Pro-Scottish Independence. Pro-Europe. Anti-weirdo. No lists.", "location": null, "pinned_tweet_id": "1019481467297128453", "profile_image_url": "https://pbs.twimg.com/profile_images/949783765127258112/dnUGGAUZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 326, "following_count": 335, "tweet_count": 26997, "listed_count": 1}, "withheld": null}
{"id": "1305549634836758528", "name": "Women4Scotland \ud83d\udfe5 #WomenWontWheesht", "username": "Women4Scotland", "created_at": "2020-09-14T16:51:27.000Z", "description": "ScotsGov record on education, health and women's issues can no longer be ignored. We can no longer sit back and watch our children\u2019s future be eroded.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1341767810184339457/JMCnXL5y_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 512, "following_count": 482, "tweet_count": 821, "listed_count": 1}, "withheld": null}
{"id": "1051032951708889088", "name": "Jenny Kendrick #IStandWithJKR #SexNotGender #Dino", "username": "Wandywild", "created_at": "2018-10-13T08:52:37.000Z", "description": "I believe in biology. Humans are sexually dimorphic. When the words male and female have lost meaning, no data or statistics will be worth anything.\n#genderfree", "location": "London", "pinned_tweet_id": "1100101894880538624", "profile_image_url": "https://pbs.twimg.com/profile_images/1082366914188451842/YlXys_VQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 149, "end": 160, "tag": "genderfree"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2460, "following_count": 4991, "tweet_count": 25272, "listed_count": 3}, "withheld": null}
{"id": "4273699175", "name": "Ruth Gamble", "username": "honouringtruth", "created_at": "2015-11-25T11:00:23.000Z", "description": "WOMAN * Lesbian * Veteran Feminist * Gender Critical * Cranky Crone. Soul Artist Soul Alchemist Soul Archeologist Soul Anarchist Soul Adventurer", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1333321635978387457/eA5HYVzl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 952, "following_count": 320, "tweet_count": 8794, "listed_count": 7}, "withheld": null}
{"id": "1017469543852269568", "name": "branwen \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83c\uddee\ud83c\uddf8", "username": "branwen41677029", "created_at": "2018-07-12T18:03:37.000Z", "description": "Love wild places, solitude and strong coffee\n\u00feetta reddast", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1355284817538129938/GWSnqmA0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 551, "following_count": 1107, "tweet_count": 10436, "listed_count": 0}, "withheld": null}
{"id": "1069336022683652097", "name": "Annie Kay", "username": "bumcrackannie", "created_at": "2018-12-02T21:02:29.000Z", "description": "Mother, proud Manc, pronouns: Eenie/meenie/miny/mo", "location": " The North ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1121517451970326529/YUmpMq-9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 535, "following_count": 1112, "tweet_count": 8285, "listed_count": 1}, "withheld": null}
{"id": "58311658", "name": "Mel \ud83c\uddee\ud83c\uddf9 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "username": "meljomur", "created_at": "2009-07-19T22:27:35.000Z", "description": "Mother (not birthing parent). Feminist. Stands up to bullies. Sick to death of misogyny becoming so acceptable.", "location": " Edinburgh, Scotland", "pinned_tweet_id": "1451818044360122370", "profile_image_url": "https://pbs.twimg.com/profile_images/1440249508701433868/L6weuqOc_normal.jpg", "protected": false, "url": "https://t.co/Xw6srZ0r0a", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Xw6srZ0r0a", "expanded_url": "http://meljomur.wordpress.com", "display_url": "meljomur.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 9813, "following_count": 1515, "tweet_count": 161589, "listed_count": 84}, "withheld": null}
{"id": "382698392", "name": "KevCargill#IStandWithCraigMurray", "username": "KevCargill", "created_at": "2011-09-30T14:45:37.000Z", "description": "Alba, atheist, sceptic, Rush fan, model railways, caravanning, women\u2019s rights, woman = adult human female, science, philosophy.", "location": "Fife", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1422128321169604608/a81Zgfsl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1633, "following_count": 3218, "tweet_count": 38930, "listed_count": 3}, "withheld": null}
{"id": "78336766", "name": "Leisha Camden", "username": "LeishaCamden", "created_at": "2009-09-29T15:21:23.000Z", "description": "I don't care about your opinion. I mute all idiots. If I don't reply when you @ me, you are probably an idiot.", "location": "Oslo, Norway", "pinned_tweet_id": "1140528431718981632", "profile_image_url": "https://pbs.twimg.com/profile_images/443069549/Hadrian_i_h_nden_min_normal.jpg", "protected": false, "url": "http://t.co/F9nud94uq7", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/F9nud94uq7", "expanded_url": "http://leishacamden.blogspot.com", "display_url": "leishacamden.blogspot.com"}]}, "description": null}, "public_metrics": {"followers_count": 399, "following_count": 342, "tweet_count": 21216, "listed_count": 15}, "withheld": null}
{"id": "3051048804", "name": "Ten and Two", "username": "ten_and_two", "created_at": "2015-02-28T21:05:36.000Z", "description": "Duplications and deletions", "location": null, "pinned_tweet_id": "896741241089654785", "profile_image_url": "https://pbs.twimg.com/profile_images/573197834054459392/_Y23Hm9i_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1089, "following_count": 4997, "tweet_count": 16128, "listed_count": 10}, "withheld": null}
{"id": "1270639837708779521", "name": "Wax Political", "username": "wax_political", "created_at": "2020-06-10T08:52:14.000Z", "description": "Micro-aggression survivor. Disillusioned by the ctrl-left, but not exactly conservative. Here to discuss politics and current affairs. Grow/Up", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1276222979962265600/IdMkWB1K_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 156, "following_count": 344, "tweet_count": 5830, "listed_count": 0}, "withheld": null}
{"id": "1410648016860635142", "name": "Sinai", "username": "Sinaiblooming", "created_at": "2021-07-01T17:14:51.000Z", "description": "Tel Aviv \ud83d\udc98 \n\n\u201cSometimes things become possible if we want them bad enough.\u201d T.S. Eliot", "location": null, "pinned_tweet_id": "1414692817050472457", "profile_image_url": "https://pbs.twimg.com/profile_images/1410656557508042755/ZlDMOOCQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 70, "following_count": 276, "tweet_count": 3263, "listed_count": 0}, "withheld": null}
{"id": "1274014388509384704", "name": "Loud Hailer", "username": "loudhailernow", "created_at": "2020-06-19T16:21:35.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1274021394746150915/rsHUxR89_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 221, "following_count": 657, "tweet_count": 1140, "listed_count": 0}, "withheld": null}
{"id": "1244628656", "name": "Nikki", "username": "nikkkireed9510", "created_at": "2013-03-05T21:10:37.000Z", "description": "Considering my place in a society that doesn't care.", "location": "Essex", "pinned_tweet_id": "1146074239306543104", "profile_image_url": "https://pbs.twimg.com/profile_images/1299670637456297990/QUqPlZ5O_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 884, "following_count": 2165, "tweet_count": 18568, "listed_count": 10}, "withheld": null}
{"id": "178880588", "name": "Ape", "username": "HumnApeCreature", "created_at": "2010-08-15T23:14:32.000Z", "description": "Waiting to become a real person", "location": "Earth", "pinned_tweet_id": "1452257820599103502", "profile_image_url": "https://pbs.twimg.com/profile_images/1217322373315166208/uMTrzaAG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1288, "following_count": 2118, "tweet_count": 88485, "listed_count": 33}, "withheld": null}
{"id": "1378059066400968706", "name": "Standing For Women", "username": "StandingforXX", "created_at": "2021-04-02T18:58:00.000Z", "description": "Official Standing For Women News and Info Page \ud83d\udcabhttps://t.co/mFv1FBTbvy \ud83d\udcab Not run by or Monitored by Kellie-Jay/Posie Parker", "location": "U.K", "pinned_tweet_id": "1434478814747373568", "profile_image_url": "https://pbs.twimg.com/profile_images/1447227252085829633/8mHTMoFC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 48, "end": 71, "url": "https://t.co/mFv1FBTbvy", "expanded_url": "http://www.adulthumanfemale.store", "display_url": "adulthumanfemale.store"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6788, "following_count": 375, "tweet_count": 3908, "listed_count": 16}, "withheld": null}
{"id": "1011580472709787648", "name": "For Women Scotland", "username": "ForwomenScot", "created_at": "2018-06-26T12:02:33.000Z", "description": "We are a group of women from all over Scotland working to protect and strengthen women and children's rights. \nDonations welcome: https://t.co/rbN461Xso2", "location": "Scotland", "pinned_tweet_id": "1433715932287938567", "profile_image_url": "https://pbs.twimg.com/profile_images/1011582323043831809/frvVMod9_normal.jpg", "protected": false, "url": "https://t.co/wVRmF9fixA", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/wVRmF9fixA", "expanded_url": "http://forwomen.scot", "display_url": "forwomen.scot"}]}, "description": {"urls": [{"start": 130, "end": 153, "url": "https://t.co/rbN461Xso2", "expanded_url": "http://tinyurl.com/26f8jry2", "display_url": "tinyurl.com/26f8jry2"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 23415, "following_count": 1835, "tweet_count": 51089, "listed_count": 88}, "withheld": null}
{"id": "898156447028195328", "name": "Clare", "username": "ClareWi11665062", "created_at": "2017-08-17T12:15:58.000Z", "description": "adult human female. If you let people silence those you dislike, you have nowhere to go when you in turn are silenced. mother of 2 girls.", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1002312224256512000/8WL9RFzS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 568, "following_count": 655, "tweet_count": 4714, "listed_count": 4}, "withheld": null}
{"id": "1385557441031639041", "name": "Chinzilla \ud83e\udd96", "username": "encircledbysea", "created_at": "2021-04-23T11:33:41.000Z", "description": "Toad in the hole is Toad \ud83d\udc38\ud83d\udc38\ud83d\udc38", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451906560733626374/9gIwWguL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 350, "following_count": 702, "tweet_count": 388, "listed_count": 0}, "withheld": null}
{"id": "2187253405", "name": "Ulrike Bullerby \ud83e\udd96", "username": "bullrike", "created_at": "2013-11-10T22:14:46.000Z", "description": "\u2018Woman\u2019 is not a costume, feeling, or desire but the reality of having a female body. (I\u2019ve reached the following limit for now, will follow back when I can)", "location": "UK", "pinned_tweet_id": "1356315571630071808", "profile_image_url": "https://pbs.twimg.com/profile_images/1400510176705220608/JAYciF6t_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2599, "following_count": 4995, "tweet_count": 46242, "listed_count": 28}, "withheld": null}
{"id": "823466267709493248", "name": "Shazia Khan #BLM", "username": "toadbaiter", "created_at": "2017-01-23T09:43:52.000Z", "description": "Curse the culture that kills its daughters.", "location": "Toulouse, France", "pinned_tweet_id": "1442118089043324929", "profile_image_url": "https://pbs.twimg.com/profile_images/1440990101979467778/TV2Ybf6h_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1471, "following_count": 4993, "tweet_count": 46377, "listed_count": 5}, "withheld": null}
{"id": "23299250", "name": "H\u00e9l\u00e8ne \u2618\ufe0f", "username": "helerina", "created_at": "2009-03-08T11:18:27.000Z", "description": "Irish woman", "location": "Germany", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452626964611751941/s6xMabrp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 529, "following_count": 388, "tweet_count": 9693, "listed_count": 0}, "withheld": null}
{"id": "73353458", "name": "Pensionasaurus", "username": "GertieGreen2", "created_at": "2009-09-11T10:07:58.000Z", "description": "Pensionasaurus plant eating dinosaur often inhabiting sofazone. Awaiting stolen state pension. WASPI. Autistic. \ud83e\udd95\ud83e\udd95\ud83e\udd95", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1446786467880185858/c32wTuA6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2250, "following_count": 4871, "tweet_count": 89064, "listed_count": 63}, "withheld": null}
{"id": "3115924437", "name": "Kat \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c #WomenMatter \ud83e\udd96 \ud83e\udd95", "username": "socksknitter", "created_at": "2015-03-25T21:09:05.000Z", "description": "Books, cats, gardens, knitting. European. Gender-critical views are a protected belief under UK law. Pro all parts of speech #WomenWontWheesht", "location": "Through the looking-glass", "pinned_tweet_id": "1367880098888753154", "profile_image_url": "https://pbs.twimg.com/profile_images/1409884974858309636/_WFHp9Vt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 127, "end": 144, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5475, "following_count": 5687, "tweet_count": 81810, "listed_count": 19}, "withheld": null}
{"id": "1152879673963143168", "name": "XXSexNotGender", "username": "xx_gender", "created_at": "2019-07-21T09:55:08.000Z", "description": "Protecting girls to enable them to grow to become strong women. What are Irish politicians doing for women and girls in this current climate?", "location": "Ireland", "pinned_tweet_id": "1328831723203866625", "profile_image_url": "https://pbs.twimg.com/profile_images/1154312119283802113/inYgPXxk_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 963, "following_count": 987, "tweet_count": 5320, "listed_count": 1}, "withheld": null}
{"id": "352279986", "name": "Tracey Fawcett", "username": "TraceyFawcett1", "created_at": "2011-08-10T11:52:02.000Z", "description": "Women count, so count us. Sex matters. I don\u2019t have a gender identity.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400812438925156353/57hM0hmC_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 117, "following_count": 310, "tweet_count": 3054, "listed_count": 1}, "withheld": null}
{"id": "848206628", "name": "Maret", "username": "MaretJaks", "created_at": "2012-09-26T22:04:30.000Z", "description": "Daughter of a refugee from Stalin's mad dream. Hold fast to freedom, folks. Humanity's future deserves it. \n\nPS - The 4 lb Poodle Runt is The Mighty Stella.", "location": "earth", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1352341138406055937/HAcDw2_f_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 60, "following_count": 297, "tweet_count": 532, "listed_count": 0}, "withheld": null}
{"id": "709804717455634432", "name": "RemakingAdam", "username": "TransReflect", "created_at": "2016-03-15T18:13:27.000Z", "description": "Resisting trans orthodoxy. My transidentifying daughter changed her mind but trans traumatised her. Sensible debate on gender confusion & intervention is needed", "location": null, "pinned_tweet_id": "1022876837742039041", "profile_image_url": "https://pbs.twimg.com/profile_images/1181577552449736704/QtVWp68G_normal.jpg", "protected": false, "url": "https://t.co/8Nuhd388RU", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/8Nuhd388RU", "expanded_url": "http://youthtranscriticalprofessionals.org", "display_url": "youthtranscriticalprofessionals.org"}]}, "description": null}, "public_metrics": {"followers_count": 5147, "following_count": 3467, "tweet_count": 26494, "listed_count": 0}, "withheld": null}
{"id": "1190596408396652546", "name": "Gary Powell", "username": "GaryJPowell", "created_at": "2019-11-02T11:49:55.000Z", "description": "Research Fellow for SOGI at the Bow Group. European Special Consultant to the Center for Bioethics and Culture. All tweets personal views only.", "location": "Pronouns in bio = blocked", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1408106876391337988/n_vcjk--_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3241, "following_count": 3062, "tweet_count": 3615, "listed_count": 7}, "withheld": null}
{"id": "798972054481600515", "name": "fire lord azula \ud83d\udd25", "username": "oseryram", "created_at": "2016-11-16T19:32:36.000Z", "description": "lesbian // 24\n#sexnotgender\n#nothankyou\npt/en/es", "location": null, "pinned_tweet_id": "1345169087656316933", "profile_image_url": "https://pbs.twimg.com/profile_images/1409946823402442753/oYePIGvu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 14, "end": 27, "tag": "sexnotgender"}, {"start": 28, "end": 39, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1148, "following_count": 1487, "tweet_count": 28815, "listed_count": 3}, "withheld": null}
{"id": "351610873", "name": "Andi Carre", "username": "CarreAndi", "created_at": "2011-08-09T14:04:54.000Z", "description": "UK Pet nanny and India animal feeder&rescuer with STARS Goa. Adult human female lesbian=Woman.", "location": null, "pinned_tweet_id": "1369541589752811521", "profile_image_url": "https://pbs.twimg.com/profile_images/1421176836403441668/GyTDiDnT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1239, "following_count": 1323, "tweet_count": 11712, "listed_count": 1}, "withheld": null}
{"id": "304641212", "name": "Sharon Rowland", "username": "minirowl", "created_at": "2011-05-24T21:22:26.000Z", "description": "No Thank You to males in female only spaces. My preferred pronouns are tee hee. Non-binary = perfectly normal.", "location": "Burnley, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401225722518253575/Yl-f8TSh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 234, "following_count": 1031, "tweet_count": 7482, "listed_count": 4}, "withheld": null}
{"id": "60047151", "name": "Laika Ladra \ud83d\udd3b", "username": "LaikaLadra", "created_at": "2009-07-25T12:28:05.000Z", "description": "Mujer, animal y obrera. \ud83d\udc9c\ud83d\udc2e\ud83d\udcaa\ud83c\udffc Radfem. \n\nSoy buena en la cama. En serio, puedo dormir durante d\u00edas.", "location": "Mallorquina visquent a Madrid", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1437883375025590275/zJv8jlgg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 858, "following_count": 304, "tweet_count": 23501, "listed_count": 29}, "withheld": null}
{"id": "1208887633277079556", "name": "JinnysO'Joe", "username": "JinnysJoe", "created_at": "2019-12-22T23:13:11.000Z", "description": "Ceg y Groth \ud83e\udd70 \ud83e\udd96\n\nI'm a Witch don't Ya know\n\ud83d\udfea\u2b1c\ud83d\udfe9", "location": "Dublin", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400527643964026894/b6HuMxpa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1961, "following_count": 2099, "tweet_count": 23422, "listed_count": 3}, "withheld": null}
{"id": "1352053654157725696", "name": "Liam Hennessy \ud83e\udd95\ud83d\udfe5", "username": "CarpathianRich", "created_at": "2021-01-21T00:41:45.000Z", "description": "Male GC. WE EXIST. \n\nCrypto since 2016.\n\nHere for the information. Will post setups from time to time.\n\nI have a love/hate relationship with Twitzone", "location": "Wherever I happen to be", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1409981253672112131/XDH7nz4f_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1002, "following_count": 1956, "tweet_count": 6442, "listed_count": 0}, "withheld": null}
{"id": "21840205", "name": "\ud83c\udf0fOpen Borders", "username": "maxschneider1", "created_at": "2009-02-25T05:32:00.000Z", "description": "One World... One People... Open Borders... welcome to the Fifth Estate", "location": "Bondi Beach, Sydney", "pinned_tweet_id": "1140941219318489090", "profile_image_url": "https://pbs.twimg.com/profile_images/1374265574386147331/ZqcI789R_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 416, "following_count": 1381, "tweet_count": 23912, "listed_count": 0}, "withheld": null}
{"id": "255153318", "name": "VrloUmorna", "username": "Ofthelot", "created_at": "2011-02-20T19:53:28.000Z", "description": "RTs not necessarily endorsements, etc.", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/746827572655251456/gT9z0nif_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1777, "following_count": 2464, "tweet_count": 739, "listed_count": 0}, "withheld": null}
{"id": "431750764", "name": "spion klopp *\u2b50\ufe0f\u2b50\ufe0f\u2b50\ufe0f\u2b50\ufe0f\u2b50\ufe0f\u2b50\ufe0f", "username": "arpeggi1", "created_at": "2011-12-08T17:03:27.000Z", "description": "Scouse and proud.don\u2019t buy the s*n. feminist, woman,No/Thank/You #LFC #toriesout #IStandWithJKR #FPL #Womenwontwheest \ud83e\udd96\ud83e\udd95", "location": null, "pinned_tweet_id": "1449477605862879234", "profile_image_url": "https://pbs.twimg.com/profile_images/1102201955965960192/e2qrfSCb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 65, "end": 69, "tag": "LFC"}, {"start": 70, "end": 80, "tag": "toriesout"}, {"start": 81, "end": 95, "tag": "IStandWithJKR"}, {"start": 96, "end": 100, "tag": "FPL"}, {"start": 101, "end": 117, "tag": "Womenwontwheest"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 605, "following_count": 766, "tweet_count": 16862, "listed_count": 11}, "withheld": null}
{"id": "1147162364531359745", "name": "luce", "username": "luceleftred1", "created_at": "2019-07-05T15:16:35.000Z", "description": "Women\u2019s liberation. Socialist. GC Feminist.", "location": "London, England", "pinned_tweet_id": "1419614007854501889", "profile_image_url": "https://pbs.twimg.com/profile_images/1299637608176390144/LJWkBJNl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 396, "following_count": 584, "tweet_count": 8024, "listed_count": 1}, "withheld": null}
{"id": "3022993487", "name": "GoodGirlsDontMakeHistory", "username": "trudylynch64", "created_at": "2015-02-07T10:22:07.000Z", "description": "#IStandWithMarionMillar\n\nWomen are real humans. Get over it.", "location": null, "pinned_tweet_id": "1270407154651082760", "profile_image_url": "https://pbs.twimg.com/profile_images/1400545950687449095/mqA2wqSI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 23, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1692, "following_count": 1185, "tweet_count": 52305, "listed_count": 12}, "withheld": null}
{"id": "1206280965649244161", "name": "ScotsWumman \ud83d\udfe2\u26aa\ufe0f\ud83d\udfe3", "username": "ScotsWumman", "created_at": "2019-12-15T18:32:58.000Z", "description": "I am who I am.", "location": "WimminLand", "pinned_tweet_id": "1207287670730309637", "profile_image_url": "https://pbs.twimg.com/profile_images/1449672880099405825/mu0Ox9ei_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1178, "following_count": 1719, "tweet_count": 28873, "listed_count": 0}, "withheld": null}
{"id": "247505236", "name": "\ud83e\uddd9\u200d\u2640\ufe0f Doireann \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd96", "username": "foreverglinda", "created_at": "2011-02-04T23:10:05.000Z", "description": "Woman, mother, daughter, sister, aunt.\n \nRetweets are not endorsements.\n#NoThankYou\n#IStandWithWomen", "location": "Ireland", "pinned_tweet_id": "1408400951271100418", "profile_image_url": "https://pbs.twimg.com/profile_images/1421158725256155144/6813TXiU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 72, "end": 83, "tag": "NoThankYou"}, {"start": 84, "end": 100, "tag": "IStandWithWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1232, "following_count": 1708, "tweet_count": 1769, "listed_count": 0}, "withheld": null}
{"id": "125934983", "name": "Christy Lawrance", "username": "NorthviewN7", "created_at": "2010-03-24T09:37:42.000Z", "description": "Self-employed editor, mainly healthcare and life sciences. Live at Northview, Holloway, London N7\u2014rare 1930s estate", "location": "Holloway, North London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1174712779/twitter-logo-jpg_normal.jpg", "protected": false, "url": "https://t.co/eVsorORcdR", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/eVsorORcdR", "expanded_url": "http://www.chiefsub.com", "display_url": "chiefsub.com"}]}, "description": null}, "public_metrics": {"followers_count": 949, "following_count": 1201, "tweet_count": 10026, "listed_count": 31}, "withheld": null}
{"id": "1344957685482053632", "name": "Jonnie", "username": "EclJonnie", "created_at": "2021-01-01T10:44:50.000Z", "description": "all views are my own. gay man trying to be polite. its hard \ud83d\ude07", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1378337108138602497/-7vIf8FH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 394, "following_count": 843, "tweet_count": 3479, "listed_count": 1}, "withheld": null}
{"id": "2604801729", "name": "Helenodon #WomenWontWheesht\u2640\ufe0f\ud83e\uddd9\ud83e\udd96\ud83e\udd95", "username": "Susanshox", "created_at": "2014-06-12T22:24:43.000Z", "description": "Woman\u2122\ufe0f Female\u2122\ufe0f Daughter\u2122\ufe0fNiece\u2122\ufe0f Sister\u2122\ufe0f Wife\u2122\ufe0f Mother\u2122\ufe0f Aunt\u2122\ufe0f - I don't agree with anyone about everything. \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa Ayrshire ReSisters", "location": "West of Scotland", "pinned_tweet_id": "1335624947444670465", "profile_image_url": "https://pbs.twimg.com/profile_images/1400515547834437635/1xR8M02m_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5309, "following_count": 4937, "tweet_count": 32191, "listed_count": 8}, "withheld": null}
{"id": "743451775148109824", "name": "Elli", "username": "ElliGower8", "created_at": "2016-06-16T14:34:50.000Z", "description": "\"If you want a definition of what a coward is, it\u2019s needing to push a whole class of people down so that you can walk on top of them.\u201d", "location": "London & Gower ", "pinned_tweet_id": "1408685652519100417", "profile_image_url": "https://pbs.twimg.com/profile_images/1291018186066997249/mijw2PxK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1924, "following_count": 2557, "tweet_count": 12445, "listed_count": 8}, "withheld": null}
{"id": "1268020421284118529", "name": "Carrots90", "username": "carrots90", "created_at": "2020-06-03T03:23:33.000Z", "description": "If we cannot define sex, we cannot define sexism", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1442670323858436105/gy5_DBbF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 323, "following_count": 246, "tweet_count": 7084, "listed_count": 1}, "withheld": null}
{"id": "1245842203592794114", "name": "Deckard. B-263-54", "username": "B263543", "created_at": "2020-04-02T22:35:47.000Z", "description": "My schedule for today lists a six-hour self-accusatory depression.\n\n#IStandWithKathleenStock | Let's go, Brandon!", "location": "UK", "pinned_tweet_id": "1276067345321123840", "profile_image_url": "https://pbs.twimg.com/profile_images/1350990341172768769/hDtR4KAP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 68, "end": 92, "tag": "IStandWithKathleenStock"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 162, "following_count": 891, "tweet_count": 24563, "listed_count": 3}, "withheld": null}
{"id": "1443492560845017088", "name": "Emmet P", "username": "p_emmet", "created_at": "2021-09-30T08:27:34.000Z", "description": "Lost my account not knowing about the 30 day rule \nStarting again \nGC . Women first and always \ud83e\udd96\nI don\u2019t engage with MRA accounts\n#helprefugees #chooselove", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1444394257003974657/jxwUzSSZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 130, "end": 143, "tag": "helprefugees"}, {"start": 144, "end": 155, "tag": "chooselove"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 79, "following_count": 363, "tweet_count": 174, "listed_count": 0}, "withheld": null}
{"id": "1138694068035342336", "name": "Fifie-Trixiabell Pretty in Pink\ud83d\udd78\ufe0f\ud83c\udfc1\ud83d\udfe5", "username": "AidenWells19", "created_at": "2019-06-12T06:26:36.000Z", "description": "In possession of a uterus and I'm not afraid to use it. Stand back in case it goes off unexpectedly. Currently unable to get beyond 5005 following, soz.", "location": "The Parlour", "pinned_tweet_id": "1326810404220243969", "profile_image_url": "https://pbs.twimg.com/profile_images/1203322331491454982/_XzYRZSR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2098, "following_count": 5000, "tweet_count": 9850, "listed_count": 3}, "withheld": null}
{"id": "1129131959194652673", "name": "FunBags - Helping lesbians who've lost their voice", "username": "FunBags28481740", "created_at": "2019-05-16T21:10:12.000Z", "description": "Closet comedian in training, lover of xx chromosome\ud83d\udeba , leery of the thought police, views my own or garnered from life/my rich imagination\ud83d\udc6d#OldSkool", "location": "Lesbos - with a Pina Colada \ud83c\udf79", "pinned_tweet_id": "1132478148631826434", "profile_image_url": "https://pbs.twimg.com/profile_images/1129134858138193930/bKp7Wcxo_normal.jpg", "protected": false, "url": "https://t.co/U0koWOf3PJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/U0koWOf3PJ", "expanded_url": "http://www.omrlp.com", "display_url": "omrlp.com"}]}, "description": {"urls": null, "hashtags": [{"start": 139, "end": 148, "tag": "OldSkool"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1827, "following_count": 3951, "tweet_count": 9071, "listed_count": 2}, "withheld": null}
{"id": "14301889", "name": "Ms Grumpytrousers", "username": "becklaxton", "created_at": "2008-04-04T11:56:35.000Z", "description": "Sweary feminist with a low boredom threshold. Also UX/information designer; writer and editor; amateur musician.", "location": "Sawston, Cambridgeshire", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/382586290/Photo_4_normal.jpg", "protected": false, "url": "https://t.co/N4D9ZvWuZg", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/N4D9ZvWuZg", "expanded_url": "http://beckblogbeckblog.blogspot.com", "display_url": "beckblogbeckblog.blogspot.com"}]}, "description": null}, "public_metrics": {"followers_count": 1141, "following_count": 912, "tweet_count": 9614, "listed_count": 5}, "withheld": null}
{"id": "21903560", "name": "Gem", "username": "_____Gem", "created_at": "2009-02-25T19:09:29.000Z", "description": "Pandiculation enthusiast", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2180172120/Image_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1466, "following_count": 1185, "tweet_count": 40280, "listed_count": 5}, "withheld": null}
{"id": "738690699256827905", "name": "Clare Chalmers \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "clarechalmers5", "created_at": "2016-06-03T11:16:01.000Z", "description": "", "location": "Edinburgh", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/986921565446164480/zL5UuvqQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1978, "following_count": 2352, "tweet_count": 14353, "listed_count": 2}, "withheld": null}
{"id": "60368737", "name": "Frank Farquar", "username": "FrankFarquar", "created_at": "2009-07-26T18:52:47.000Z", "description": "In a time of universal deceit - telling the truth is a revolutionary act. George Orwell", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/543335913414479872/UJ8tIZWj_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2250, "following_count": 2647, "tweet_count": 140460, "listed_count": 82}, "withheld": null}
{"id": "1181260650464632833", "name": "Jacqueline Kemp", "username": "Jacquel79014946", "created_at": "2019-10-07T17:31:25.000Z", "description": "No pronouns ever!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1429021948743401473/ZBB7RyIl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 453, "following_count": 629, "tweet_count": 9579, "listed_count": 2}, "withheld": null}
{"id": "226150204", "name": "AM Scanlon", "username": "amscanlon", "created_at": "2010-12-13T12:58:07.000Z", "description": "Author and journalist. All opinions are my own. Or stolen from someone funnier.", "location": null, "pinned_tweet_id": "1414138311422140418", "profile_image_url": "https://pbs.twimg.com/profile_images/852486524302184450/fVuJWjrh_normal.jpg", "protected": false, "url": "http://t.co/7PLW2K8WQI", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/7PLW2K8WQI", "expanded_url": "http://Www.amscanlon.com", "display_url": "amscanlon.com"}]}, "description": null}, "public_metrics": {"followers_count": 11146, "following_count": 7996, "tweet_count": 116065, "listed_count": 73}, "withheld": null}
{"id": "745130828", "name": "Flip \ud83c\udf4f\ud83e\udd5b\ud83d\udfea", "username": "SmeFlip", "created_at": "2012-08-08T12:46:11.000Z", "description": "Don't cis me, I'm a Woman Adult Human Female. #savewomenssport #womenwontwheesht #sexnotgender #NoThankYou #isupportmarionmillar #weareallmarionmillar", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1311982585271250944/9R7pMShh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 46, "end": 62, "tag": "savewomenssport"}, {"start": 63, "end": 80, "tag": "womenwontwheesht"}, {"start": 81, "end": 94, "tag": "sexnotgender"}, {"start": 95, "end": 106, "tag": "NoThankYou"}, {"start": 107, "end": 128, "tag": "isupportmarionmillar"}, {"start": 129, "end": 150, "tag": "weareallmarionmillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 80, "following_count": 628, "tweet_count": 383, "listed_count": 0}, "withheld": null}
{"id": "1055351018664407041", "name": "Anna Telford", "username": "TelfordAnna", "created_at": "2018-10-25T06:51:05.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1264312944206270465/SSp37IZe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 393, "following_count": 1493, "tweet_count": 6349, "listed_count": 1}, "withheld": null}
{"id": "82855734", "name": "Jimmy Ross \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "dunphail", "created_at": "2009-10-16T11:31:14.000Z", "description": "AlbaParty/ Aberdeen FC /1. FC K\u00f6ln/Houston Texans", "location": "Aberdeen, Poblacht Na H-Alba", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1449444662935109632/E0jbL8_x_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1292, "following_count": 1640, "tweet_count": 40367, "listed_count": 10}, "withheld": null}
{"id": "1639811419", "name": "Fran StaniFan \ud83d\udfe5 \ud83d\udc15 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "gladys3467", "created_at": "2013-08-02T06:46:43.000Z", "description": "Kokoni loving, Sober, Feminist, Lesbian, Gender Critical, Adult Human Female #IStandWithJKRowling", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1445685093066887174/frHis-Gf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 77, "end": 97, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 259, "following_count": 438, "tweet_count": 2141, "listed_count": 3}, "withheld": null}
{"id": "826861762184097793", "name": "Caroline McAllister\ud83e\udd96Wizard Woman\ud83e\uddd9\ud83c\udffc\u200d\u2640\ufe0f", "username": "CallieMac88", "created_at": "2017-02-01T18:36:21.000Z", "description": "Marion Miller ate my hamster! Scottish Witch\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83e\uddd9\ud83c\udffc\u200d\u2640\ufe0f#WomenWontWheesht #NoThankYou #OnlyWomenHaveACervix\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "location": null, "pinned_tweet_id": "1396387458737127424", "profile_image_url": "https://pbs.twimg.com/profile_images/1400531309353570304/IuCcOlVD_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 56, "end": 73, "tag": "WomenWontWheesht"}, {"start": 74, "end": 85, "tag": "NoThankYou"}, {"start": 86, "end": 107, "tag": "OnlyWomenHaveACervix"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5162, "following_count": 1893, "tweet_count": 19745, "listed_count": 15}, "withheld": null}
{"id": "306965552", "name": "Helenope", "username": "HelenMilburn", "created_at": "2011-05-28T19:25:59.000Z", "description": "Adult human female shrill siren\n'old lady feminist' \n#NoThankYou\nscone, not 'scone' \n#sexmatters #SexIsNotGender", "location": "Edinburgh, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1408467775740334080/0MX7Jw74_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 53, "end": 64, "tag": "NoThankYou"}, {"start": 85, "end": 96, "tag": "sexmatters"}, {"start": 97, "end": 112, "tag": "SexIsNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2693, "following_count": 993, "tweet_count": 87981, "listed_count": 30}, "withheld": null}
{"id": "218221297", "name": "TommyTT", "username": "TommyTommiT1980", "created_at": "2010-11-21T19:19:29.000Z", "description": "Trains, politics, environment and things I find funny. Gay male perspective. Bubbly personality and very much a people person. Also \u201can awful thick\u201d.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3230797541/0ee2791cb87c70c636fa1c7112ab48d2_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 210, "following_count": 978, "tweet_count": 2407, "listed_count": 1}, "withheld": null}
{"id": "302685068", "name": "Loulabelle", "username": "MotherOfDogsGB", "created_at": "2011-05-21T15:56:01.000Z", "description": "Mother of Dogs, Khaleesi of The Soggy Grass, Breaker of Wine Glasses, Adult Dinosaur \ud83e\udd95 Female. #IStandWithCeri #IStandWithMaya #IStandWithMarionMillar", "location": null, "pinned_tweet_id": "1333155294424281088", "profile_image_url": "https://pbs.twimg.com/profile_images/1401500323492110342/tDwfUg1J_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 95, "end": 110, "tag": "IStandWithCeri"}, {"start": 111, "end": 126, "tag": "IStandWithMaya"}, {"start": 127, "end": 150, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1163, "following_count": 1815, "tweet_count": 9379, "listed_count": 1}, "withheld": null}
{"id": "215899949", "name": "\ud83e\udd96Obsolesence", "username": "Obsolesence", "created_at": "2010-11-15T06:44:29.000Z", "description": "When I was young, I admired clever people. Now that I am old, I admire kind people - Abraham Joshua Heschel", "location": null, "pinned_tweet_id": "1450216262164955137", "profile_image_url": "https://pbs.twimg.com/profile_images/551713160944959488/Rh6EXdXj_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4775, "following_count": 2898, "tweet_count": 91045, "listed_count": 26}, "withheld": null}
{"id": "749711750786912256", "name": "Mother Nature is a TERF \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "NeverTheSun23", "created_at": "2016-07-03T21:09:45.000Z", "description": "Riding the 4th wave! Show me the 3rd gamete! Reading #medialaw, #istandwithrosieduffield #justiceforjohnnydepp was falsely accused! Pronouns: WTAF/GTFO/IDGAF", "location": "Citizen of Nowhere", "pinned_tweet_id": "1443690817340727298", "profile_image_url": "https://pbs.twimg.com/profile_images/1437135224207466502/8WiemzaZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 53, "end": 62, "tag": "medialaw"}, {"start": 64, "end": 88, "tag": "istandwithrosieduffield"}, {"start": 89, "end": 110, "tag": "justiceforjohnnydepp"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1724, "following_count": 2313, "tweet_count": 26644, "listed_count": 3}, "withheld": null}
{"id": "20547841", "name": "NORMAL IS NOT A SIZE", "username": "not_gary_riddle", "created_at": "2009-02-10T21:27:15.000Z", "description": "husband, father, tiny barista, complete film nerd,the best writer you will never read and all round funny grumpy bloke, all views are my own now with extra TERF", "location": "England, United Kingdom", "pinned_tweet_id": "917458145957629958", "profile_image_url": "https://pbs.twimg.com/profile_images/1260477834000203777/N5_iAlBg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 626, "following_count": 1188, "tweet_count": 7710, "listed_count": 2}, "withheld": null}
{"id": "1364280583", "name": "Dr H Brunskell-Evans", "username": "brunskellevans", "created_at": "2013-04-19T12:11:57.000Z", "description": "Philosopher/Foucault scholar. Founder of the WHRC @whrcuk and co-author of Declaration on Women's Sex-Based Rights. Book: Transgender Body Politics (2020)", "location": "United Kingdom", "pinned_tweet_id": "1442178520306835457", "profile_image_url": "https://pbs.twimg.com/profile_images/517317071793688576/mCMFuNWE_normal.jpeg", "protected": false, "url": "https://t.co/6wTFDE6nru", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/6wTFDE6nru", "expanded_url": "http://www.heather-brunskell-evans.co.uk/", "display_url": "heather-brunskell-evans.co.uk"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 50, "end": 57, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 12159, "following_count": 2056, "tweet_count": 7204, "listed_count": 78}, "withheld": null}
{"id": "1282676058857238533", "name": "Alex K", "username": "AlexK_pondering", "created_at": "2020-07-13T13:59:52.000Z", "description": "'Creo que el mundo es bello,\nque la poes\u00eda es como el pan, de todos...'\n'I believe the world is beautiful, and that poetry, like bread, is for everyone ...'", "location": null, "pinned_tweet_id": "1342375473796403202", "profile_image_url": "https://pbs.twimg.com/profile_images/1286557740777709568/98zql4ht_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 501, "following_count": 1098, "tweet_count": 16173, "listed_count": 1}, "withheld": null}
{"id": "248181708", "name": "Legal Feminist", "username": "legalfeminist", "created_at": "2011-02-06T12:43:38.000Z", "description": "Feminist lawyers; shrill sirens.", "location": null, "pinned_tweet_id": "1447227154513682434", "profile_image_url": "https://pbs.twimg.com/profile_images/1283349235660881920/fseRCp8F_normal.jpg", "protected": false, "url": "https://t.co/zyek7q0zcY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/zyek7q0zcY", "expanded_url": "http://www.legalfeminist.org.uk", "display_url": "legalfeminist.org.uk"}]}, "description": null}, "public_metrics": {"followers_count": 21252, "following_count": 1209, "tweet_count": 9892, "listed_count": 180}, "withheld": null}
{"id": "210446472", "name": "Neale Hanvey MP \u2764\ufe0f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\u270a", "username": "JNHanvey", "created_at": "2010-10-31T13:13:43.000Z", "description": "Alba Party MP for Kirkcaldy & Cowdenbeath Tel: 01592 210088. RT/QT \u2260 endorsement. I block abuse immediately", "location": "Fife, Scotland", "pinned_tweet_id": "1435635612468580352", "profile_image_url": "https://pbs.twimg.com/profile_images/1438576411770503172/xF408xdT_normal.jpg", "protected": false, "url": "https://t.co/oQ3h9kh1FX", "verified": true, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/oQ3h9kh1FX", "expanded_url": "https://www.facebook.com/NealeHanveyMP/", "display_url": "facebook.com/NealeHanveyMP/"}]}, "description": null}, "public_metrics": {"followers_count": 7134, "following_count": 1526, "tweet_count": 5225, "listed_count": 114}, "withheld": null}
{"id": "1098209666402865152", "name": "The Gender Critical \ud83c\udfc1", "username": "thegencrit", "created_at": "2019-02-20T13:16:03.000Z", "description": "The Gender Critical\nAn outlet for those critical of the notion of gender as a human attribute.", "location": "Worldwide", "pinned_tweet_id": "1277320665511714816", "profile_image_url": "https://pbs.twimg.com/profile_images/1098210398615015425/u5NgfNRU_normal.png", "protected": false, "url": "https://t.co/NQDdebVdfI", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/NQDdebVdfI", "expanded_url": "http://gcritical.org", "display_url": "gcritical.org"}]}, "description": null}, "public_metrics": {"followers_count": 3180, "following_count": 786, "tweet_count": 2383, "listed_count": 10}, "withheld": null}
{"id": "367448806", "name": "Lisa Tebbutt \ud83e\udd96\ud83e\udd96", "username": "Goodfoodmum", "created_at": "2011-09-04T00:23:13.000Z", "description": "\u201cWoke is the revenge of the dullard on the wit, the curtain-twitcher on the hedonist, the wallflower on the whirling dancer.\u201d", "location": "Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1205855564087123968/WsnT5hBY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 417, "following_count": 1772, "tweet_count": 3237, "listed_count": 3}, "withheld": null}
{"id": "2482374686", "name": "Lynne Peacock", "username": "conradwood242", "created_at": "2014-05-07T15:59:12.000Z", "description": "#IStandwithJKRowling. Ms Outis Regrets #WomenWontWheesht #IStandWithMarionMillar #IStandWithAllisonBailey #IStandWithMayaForstater Wish I could sit & relax \ud83c\udf77\ud83e\udd43", "location": "Yorkshire and The Humber", "pinned_tweet_id": "1308077789707481088", "profile_image_url": "https://pbs.twimg.com/profile_images/1271593136163368965/KxsBnOre_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "IStandwithJKRowling"}, {"start": 39, "end": 56, "tag": "WomenWontWheesht"}, {"start": 57, "end": 80, "tag": "IStandWithMarionMillar"}, {"start": 81, "end": 105, "tag": "IStandWithAllisonBailey"}, {"start": 106, "end": 130, "tag": "IStandWithMayaForstater"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1238, "following_count": 2576, "tweet_count": 42095, "listed_count": 1}, "withheld": null}
{"id": "513645758", "name": "literally a woman", "username": "literallyawoman", "created_at": "2012-03-03T21:55:12.000Z", "description": "Male exclusionary | Protect kids & protect lesbians from gender ideology | I block minors", "location": "TERF Island baby", "pinned_tweet_id": "1357426252781600769", "profile_image_url": "https://pbs.twimg.com/profile_images/1344617780356804608/sgzv5ZZl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 367, "following_count": 360, "tweet_count": 3054, "listed_count": 1}, "withheld": null}
{"id": "1410310527058907139", "name": "Young Fierce GC\ud83e\udd96\ud83e\udd0d\ud83d\udc9c", "username": "YoungFierceGCs", "created_at": "2021-06-30T18:53:53.000Z", "description": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fdinosaur witch \ud83e\uddd9\u200d\u2640\ufe0fhoarding rights since 1998", "location": null, "pinned_tweet_id": "1445055340333211662", "profile_image_url": "https://pbs.twimg.com/profile_images/1446528087160758322/8zMuQHaU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 309, "following_count": 539, "tweet_count": 1265, "listed_count": 0}, "withheld": null}
{"id": "1274403464198729730", "name": "Your sister is the better soldier \ud83d\uded1", "username": "sister_better", "created_at": "2020-06-20T18:08:13.000Z", "description": "Radfem. Female, not feminine. Avoiding men as much as possible. Female solidarity.", "location": null, "pinned_tweet_id": "1312514035233910785", "profile_image_url": "https://pbs.twimg.com/profile_images/1315081382155165696/thB4bF3c_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2631, "following_count": 4330, "tweet_count": 47828, "listed_count": 10}, "withheld": null}
{"id": "3990955690", "name": "Anandamide \ud83e\udd95", "username": "CyQuilp", "created_at": "2015-10-19T00:59:47.000Z", "description": "If you cannot define women, then you cannot defend them. Here to keep up with hockey. Probably found in a wood-fired sauna next to a lake in the forest.", "location": "Helsinki", "pinned_tweet_id": "1391373505573400576", "profile_image_url": "https://pbs.twimg.com/profile_images/1141904791662211079/j-NcqDn5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1325, "following_count": 2105, "tweet_count": 12017, "listed_count": 1}, "withheld": null}
{"id": "911906824240140290", "name": "Rara", "username": "Rara50118618", "created_at": "2017-09-24T10:55:04.000Z", "description": "I identify as gender free, my biological sex is female.", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/962260295648468992/rbLR9zI9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 310, "following_count": 680, "tweet_count": 393, "listed_count": 0}, "withheld": null}
{"id": "418846775", "name": "I Remember You", "username": "shiftingnewton", "created_at": "2011-11-22T17:00:52.000Z", "description": "", "location": null, "pinned_tweet_id": "1240012606540328960", "profile_image_url": "https://pbs.twimg.com/profile_images/1288755895816552450/4ofzKyk6_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 203, "following_count": 26, "tweet_count": 35570, "listed_count": 1}, "withheld": null}
{"id": "126319621", "name": "isabelle tracy \ud83e\udd96", "username": "hullfair", "created_at": "2010-03-25T13:37:51.000Z", "description": "tells stories in Hull.\n\nWork as if you live in the early days of a better world.", "location": "Kingston-upon-Hull", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1227565993813315585/e2R2IxjU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5840, "following_count": 6419, "tweet_count": 317324, "listed_count": 213}, "withheld": null}
{"id": "1218175153693249536", "name": "GinaScot \ud83e\udd96\ud83e\udd95", "username": "gina_scot", "created_at": "2020-01-17T14:16:17.000Z", "description": "Middle aged woman. I don't drink koolaid, I prefer wine.\n\nSex is real, gender is feels.", "location": null, "pinned_tweet_id": "1408746731362127882", "profile_image_url": "https://pbs.twimg.com/profile_images/1401187857428008962/mNlvaIii_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2984, "following_count": 3915, "tweet_count": 11965, "listed_count": 7}, "withheld": null}
{"id": "208728363", "name": "nearly barking", "username": "edgeofbarkness", "created_at": "2010-10-27T20:47:36.000Z", "description": "Full of futile anger with little prospect of changing the world.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1449141744998756357/PkT4UCfj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 316, "following_count": 478, "tweet_count": 4874, "listed_count": 2}, "withheld": null}
{"id": "2320907478", "name": "TERRY STEVENS\ud83d\udc99\ud83d\udfe5", "username": "ttastev", "created_at": "2014-01-31T14:47:55.000Z", "description": "Leftist by Nature,Anti-Fascist by Birth. #NEVERAGAIN #StandWithWomen politically homeless former Labour Party . will block any that use TERF as abuse.", "location": "England, United Kingdom", "pinned_tweet_id": "1392691985958440963", "profile_image_url": "https://pbs.twimg.com/profile_images/1445834803912351744/bDZ7yH0l_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 41, "end": 52, "tag": "NEVERAGAIN"}, {"start": 53, "end": 68, "tag": "StandWithWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 804, "following_count": 1017, "tweet_count": 55406, "listed_count": 0}, "withheld": null}
{"id": "1273502166909702144", "name": "Jonesy101\ud83c\udf1f\u26a1Slytherin", "username": "Jonesy10114", "created_at": "2020-06-18T06:26:51.000Z", "description": "Woman\nAtheist", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1275692634561040385/lTNyyF7D_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 211, "following_count": 401, "tweet_count": 858, "listed_count": 0}, "withheld": null}
{"id": "26980175", "name": "Rachel Terfasaurus \ud83e\udd96\ud83e\udd95\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83c\udfdd", "username": "raychilled", "created_at": "2009-03-27T10:17:19.000Z", "description": "Woman. Women. Adult human female. Rad fem. Immigrant. Loves sea swimming, proud Terf Islander. what/ever.", "location": ", England", "pinned_tweet_id": "1442955734463877127", "profile_image_url": "https://pbs.twimg.com/profile_images/1295665035243642881/Hoe9svSn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2487, "following_count": 4166, "tweet_count": 13108, "listed_count": 2}, "withheld": null}
{"id": "738302988465364992", "name": "Satiria Dinosaur News. \ud83e\udd96\ud83c\udfc1", "username": "SatiriaNews", "created_at": "2016-06-02T09:35:24.000Z", "description": "All the news you need to read. 110% serious news & culture.", "location": "Global", "pinned_tweet_id": "1428284093897261061", "profile_image_url": "https://pbs.twimg.com/profile_images/1161544430463176705/YUTdbGY9_normal.jpg", "protected": false, "url": "https://t.co/7Ghzlka7Do", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/7Ghzlka7Do", "expanded_url": "https://www.facebook.com/SatiriaSentinel", "display_url": "facebook.com/SatiriaSentinel"}]}, "description": null}, "public_metrics": {"followers_count": 8023, "following_count": 2083, "tweet_count": 25173, "listed_count": 55}, "withheld": null}
{"id": "2160945053", "name": "Luke", "username": "lukewmorrison", "created_at": "2013-10-30T21:59:17.000Z", "description": "Scottish Independence. GC Man. Privacy. InfoSec. Thelemite. Social Anarchist. Follows \u2260 support&some RTs/tweets may be lulz. Gonzo eh. Freak Power \u270a", "location": "Highlands, Scotland", "pinned_tweet_id": "1370363754458845187", "profile_image_url": "https://pbs.twimg.com/profile_images/1421758521880813570/8ieIeNBI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1437, "following_count": 2612, "tweet_count": 25166, "listed_count": 0}, "withheld": null}
{"id": "3410518295", "name": "Karen Russell", "username": "KarenRussell010", "created_at": "2015-08-09T15:12:21.000Z", "description": "Ben Miller fan. Enjoy antique and collector fairs. Love ratties. Diagnosed Aspergers", "location": "Home ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1274270774828900352/5cwaGqph_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 570, "following_count": 255, "tweet_count": 104489, "listed_count": 11}, "withheld": null}
{"id": "1315820562355122176", "name": "Dr Material Reality \ud83e\udd96\ud83e\udd95\ud83d\udfe9\u2b1c\ud83d\udfea", "username": "RiddleyWalker6", "created_at": "2020-10-13T01:04:23.000Z", "description": "Adult Human Female - Expert of Material Reality - Lesbian - No gender woo thanks, I'm fine - Keep it REAL - Women's Right's - #IStandWithJuliaLong", "location": "In Reality", "pinned_tweet_id": "1414883829572018176", "profile_image_url": "https://pbs.twimg.com/profile_images/1408698439282544643/dz8HeIN5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 127, "end": 147, "tag": "IStandWithJuliaLong"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2098, "following_count": 3226, "tweet_count": 4012, "listed_count": 3}, "withheld": null}
{"id": "2151580660", "name": "TT", "username": "Tony_Munro2", "created_at": "2013-10-24T21:15:14.000Z", "description": "", "location": "Nottingham, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1348892792995643392/eADjmXh0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 142, "following_count": 390, "tweet_count": 4293, "listed_count": 1}, "withheld": null}
{"id": "885241754584330240", "name": "The Man With No Gnomon \ud83c\uddf5\ud83c\uddf8 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83d\udfe5", "username": "HarmoNimbus", "created_at": "2017-07-12T20:57:36.000Z", "description": "Whatever you are looking for, it's probably not here.\nI identify as a Dinoquark - pronouns: strangeasaurus/charmodon", "location": "Plague Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/885244687690461184/cEybIWuR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 181, "following_count": 740, "tweet_count": 3660, "listed_count": 1}, "withheld": null}
{"id": "1229065038947868677", "name": "Antonio Tranderas", "username": "tranwithnoname", "created_at": "2020-02-16T15:28:48.000Z", "description": "Irritating and out of fashion transsexual heretic. Resist, do not comply.", "location": "Malpaso", "pinned_tweet_id": "1396021811834404864", "profile_image_url": "https://pbs.twimg.com/profile_images/1422245312677167109/rnEA8jVr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1785, "following_count": 419, "tweet_count": 6493, "listed_count": 11}, "withheld": null}
{"id": "235305857", "name": "Beverley Dale", "username": "bev13thdisciple", "created_at": "2011-01-07T21:25:22.000Z", "description": "neo-luddite", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1210596850/eyeglass13_normal.jpg", "protected": false, "url": "https://t.co/ttRqBkcZRY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/ttRqBkcZRY", "expanded_url": "http://beverleydale.com", "display_url": "beverleydale.com"}]}, "description": null}, "public_metrics": {"followers_count": 2552, "following_count": 4992, "tweet_count": 35648, "listed_count": 16}, "withheld": null}
{"id": "3306383909", "name": "John Hewitt.", "username": "JohnRaemi", "created_at": "2015-06-02T07:09:44.000Z", "description": "Stop whinging like a petulant child, you're not \"unsafe\", you're just being disagreed with. Welcome to the world of adults.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1387160078768300034/6CtRfJJE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 153, "following_count": 303, "tweet_count": 3595, "listed_count": 1}, "withheld": null}
{"id": "1099725344247037952", "name": "moderately radical \ud83e\udd95\ud83e\udd0d\ud83d\udc9c", "username": "gone_too_far__", "created_at": "2019-02-24T17:38:48.000Z", "description": "I centre women and children in my feminism. Humans can't change sex. Sex matters", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1349104432135495681/BNR4-3aJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2466, "following_count": 2826, "tweet_count": 31763, "listed_count": 6}, "withheld": null}
{"id": "1415342439083216898", "name": "AdHuFe", "username": "AdHuFe1", "created_at": "2021-07-14T16:08:57.000Z", "description": "Deeds not words. Pronouns: No/Thank/You.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1415342825768685571/w-HqDXu8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 166, "following_count": 320, "tweet_count": 1183, "listed_count": 0}, "withheld": null}
{"id": "580544246", "name": "dr cathwrites \ud83c\udfc1\ud83e\uddd9\ud83c\udffb\u200d\u2640\ufe0f\ud83e\udd89\ud83d\udd78\ud83c\udfdd \ud83c\udde6\ud83c\uddfa\ud83e\udd96\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "cathwrites", "created_at": "2012-05-15T04:40:24.000Z", "description": "Those who make you believe absurdities, can make you commit atrocities. Voltaire", "location": null, "pinned_tweet_id": "1387648859581472775", "profile_image_url": "https://pbs.twimg.com/profile_images/520116642412384256/5Eh3lIDI_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1400, "following_count": 1537, "tweet_count": 42005, "listed_count": 3}, "withheld": null}
{"id": "1106875477032136705", "name": "Jaq Gordon \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\u2640\ufe0f", "username": "GordonJaq", "created_at": "2019-03-16T11:10:53.000Z", "description": "Bi \u2640\ufe0f Women's rights. Free speech. Animal welfare \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c #WomenWontWheesht\n#IStandWithCeri", "location": "Uk", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1220551207120506880/ZGc-84PI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 62, "end": 79, "tag": "WomenWontWheesht"}, {"start": 80, "end": 95, "tag": "IStandWithCeri"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 830, "following_count": 1171, "tweet_count": 1780, "listed_count": 0}, "withheld": null}
{"id": "1022173155954184193", "name": "Alouise \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Alouisee2", "created_at": "2018-07-25T17:34:06.000Z", "description": "Mother & Wife.\nBorn not Worn.\n#BeBraverToday \n\ud83e\udd96\ud83e\udd95", "location": null, "pinned_tweet_id": "1400551405333712900", "profile_image_url": "https://pbs.twimg.com/profile_images/1282254797165465600/e66rn1aT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 30, "end": 44, "tag": "BeBraverToday"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 826, "following_count": 2704, "tweet_count": 6362, "listed_count": 3}, "withheld": null}
{"id": "1163065248720543744", "name": "milena \ud83e\udd96\u26aa\ud83d\udc9c", "username": "milenacontent", "created_at": "2019-08-18T12:29:20.000Z", "description": "female is not a state of mind\n#GetQueerTheoryOutOfPublicPolicy", "location": "reading around", "pinned_tweet_id": "1442214828609875968", "profile_image_url": "https://pbs.twimg.com/profile_images/1441421383104270338/46QtmcyQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 30, "end": 62, "tag": "GetQueerTheoryOutOfPublicPolicy"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 672, "following_count": 2762, "tweet_count": 10899, "listed_count": 1}, "withheld": null}
{"id": "1325482560168800258", "name": "Naisten osa (NO) \ud83e\udd96", "username": "NaistenOsa", "created_at": "2020-11-08T16:57:47.000Z", "description": "Feministiverkosto. Naisten osa on sanoa EI. Sukupuoli \u2260 identiteetti. \n\nFeminist network. \"Women's lot\" is to say NO. #sexnotgender \n\nnaisten.osa@protonmail.com", "location": "Finland \ud83d\udfe9\u2b1c\ud83d\udfea", "pinned_tweet_id": "1447928244536217608", "profile_image_url": "https://pbs.twimg.com/profile_images/1352717010036252675/dMfDU9pR_normal.jpg", "protected": false, "url": "https://t.co/Chzw4Umyrw", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Chzw4Umyrw", "expanded_url": "https://naistenosa.wordpress.com", "display_url": "naistenosa.wordpress.com"}]}, "description": {"urls": null, "hashtags": [{"start": 118, "end": 131, "tag": "sexnotgender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 875, "following_count": 4325, "tweet_count": 2357, "listed_count": 1}, "withheld": null}
{"id": "1232788311829291008", "name": "Is a woman's safehouse for women anymore?", "username": "Adrianisexhaus1", "created_at": "2020-02-26T22:03:45.000Z", "description": "I can explain that women deserve women's only safehouses and spaces via my experience. Even if politicians are foolishly denying sexed bodies. I am not alone.", "location": "Told to leave safehouse re:pp", "pinned_tweet_id": "1440161355797983236", "profile_image_url": "https://pbs.twimg.com/profile_images/1430288795774033921/N0JOEzgW_normal.jpg", "protected": false, "url": "https://t.co/DVkd2ewgZZ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/DVkd2ewgZZ", "expanded_url": "http://petitions.ourcommons.ca/en/Petition/Details?Petition=e-2289", "display_url": "petitions.ourcommons.ca/en/Petition/De\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 246, "following_count": 277, "tweet_count": 3704, "listed_count": 0}, "withheld": null}
{"id": "16337602", "name": "Ruth O'Hare", "username": "firebird2110", "created_at": "2008-09-17T21:34:27.000Z", "description": "Geeky, yarn crafter, bookworm, keeper of chickens & bees, vegetarian, gardener, anti-Orwellian and pro-reality.", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/886636576360595456/Pm_6dVwy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 949, "following_count": 313, "tweet_count": 38094, "listed_count": 39}, "withheld": null}
{"id": "52459324", "name": "TheWitchesAreBack", "username": "ThatFemale66", "created_at": "2009-06-30T17:33:47.000Z", "description": "God was a Woman for 25,000 years. These last 1500 have been Hell.\nThe Goddess is coming back", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1101937613165002753/FDPwAF6G_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 979, "following_count": 932, "tweet_count": 9888, "listed_count": 5}, "withheld": null}
{"id": "1010669218117881856", "name": "Flanagan. \ud83c\uddea\ud83c\uddfa \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96\ud83e\udd95", "username": "Flanagan4915", "created_at": "2018-06-23T23:41:33.000Z", "description": "\ud83e\udd95\ud83e\udd96", "location": null, "pinned_tweet_id": "1448786859123937281", "profile_image_url": "https://pbs.twimg.com/profile_images/1243334991469318146/kZ-ACZn5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 307, "following_count": 869, "tweet_count": 21115, "listed_count": 2}, "withheld": null}
{"id": "1238919159632801794", "name": "GenderIsADrag", "username": "GenderIsADrag", "created_at": "2020-03-14T20:05:38.000Z", "description": "No/Thank/You", "location": "Gilead", "pinned_tweet_id": "1449666041869647872", "profile_image_url": "https://pbs.twimg.com/profile_images/1380976573487198213/AKWQn5JT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 255, "following_count": 306, "tweet_count": 1611, "listed_count": 0}, "withheld": null}
{"id": "319777095", "name": "Average Womanosaurus", "username": "Moodleland", "created_at": "2011-06-18T18:32:30.000Z", "description": "Woman\u2122\ufe0f\n#IStandWithMarionMillar\n#WeAreAllMarionMillar", "location": "uk", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1362556959120109570/L24FC32Z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 8, "end": 31, "tag": "IStandWithMarionMillar"}, {"start": 32, "end": 53, "tag": "WeAreAllMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 357, "following_count": 1047, "tweet_count": 6814, "listed_count": 1}, "withheld": null}
{"id": "38851727", "name": "Cyberbint", "username": "SandPatterson", "created_at": "2009-05-09T13:24:01.000Z", "description": "A 'daft bint', according to Julia Hartley-Brewer.\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\nStonewall points = 0", "location": "Scotland", "pinned_tweet_id": "1428354425718927363", "profile_image_url": "https://pbs.twimg.com/profile_images/1400522698183254016/qVNjPhVa_normal.png", "protected": false, "url": "https://t.co/3TlPtNgODj", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/3TlPtNgODj", "expanded_url": "http://happyhaverings.blogspot.co.uk/", "display_url": "happyhaverings.blogspot.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 3934, "following_count": 2809, "tweet_count": 146460, "listed_count": 71}, "withheld": null}
{"id": "950649175334621184", "name": "JulieJ\ud83d\udfe3\ud83d\udfe2\u26aa", "username": "Juliejoolsw", "created_at": "2018-01-09T08:43:20.000Z", "description": "pretentious/nonsense.\n\n\n No wokes please, you really won't like my viewpoints - but I am allowed to have them! #antiwokeuk #GBNEWS No DMs please", "location": "North West, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1270114858806149120/8IbeJh_T_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 113, "end": 124, "tag": "antiwokeuk"}, {"start": 125, "end": 132, "tag": "GBNEWS"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 709, "following_count": 943, "tweet_count": 5841, "listed_count": 0}, "withheld": null}
{"id": "1035108712006995968", "name": "itsallariddle", "username": "itsallariddle", "created_at": "2018-08-30T10:15:23.000Z", "description": "Lapsed Catholic, anti brexit. Pro women's rights. 'Woman' and 'Man' are NOT genders, they're sexes. That's Brian Eno in my banner.", "location": null, "pinned_tweet_id": "1438986459369910274", "profile_image_url": "https://pbs.twimg.com/profile_images/1227339472615940097/m-0oy6X5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1945, "following_count": 2478, "tweet_count": 36399, "listed_count": 3}, "withheld": null}
{"id": "39122006", "name": "\ud83c\udf52\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Alba Gu Brath\ud83c\udf97\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\udf52", "username": "toddy19", "created_at": "2009-05-10T22:10:02.000Z", "description": "Scotland Free or a Desert.\nProud to be a rebellious Scot & Alt-Nat Cybernat. https://t.co/F02v67Acdp \n#DissolveTheUnion", "location": "Scotland, Europe ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1422470035839332437/ZDdsB_dP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 78, "end": 101, "url": "https://t.co/F02v67Acdp", "expanded_url": "https://www.albaparty.org/stayinformed", "display_url": "albaparty.org/stayinformed"}], "hashtags": [{"start": 103, "end": 120, "tag": "DissolveTheUnion"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4396, "following_count": 4059, "tweet_count": 309094, "listed_count": 80}, "withheld": null}
{"id": "46231703", "name": "Name cannot be blank \ud83c\udf52 KYOGOOOALLL!!!", "username": "peacelove1967", "created_at": "2009-06-10T21:31:14.000Z", "description": "Don't tell me to wheesht... \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1192840717615411200/Ifjtfzqy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 6148, "following_count": 6336, "tweet_count": 135776, "listed_count": 37}, "withheld": null}
{"id": "434868228", "name": "Eoghan MacIain Elmasson \ud83d\udd77\ufe0f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "ewendj", "created_at": "2011-12-12T12:12:35.000Z", "description": "Just another day.\nMy own views, some retweeting. Father of two wonderful sons and husband to an awesome woman, so aye\n\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udf05\ud83c\udfde\ufe0f\ud83c\udf04\ud83c\udf0c\ud83c\udf16\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1310243416106774528/shvOfHIG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 551, "following_count": 1303, "tweet_count": 6939, "listed_count": 3}, "withheld": null}
{"id": "1109939024112902144", "name": "Huddersfield Rad Fems", "username": "FemsRad", "created_at": "2019-03-24T22:04:19.000Z", "description": "#womensliberation #grassroots #vaginarules #WRNEW @WRNEWYorkshire - Multiple Admins", "location": "Huddersfield, England", "pinned_tweet_id": "1439536787622449154", "profile_image_url": "https://pbs.twimg.com/profile_images/1109945347189682176/TIZuqQK1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "womensliberation"}, {"start": 18, "end": 29, "tag": "grassroots"}, {"start": 30, "end": 42, "tag": "vaginarules"}, {"start": 43, "end": 49, "tag": "WRNEW"}], "mentions": [{"start": 50, "end": 65, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1595, "following_count": 1540, "tweet_count": 5375, "listed_count": 4}, "withheld": null}
{"id": "2193779081", "name": "Diana \ud83e\udd96", "username": "TheMoominmama", "created_at": "2013-11-24T07:34:46.000Z", "description": "Battle tested warrior queen.", "location": "uk", "pinned_tweet_id": "1429287583364825089", "profile_image_url": "https://pbs.twimg.com/profile_images/1401540512482430980/w7jr4GVO_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4025, "following_count": 4992, "tweet_count": 22037, "listed_count": 13}, "withheld": null}
{"id": "959830918738345984", "name": "Kate Goody", "username": "goody_kate", "created_at": "2018-02-03T16:48:18.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/964413056720584704/6DuNkKmo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1814, "following_count": 1106, "tweet_count": 2620, "listed_count": 3}, "withheld": null}
{"id": "1147166749", "name": "\ud83d\udfe5 PterodactyLilly \ud83d\udfe5", "username": "lilly_flynn", "created_at": "2013-02-04T05:55:01.000Z", "description": "Inside I'm screaming. Adult human female, lesbian not queer. \nFacts over feelings. Pro dogs, anti dogma. #SexNotGender #WeWillBeHeard #LGB #WomenWontWheesht", "location": "Still above ground.", "pinned_tweet_id": "1382526557378465793", "profile_image_url": "https://pbs.twimg.com/profile_images/1444840911272300544/a8bNglHc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 105, "end": 118, "tag": "SexNotGender"}, {"start": 119, "end": 133, "tag": "WeWillBeHeard"}, {"start": 134, "end": 138, "tag": "LGB"}, {"start": 139, "end": 156, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 815, "following_count": 1490, "tweet_count": 3073, "listed_count": 1}, "withheld": null}
{"id": "601270701", "name": "deb \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "nomadawn68", "created_at": "2012-06-06T18:36:35.000Z", "description": "Pandemonium.Woman.Heretic", "location": "Mykonos", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1193643997010497537/_d_HDN47_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 673, "following_count": 982, "tweet_count": 27401, "listed_count": 4}, "withheld": null}
{"id": "1122790507086848001", "name": "rhubarbcustody", "username": "rhubarbcustody", "created_at": "2019-04-29T09:11:32.000Z", "description": "Age fluid and determined never to retire. Polymath with grinding axes, juggling balls and music in my soul. Unreconstructed 70s feminist.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1165881700934717441/5N0H9aue_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 507, "following_count": 1122, "tweet_count": 5848, "listed_count": 0}, "withheld": null}
{"id": "125681267", "name": "Antonia Frances \ud83d\udc99\ud83e\udd95", "username": "antoniafrances", "created_at": "2010-03-23T14:44:07.000Z", "description": "Not looking away. Brexit is a disaster. Women\u2019s rights are human rights.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1261335414012547072/QxUy_2E0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3701, "following_count": 4231, "tweet_count": 29684, "listed_count": 10}, "withheld": null}
{"id": "22831965", "name": "Guy Jobret", "username": "GuyJobret", "created_at": "2009-03-04T20:51:00.000Z", "description": "Studying Italian and Finnish.\nPronouns? Fork off!\nJust so you don't get confused: I'm a gender-critical, social democratic, pro-EU, card-carrying atheist", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1449493275472121856/BhTc-4KR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 258, "following_count": 297, "tweet_count": 172, "listed_count": 7}, "withheld": null}
{"id": "151014027", "name": "Claire Harris #SexNotGender \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "username": "eclair_voyance", "created_at": "2010-06-02T11:46:13.000Z", "description": "Secularist, atheist. Feminist, the type that centres females not males. pronouns: don't/care", "location": "West Sussex", "pinned_tweet_id": "1270781181299171334", "profile_image_url": "https://pbs.twimg.com/profile_images/1443567702308581383/vTVNcsuI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 932, "following_count": 957, "tweet_count": 25138, "listed_count": 1}, "withheld": null}
{"id": "60034595", "name": "Mary \ud83d\udc99 #RecoveringWokeaholic #PowerPixie\ud83d\udcaa\ud83c\udffb\ud83e\uddda\u200d\u2640\ufe0f", "username": "MaryMinifie", "created_at": "2009-07-25T10:58:48.000Z", "description": "Trans GtW\ud83d\udc67\ud83c\udffb\u27a1\ufe0f\ud83d\udc69\ud83c\udffb\u2022GenderFree \ud83e\udd95\ud83c\udfc1\ud83d\udd77\u2022Pronouns: No/Thank/You\u2022 \ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9\u2022Politically homeless\u2022Mostly harmless\u2022Very fond of anything I like: \ud83d\udc31\ud83c\udf6b\ud83d\udcda\ud83c\udfbc\ud83c\udfac\ud83c\udf9f\ud83c\udfa4\ud83c\udfb8\ud83c\udfab\ud83c\udfa8\ud83c\udfad\ud83d\udcfa", "location": "Gilead", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451542413705625612/tmGYvEfb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1884, "following_count": 5006, "tweet_count": 40545, "listed_count": 6}, "withheld": null}
{"id": "1340092700339671041", "name": "whatsername \u2640\ufe0f\ud83c\udf38\ud83e\udd96", "username": "sleepymammabear", "created_at": "2020-12-19T00:33:01.000Z", "description": "mother - woman - irish \ud83c\udf38\u2640\ufe0f \nmusic lover. celtic supporter. sex not gender. hold the line. views are all my own. pls dont ask my pronouns, I dont play that game", "location": "Narnia ", "pinned_tweet_id": "1422271007482593282", "profile_image_url": "https://pbs.twimg.com/profile_images/1436113007550083075/2EOmv7_T_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 426, "following_count": 640, "tweet_count": 3050, "listed_count": 0}, "withheld": null}
{"id": "1182310561243189248", "name": "Cara with the Dark Energy.\ud83d\ude08\ud83d\ude37\ud83c\udf39\ud83d\uded1\ud83c\udf0d\ud83c\udf04\ud83d\udc07\ud83c\udf31", "username": "CaraZebraBee", "created_at": "2019-10-10T15:04:20.000Z", "description": "Socialist, gender critical feminist, say T*RF = mute/block, eater of plants\ud83d\udc07\ud83e\udd17EDS\ud83e\udd93/Fibro/current events/all creatures/environment.\ud83d\udeabNo D.M.'s. I block \ud83d\udc13s.", "location": "England, United Kingdom", "pinned_tweet_id": "1437013623969357837", "profile_image_url": "https://pbs.twimg.com/profile_images/1437544744004079620/lk-UA1Ob_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1357, "following_count": 1472, "tweet_count": 11447, "listed_count": 1}, "withheld": null}
{"id": "1098292204152463361", "name": "Chief Brody", "username": "ChiefBrody19", "created_at": "2019-02-20T18:44:01.000Z", "description": "I\u2019m a woman with a bigger boat. All aboard for Terf Island! Pronouns: chief/ chiefs #IStandWithJKRowling", "location": "Waaaay ahead of you", "pinned_tweet_id": "1352330282721026053", "profile_image_url": "https://pbs.twimg.com/profile_images/1098292582923333632/NpSK-hDN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 84, "end": 104, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4013, "following_count": 2037, "tweet_count": 18120, "listed_count": 12}, "withheld": null}
{"id": "1132609417193709568", "name": "Goldie Baillie. x", "username": "NiddrieNinja", "created_at": "2019-05-26T11:28:22.000Z", "description": "Embra born Border Gipsie \ud83d\udda4\nTinker Tailor Hawker Star \ud83d\udda4 Roma \ud83d\udda4", "location": "Edinburgh, Scotland", "pinned_tweet_id": "1367755514185211908", "profile_image_url": "https://pbs.twimg.com/profile_images/1429764038003679234/gLev3Si-_normal.jpg", "protected": false, "url": "https://t.co/Ig23N4iyLA", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Ig23N4iyLA", "expanded_url": "https://archive.org/stream/scottishgypsies00macrgoog/scottishgypsies00macrgoog_djvu.txthttps://www.g", "display_url": "archive.org/stream/scottis\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 2371, "following_count": 1864, "tweet_count": 75961, "listed_count": 4}, "withheld": null}
{"id": "171113520", "name": "Jane Symons", "username": "JaneSymons1", "created_at": "2010-07-26T15:56:13.000Z", "description": "Health writer & media consultant. Vice-chair @mjauk. Likes getting things done, dislikes quackery, believes in biology. Views my own", "location": "London", "pinned_tweet_id": "1377256269225066499", "profile_image_url": "https://pbs.twimg.com/profile_images/864733208994361348/I_nFYBtG_normal.jpg", "protected": false, "url": "http://t.co/sOTKBwCX", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 20, "url": "http://t.co/sOTKBwCX", "expanded_url": "http://www.janesymonsmedia.com/", "display_url": "janesymonsmedia.com"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 45, "end": 51, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2627, "following_count": 1173, "tweet_count": 58349, "listed_count": 101}, "withheld": null}
{"id": "63528313", "name": "Mr Malky", "username": "MrMalky", "created_at": "2009-08-06T20:13:56.000Z", "description": "Inspired by the determination of a terrier\nLate of this parish\n#ScottishIndependence\n#ToryFeeders", "location": "Aberdeenshire", "pinned_tweet_id": "890375043238297602", "profile_image_url": "https://pbs.twimg.com/profile_images/737788604060078080/svSiC212_normal.jpg", "protected": false, "url": "https://t.co/FsZFM19FbY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/FsZFM19FbY", "expanded_url": "http://mrmalkypage.blogspot.co.uk/", "display_url": "mrmalkypage.blogspot.co.uk"}]}, "description": {"urls": null, "hashtags": [{"start": 63, "end": 84, "tag": "ScottishIndependence"}, {"start": 85, "end": 97, "tag": "ToryFeeders"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 18220, "following_count": 13473, "tweet_count": 455191, "listed_count": 174}, "withheld": null}
{"id": "187848607", "name": "Sekhmet of the Terven \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Lauralols", "created_at": "2010-09-07T09:21:13.000Z", "description": "\u2018The flame\u2019 \u2018Lady of terror\u2019 \u2018Lady of life\u2019 \u2018Protector of Justice\u2019 \u2018Possessor of ribbons\u2019 \u2018Do not tell the Goddess to Wheesht as smiting may offend.\u2019", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1381560250952777729/zu_FaFKG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4326, "following_count": 3276, "tweet_count": 136304, "listed_count": 32}, "withheld": null}
{"id": "153151272", "name": "Allison Bailey", "username": "BluskyeAllison", "created_at": "2010-06-07T20:33:55.000Z", "description": "Barrister & survivor. \n\nI am suing Stonewall: https://t.co/wqtRg45qFW\n\n(Own views)", "location": "London, England ", "pinned_tweet_id": "1384227674629894152", "profile_image_url": "https://pbs.twimg.com/profile_images/1173139568171933696/6evmOJL1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 46, "end": 69, "url": "https://t.co/wqtRg45qFW", "expanded_url": "http://allisonbailey.co.uk", "display_url": "allisonbailey.co.uk"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 40850, "following_count": 1588, "tweet_count": 6571, "listed_count": 159}, "withheld": null}
{"id": "351590481", "name": "MrsRealityUndercover", "username": "WomenAreHereNow", "created_at": "2011-08-09T13:28:48.000Z", "description": "The World's Gone Mad. Gender critical.\n#IStandWithJKRowling #IStandWithMarionMillar\n#IStandWithKathleenStock", "location": "Newcastle Upon Tyne UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1391359375072182275/781PUOnK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 39, "end": 59, "tag": "IStandWithJKRowling"}, {"start": 60, "end": 83, "tag": "IStandWithMarionMillar"}, {"start": 84, "end": 108, "tag": "IStandWithKathleenStock"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1826, "following_count": 4994, "tweet_count": 52115, "listed_count": 5}, "withheld": null}
{"id": "1318667016417456128", "name": "BackToBasics \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "BackToBasics__1", "created_at": "2020-10-20T21:35:23.000Z", "description": "Adult human female ie woman \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c I believe in biology. Not a member of the gender identity cult. #SexNotGender #WomenWontWheesht #1984ishere", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1318671603237064709/8D1SzQiu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 109, "tag": "SexNotGender"}, {"start": 110, "end": 127, "tag": "WomenWontWheesht"}, {"start": 128, "end": 139, "tag": "1984ishere"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 284, "following_count": 604, "tweet_count": 780, "listed_count": 0}, "withheld": null}
{"id": "3115597935", "name": "\u26ab Giles in Scotland", "username": "iamamaccabee", "created_at": "2015-03-25T19:26:52.000Z", "description": "Ani Yehudi. Lapsed healer. Ho'oponopono. #indyref2 #savetheyazidi #STOPUigurMuslimGenocide PS I'm a school librarian, so beware. #IStandWithMarionMillar", "location": "Scotland", "pinned_tweet_id": "1176843061822971905", "profile_image_url": "https://pbs.twimg.com/profile_images/1400848529728360448/wgVzZYj2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 41, "end": 50, "tag": "indyref2"}, {"start": 51, "end": 65, "tag": "savetheyazidi"}, {"start": 66, "end": 90, "tag": "STOPUigurMuslimGenocide"}, {"start": 129, "end": 152, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 543, "following_count": 836, "tweet_count": 35813, "listed_count": 19}, "withheld": null}
{"id": "3042331695", "name": "Vivienne Hayes", "username": "VivHayes", "created_at": "2015-02-17T12:09:00.000Z", "description": "CEO of WRC @Whywomen. Views here are my own.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/832232795112108033/Z_FKWC4f_normal.jpg", "protected": false, "url": "https://t.co/yqg1PW8mi2", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/yqg1PW8mi2", "expanded_url": "http://www.wrc.org.uk", "display_url": "wrc.org.uk"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 11, "end": 20, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2063, "following_count": 1639, "tweet_count": 26914, "listed_count": 46}, "withheld": null}
{"id": "2433206162", "name": "The Reader #WomenWontWheest", "username": "MrsSadly", "created_at": "2014-04-08T07:15:38.000Z", "description": "Dog and cat slave, lover of bees and hedgehogs. If I don't follow you back, it isn't that I don't care - I just get overwhelmed. (HUG)\n\n #FightExtinction", "location": "North", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/519587155060854786/JbPSBw6p_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 139, "end": 155, "tag": "FightExtinction"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1221, "following_count": 1005, "tweet_count": 32103, "listed_count": 6}, "withheld": null}
{"id": "986664013", "name": "Diane \ud83d\ude06\ud83d\udc83\ud83c\udffb\ud83e\udd26\ud83c\udffb\u200d\u2640\ufe0f \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "NoTimeToDiane", "created_at": "2012-12-03T13:43:53.000Z", "description": "Be braver today than you were yesterday", "location": "England, United Kingdom", "pinned_tweet_id": "1403694213544415234", "profile_image_url": "https://pbs.twimg.com/profile_images/1164265999140577280/-6z7Y91u_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1033, "following_count": 4927, "tweet_count": 45877, "listed_count": 69}, "withheld": null}
{"id": "1240637135457320960", "name": "James Rowe", "username": "JamesUnfettered", "created_at": "2020-03-19T13:56:59.000Z", "description": "Retired civil servant. London Scot. Support women's rights & Celtic. Unrepentant socialist. Superpower = ADHD. Ticking away the moments that make up a dull day.", "location": "The Great Wen", "pinned_tweet_id": "1446063189586845700", "profile_image_url": "https://pbs.twimg.com/profile_images/1421772372491837442/7wKxLVxz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4735, "following_count": 4509, "tweet_count": 23734, "listed_count": 4}, "withheld": null}
{"id": "383385433", "name": "Jude Rawlings", "username": "JudeRawlings", "created_at": "2011-10-01T19:51:41.000Z", "description": "Adult human female. Love music, books and films. Left of centre politics. Mother of 3 children. #IstandwithJKRowling", "location": "Leeds", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1426454153333723137/lep7tznu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 116, "tag": "IstandwithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 499, "following_count": 2152, "tweet_count": 5274, "listed_count": 2}, "withheld": null}
{"id": "253198996", "name": "anniecatwoman", "username": "annie2w", "created_at": "2011-02-16T19:18:03.000Z", "description": "Adult human female. Leaver. Cat lover. Nurse. Anti-woke. Gender critical. Ex labour- politically homeless.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1279712214920974337/cx69mevh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 120, "following_count": 1191, "tweet_count": 536, "listed_count": 0}, "withheld": null}
{"id": "26866358", "name": "Irene Irish", "username": "I60I", "created_at": "2009-03-26T22:07:48.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1402961085481766916/HOBJzZ5R_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 427, "following_count": 2144, "tweet_count": 30817, "listed_count": 25}, "withheld": null}
{"id": "2168874373", "name": "Fay Semple - Business Attunement Coach", "username": "FaySemple", "created_at": "2013-11-01T18:17:50.000Z", "description": "\ud83d\udcab Energy Alchemist \ud83d\udcab Earth Energy Wisdom Holder \ud83d\udcab Femininst", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1149057155808600065/s6ftto_M_normal.jpg", "protected": false, "url": "https://t.co/lUh2LSbHwG", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/lUh2LSbHwG", "expanded_url": "http://www.faysemple.com", "display_url": "faysemple.com"}]}, "description": null}, "public_metrics": {"followers_count": 223, "following_count": 504, "tweet_count": 826, "listed_count": 4}, "withheld": null}
{"id": "79553377", "name": "Beatrix Campbell", "username": "beatrixcampbell", "created_at": "2009-10-03T20:04:33.000Z", "description": "OBE Writer, Feminist, Green, journalist, playwright. Very proud to be a 2014 Rainbow List National Treasure!", "location": "North England South France", "pinned_tweet_id": "1062414605698379778", "profile_image_url": "https://pbs.twimg.com/profile_images/531427396579127296/56eDNwEO_normal.jpeg", "protected": false, "url": "https://t.co/ryMlubQbLf", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/ryMlubQbLf", "expanded_url": "http://www.beatrixcampbell.co.uk", "display_url": "beatrixcampbell.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 12854, "following_count": 2995, "tweet_count": 44198, "listed_count": 207}, "withheld": null}
{"id": "1139450771907518465", "name": "JS", "username": "JS60395957", "created_at": "2019-06-14T08:33:28.000Z", "description": "\ud83c\udfc1\ud83d\udfe5", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1297076356065501187/CWjguNXi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 588, "following_count": 540, "tweet_count": 13625, "listed_count": 0}, "withheld": null}
{"id": "140094673", "name": "Amanda", "username": "Jackstarbright", "created_at": "2010-05-04T15:19:04.000Z", "description": "Live with your century, but do not be its creature.", "location": "London", "pinned_tweet_id": "1378315301872353282", "profile_image_url": "https://pbs.twimg.com/profile_images/1350070236821778432/4Oe0AxYM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1128, "following_count": 2526, "tweet_count": 11455, "listed_count": 25}, "withheld": null}
{"id": "550415486", "name": "Laura Marcus\u270c\ufe0f\u262e\ufe0f", "username": "MissLauraMarcus", "created_at": "2012-04-10T20:22:39.000Z", "description": "Stop apologising for the things you've never done. 'Cause time is short and life is cruel but it's up to us to change.", "location": "Staffordshire Moorlands", "pinned_tweet_id": "1432991974236332036", "profile_image_url": "https://pbs.twimg.com/profile_images/1406907604689993731/najgNioL_normal.jpg", "protected": false, "url": "https://t.co/zoM9CiNCwy", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/zoM9CiNCwy", "expanded_url": "https://www.theguardian.com/profile/lauramarcus", "display_url": "theguardian.com/profile/lauram\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 11734, "following_count": 8640, "tweet_count": 322916, "listed_count": 200}, "withheld": null}
{"id": "1187438626512211971", "name": "Michael Payne", "username": "Michael16229595", "created_at": "2019-10-24T18:40:18.000Z", "description": "Classical Liberal - For equality not equity\n\nVirtue signalling does not a better person make you...\n\nAlways follow back, unless you're weird...", "location": null, "pinned_tweet_id": "1407725265250357249", "profile_image_url": "https://pbs.twimg.com/profile_images/1187441457625477120/2-ynFuFi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1298, "following_count": 2466, "tweet_count": 17935, "listed_count": 0}, "withheld": null}
{"id": "958105330935877633", "name": "Petchasauras Rex \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "ElizaPetch", "created_at": "2018-01-29T22:31:26.000Z", "description": "Working Class writer who believes in equal rights for everyone. Lesbian. definitely not LGBTQ. My pronouns are where?/what?", "location": null, "pinned_tweet_id": "1333344643631689731", "profile_image_url": "https://pbs.twimg.com/profile_images/1178643747632009218/SpwEe7EQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3665, "following_count": 3217, "tweet_count": 15808, "listed_count": 13}, "withheld": null}
{"id": "78655870", "name": "Literally Di \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Di_AHF", "created_at": "2009-09-30T17:16:23.000Z", "description": "Woman (That word is TAKEN!), Feminist (Obvs!!), #NoThankYou #SexNotGender #WarOnWomen", "location": "Terf Island", "pinned_tweet_id": "1417887652351815680", "profile_image_url": "https://pbs.twimg.com/profile_images/1433821322413490180/CbLG-S6p_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 49, "end": 60, "tag": "NoThankYou"}, {"start": 61, "end": 74, "tag": "SexNotGender"}, {"start": 75, "end": 86, "tag": "WarOnWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1005, "following_count": 1870, "tweet_count": 2612, "listed_count": 8}, "withheld": null}
{"id": "3088873193", "name": "Ellie \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "super_dogz", "created_at": "2015-03-12T13:39:29.000Z", "description": "#NoThankYou", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1374991830660579332/zlhwI9PN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2460, "following_count": 4686, "tweet_count": 6697, "listed_count": 108}, "withheld": null}
{"id": "1536698576", "name": "Barbara Wood", "username": "BeedeeWood", "created_at": "2013-06-21T15:01:03.000Z", "description": "My personal interests: secularism, atheism, feminism, education, freedom of speech always", "location": "UK", "pinned_tweet_id": "1241828466997317633", "profile_image_url": "https://pbs.twimg.com/profile_images/1176894524225929216/-BXbxm0e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 471, "following_count": 710, "tweet_count": 5016, "listed_count": 3}, "withheld": null}
{"id": "6468622", "name": "Sinead Corr", "username": "Indy_Sinead", "created_at": "2007-05-31T11:03:33.000Z", "description": "Don't try and kid a kidder. #NoThankYou", "location": "Essex", "pinned_tweet_id": "796270294986031104", "profile_image_url": "https://pbs.twimg.com/profile_images/1034167858392178689/RwGd3neO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 28, "end": 39, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2165, "following_count": 2110, "tweet_count": 2514, "listed_count": 32}, "withheld": null}
{"id": "28327518", "name": "Mother Red Cap", "username": "RedGabcsika", "created_at": "2009-04-02T12:26:27.000Z", "description": "You followed for the feminism and stayed for the cats and shit posting.\n\nI'd rather be rude than a fucking liar.\n\nBlocked by ctrl+Left & alt+Right.", "location": "\u26a1Krakow\u26a1Poland\u26a1", "pinned_tweet_id": "1435225140565061638", "profile_image_url": "https://pbs.twimg.com/profile_images/1446944545996947458/ocY5iPob_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2385, "following_count": 859, "tweet_count": 28530, "listed_count": 23}, "withheld": null}
{"id": "1385541357360537604", "name": "Permit the Hermit", "username": "emmacam08133060", "created_at": "2021-04-23T10:30:09.000Z", "description": "Me, myself and I. Adult human female. Gwan ya good thing xx", "location": "The misty land to the West.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1410625875184324610/75F4dENu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 465, "following_count": 1016, "tweet_count": 4192, "listed_count": 2}, "withheld": null}
{"id": "3312292012", "name": "#womenwontwheesht probiologynotantitrans cervixen", "username": "1956introvert", "created_at": "2015-06-07T19:03:42.000Z", "description": "Three children, four grandchildren, 3 fish, 2 cats, still working. Deliberately gray. No DMs", "location": null, "pinned_tweet_id": "1371045486078144513", "profile_image_url": "https://pbs.twimg.com/profile_images/1103796261545742343/hJR9aZEX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 412, "following_count": 609, "tweet_count": 5493, "listed_count": 0}, "withheld": null}
{"id": "3243645922", "name": "Andy", "username": "themdarncats", "created_at": "2015-05-09T15:53:09.000Z", "description": "Brummie social democrat. Medically retired NHS RGN. I support @LabWomenDec. Mudlark, gardener, OU student, forteana. #EUPD #BCFC #KRO #RejoinEU", "location": null, "pinned_tweet_id": "1232591616298422272", "profile_image_url": "https://pbs.twimg.com/profile_images/1444664767868817411/6xazEquW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 117, "end": 122, "tag": "EUPD"}, {"start": 123, "end": 128, "tag": "BCFC"}, {"start": 129, "end": 133, "tag": "KRO"}, {"start": 134, "end": 143, "tag": "RejoinEU"}], "mentions": [{"start": 62, "end": 74, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 587, "following_count": 1475, "tweet_count": 29762, "listed_count": 6}, "withheld": null}
{"id": "322577469", "name": "Pilar H. Lucas", "username": "PilarHLuc", "created_at": "2011-06-23T12:01:25.000Z", "description": "RADFEM. Siempre he huido de las inercias porque no soporto aburrirme. Contin\u00fao buscando la intensidad vital. Confieso que he vivido varias vidas", "location": null, "pinned_tweet_id": "1379741181538603010", "profile_image_url": "https://pbs.twimg.com/profile_images/1369224672651452417/wOHRZ27L_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 22698, "following_count": 2890, "tweet_count": 230543, "listed_count": 156}, "withheld": null}
{"id": "1193613424783249409", "name": "\ud83e\udd96 LabourWomen\u2019sDeclaration \ud83e\udd96", "username": "LabWomenDec", "created_at": "2019-11-10T19:38:28.000Z", "description": "\ud83e\udd96 Holding Labour to account on women\u2019s sex-based rights. Retweets don\u2019t imply agreement with all views of tweeter. \ud83e\udd95 Sign our petition https://t.co/kbdYsYXmBp", "location": null, "pinned_tweet_id": "1444449845943717888", "profile_image_url": "https://pbs.twimg.com/profile_images/1193614177778188288/ki9roTUv_normal.jpg", "protected": false, "url": "https://t.co/l28SUmFF7n", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/l28SUmFF7n", "expanded_url": "http://www.labourwomensdeclaration.org.uk", "display_url": "labourwomensdeclaration.org.uk"}]}, "description": {"urls": [{"start": 135, "end": 158, "url": "https://t.co/kbdYsYXmBp", "expanded_url": "http://bit.ly/38kDslu", "display_url": "bit.ly/38kDslu"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 9588, "following_count": 718, "tweet_count": 7941, "listed_count": 1}, "withheld": null}
{"id": "1408814463650832389", "name": "Jenny Egan", "username": "_Jenny_Egan", "created_at": "2021-06-26T15:48:55.000Z", "description": "Lifelong lefty & longtime vegetarian #WomenWontWheesht", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1450908213159862278/A5q0WtuJ_normal.jpg", "protected": false, "url": "https://t.co/Ef2mi5Wki6", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Ef2mi5Wki6", "expanded_url": "https://mewe.com/i/jennyegan", "display_url": "mewe.com/i/jennyegan"}]}, "description": {"urls": null, "hashtags": [{"start": 37, "end": 54, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1518, "following_count": 2276, "tweet_count": 564, "listed_count": 3}, "withheld": null}
{"id": "3070706038", "name": "Hypatia Cassandra", "username": "TinaPJMD", "created_at": "2015-03-04T19:48:14.000Z", "description": "Back to partial notifications. Also I have a life offline - I'm not ignoring you. \nPlease remember (incl me!) to put text on any pics in your posts", "location": null, "pinned_tweet_id": "1417432422027874317", "profile_image_url": "https://pbs.twimg.com/profile_images/650820411844902913/YY40fRsn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 462, "following_count": 319, "tweet_count": 6429, "listed_count": 1}, "withheld": null}
{"id": "1372207883903975426", "name": "Bessie Braddock", "username": "BraddockBessie", "created_at": "2021-03-17T15:27:26.000Z", "description": "Woman \u26a2", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1372209734976163841/XWGAcV4H_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2963, "following_count": 2390, "tweet_count": 10586, "listed_count": 16}, "withheld": null}
{"id": "1187095940919975938", "name": "GC-Me", "username": "GCMe15", "created_at": "2019-10-23T19:58:33.000Z", "description": "Woman\u2122\ufe0f| Mum | Sister | Women said NO. Get over it. \ud83d\udfe5 #IStandWithMarionMillar\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c #HearMeRoar \ud83e\udd96", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400523113335386114/DBy_7fq3_normal.png", "protected": false, "url": "https://t.co/38SY2yG95z", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/38SY2yG95z", "expanded_url": "https://fairplayforwomen.com/jkrowling/", "display_url": "fairplayforwomen.com/jkrowling/"}]}, "description": {"urls": null, "hashtags": [{"start": 55, "end": 78, "tag": "IStandWithMarionMillar"}, {"start": 82, "end": 93, "tag": "HearMeRoar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 913, "following_count": 969, "tweet_count": 3061, "listed_count": 0}, "withheld": null}
{"id": "42156664", "name": "Rory (\ud83e\udd84\ud83d\udca9\ud83d\udc0d)", "username": "rorybowman", "created_at": "2009-05-24T03:36:07.000Z", "description": "\ud83d\ude37 Pro-feminist, biological realist, #ObservedMaleAtBirth. Sex \u2260 gender \u2260 identity \u2260 personality, and it is poor public policy to conflate them. #SexNotGender", "location": "Vancouver WA", "pinned_tweet_id": "1376213497541877768", "profile_image_url": "https://pbs.twimg.com/profile_images/1066159223959040001/Jgn0kFvw_normal.jpg", "protected": false, "url": "https://t.co/leRFcO8YrU", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/leRFcO8YrU", "expanded_url": "https://SexAndGenderIntro.com", "display_url": "SexAndGenderIntro.com"}]}, "description": {"urls": null, "hashtags": [{"start": 36, "end": 56, "tag": "ObservedMaleAtBirth"}, {"start": 144, "end": 157, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2577, "following_count": 636, "tweet_count": 17155, "listed_count": 18}, "withheld": null}
{"id": "2845140635", "name": "Cancelled Dad 96.5%", "username": "FrankEd1967", "created_at": "2014-10-26T13:05:49.000Z", "description": "Disabused Catholic. Twitter is a brilliant illustration of how awful life would be if we were telepathic. Frank is my middle name. Pronouns: ho/hum.", "location": null, "pinned_tweet_id": "955757830522441728", "profile_image_url": "https://pbs.twimg.com/profile_images/1369257761142407171/0JbJvZvm_normal.jpg", "protected": false, "url": "https://t.co/gn6PlIuNvg", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/gn6PlIuNvg", "expanded_url": "http://defundbbc.uk", "display_url": "defundbbc.uk"}]}, "description": null}, "public_metrics": {"followers_count": 2020, "following_count": 3085, "tweet_count": 72179, "listed_count": 6}, "withheld": null}
{"id": "897719424828026881", "name": "Brooski \ud83d\udfe5", "username": "DrBrooski", "created_at": "2017-08-16T07:19:24.000Z", "description": "WOMAN. ANGRY. NO", "location": "Suva, Fiji ", "pinned_tweet_id": "1277511382141935616", "profile_image_url": "https://pbs.twimg.com/profile_images/1402501057352175616/pqTuZ2XT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2883, "following_count": 2654, "tweet_count": 22451, "listed_count": 4}, "withheld": null}
{"id": "569190347", "name": "Milady", "username": "Mystifiedmum", "created_at": "2012-05-02T15:29:51.000Z", "description": "Journalist, Catholic, Mother, Shakespeare lover, Class Civ & History teacher, hater of cant and Brussels Sprouts", "location": "People's Republic of North Ldn", "pinned_tweet_id": "620169629965619200", "profile_image_url": "https://pbs.twimg.com/profile_images/747091400211177472/inYuA3Eo_normal.jpg", "protected": false, "url": "https://t.co/xMnh3RXhFc", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/xMnh3RXhFc", "expanded_url": "http://measurestillformeasure.com", "display_url": "measurestillformeasure.com"}]}, "description": null}, "public_metrics": {"followers_count": 4075, "following_count": 4125, "tweet_count": 28466, "listed_count": 69}, "withheld": null}
{"id": "705732113899905025", "name": "Nornironrad", "username": "Nornironrad", "created_at": "2016-03-04T12:30:22.000Z", "description": "Men are not women.\nWoman names the female sex class.\nOnly women have a cervix.", "location": "Northern Ireland ", "pinned_tweet_id": "1449414252255645698", "profile_image_url": "https://pbs.twimg.com/profile_images/1285549458940465153/yGqaPfbP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 263, "following_count": 487, "tweet_count": 1949, "listed_count": 1}, "withheld": null}
{"id": "14948943", "name": "Tracy Dempsey \ud83e\udd96 \ud83c\udf52#IStandWithCeri", "username": "TracyDempsey", "created_at": "2008-05-29T22:17:41.000Z", "description": "Coach/trainer/writer/speaker: biz+personal dev, mental health researcher, music+brain \u2022 Ask quality Q\u2019s \u2022 #WeWillBeHeard #RepealTheSeal Block abuse/nuisances", "location": null, "pinned_tweet_id": "1452650454035451905", "profile_image_url": "https://pbs.twimg.com/profile_images/1400577935866679298/BTisUS0b_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 106, "end": 120, "tag": "WeWillBeHeard"}, {"start": 121, "end": 135, "tag": "RepealTheSeal"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4169, "following_count": 4973, "tweet_count": 21327, "listed_count": 74}, "withheld": null}
{"id": "120410155", "name": "Marian Anderson", "username": "MarianSAnderson", "created_at": "2010-03-06T10:27:31.000Z", "description": "", "location": null, "pinned_tweet_id": "905310918191538182", "profile_image_url": "https://pbs.twimg.com/profile_images/771776393785016320/RU-mmnA0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 801, "following_count": 3684, "tweet_count": 9695, "listed_count": 10}, "withheld": null}
{"id": "935514254", "name": "greta b", "username": "gretabossetta", "created_at": "2012-11-08T21:49:32.000Z", "description": "Virago\nMerf", "location": "glasgow", "pinned_tweet_id": "1451311080941178880", "profile_image_url": "https://pbs.twimg.com/profile_images/1400158413229809665/sVHZJjey_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 538, "following_count": 989, "tweet_count": 3310, "listed_count": 0}, "withheld": null}
{"id": "2250288406", "name": "Nicola Carr \ud83d\udfe5", "username": "HomeWithMrsHgth", "created_at": "2013-12-29T16:13:00.000Z", "description": "#AdultHumanFemale #CisIsASlur #SexNotGender", "location": "London, England", "pinned_tweet_id": "1395401763860226051", "profile_image_url": "https://pbs.twimg.com/profile_images/1403087057073889283/fP_TIgFG_normal.jpg", "protected": false, "url": "https://t.co/ovOEGZI5Er", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/ovOEGZI5Er", "expanded_url": "https://www.twitter.com/homewithmrshgth", "display_url": "twitter.com/homewithmrshgth"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "AdultHumanFemale"}, {"start": 18, "end": 29, "tag": "CisIsASlur"}, {"start": 30, "end": 43, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 651, "following_count": 513, "tweet_count": 9874, "listed_count": 17}, "withheld": null}
{"id": "481131855", "name": "Janey \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa #FBSI \ud83c\udf52\ud83c\udf52 #Alba \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "14mJEM", "created_at": "2012-02-02T10:31:58.000Z", "description": "Adult Human Female = Woman. Dislike injustice, believe in 'live and let live'. Agree with most RTs #SexNotGender #VoteAlba", "location": "Scotland \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\uddea\ud83c\uddfa", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1404151657206882304/Dmm34hRT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 99, "end": 112, "tag": "SexNotGender"}, {"start": 113, "end": 122, "tag": "VoteAlba"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1338, "following_count": 2406, "tweet_count": 42462, "listed_count": 18}, "withheld": null}
{"id": "776077266686271489", "name": "Cathy Devine", "username": "cathydevine56", "created_at": "2016-09-14T15:16:54.000Z", "description": "Independent Researcher: Sport Policy.\nFormer Senior Lecturer, University of Cumbria. Former Secretary, British Philosophy of Sport Assn. Labour Party member.", "location": null, "pinned_tweet_id": "1408175750780493825", "profile_image_url": "https://pbs.twimg.com/profile_images/1442737744653004801/9Y-WBKra_normal.jpg", "protected": false, "url": "https://t.co/AmGPDPoAJ9", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/AmGPDPoAJ9", "expanded_url": "https://www.researchgate.net/profile/Cathy_Devine2", "display_url": "researchgate.net/profile/Cathy_\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 2033, "following_count": 555, "tweet_count": 18257, "listed_count": 13}, "withheld": null}
{"id": "1202221806486196225", "name": "Penny Lover \ud83d\udfe5", "username": "PennyLoverLove", "created_at": "2019-12-04T13:43:33.000Z", "description": "Feminist woman", "location": null, "pinned_tweet_id": "1340559893145776128", "profile_image_url": "https://pbs.twimg.com/profile_images/1309882754276962310/RBDDapRV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 662, "following_count": 1800, "tweet_count": 13815, "listed_count": 0}, "withheld": null}
{"id": "1258740457384873984", "name": "Rachel \ud83d\udc99\ud83c\udf3f", "username": "Rachel41545104", "created_at": "2020-05-08T12:48:29.000Z", "description": "Love the natural world. \n\u201cCourage calls to courage everywhere\u201d\n \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \n\n#NHSblueheart \ud83d\udc99\n#EndFactoryFarming\n#EndLiveExport", "location": "Cornwall ", "pinned_tweet_id": "1413361449137811457", "profile_image_url": "https://pbs.twimg.com/profile_images/1341229161504006147/-0VmIuB2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 70, "end": 83, "tag": "NHSblueheart"}, {"start": 86, "end": 104, "tag": "EndFactoryFarming"}, {"start": 105, "end": 119, "tag": "EndLiveExport"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 405, "following_count": 1037, "tweet_count": 11610, "listed_count": 1}, "withheld": null}
{"id": "218634850", "name": "RedCard \ud83d\udfe5\ud83e\uddd9\u200d\u2640\ufe0f", "username": "RedCarDYell", "created_at": "2010-11-22T21:31:09.000Z", "description": "GC feminist. My adjectives are grumpy/bewildered. I am a gender-free woman. Retired barrister. I prosecuted rapists - they were all men.", "location": "Manchester", "pinned_tweet_id": "1304084225134604292", "profile_image_url": "https://pbs.twimg.com/profile_images/1450510686786818052/qJd-Wvld_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 451, "following_count": 682, "tweet_count": 6443, "listed_count": 3}, "withheld": null}
{"id": "958334966668169218", "name": "Ms Smith", "username": "Nah_Ma_Stay", "created_at": "2018-01-30T13:43:55.000Z", "description": "Gender critical, scouse, adult human female, fed up with left wing misogynists.", "location": "North West, England", "pinned_tweet_id": "1057587240388452352", "profile_image_url": "https://pbs.twimg.com/profile_images/987945026767474688/AlsAMMTc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 631, "following_count": 1143, "tweet_count": 2463, "listed_count": 3}, "withheld": null}
{"id": "35458043", "name": "Marsaili Nic a ghobhainn", "username": "witchlet", "created_at": "2009-04-26T12:48:50.000Z", "description": "Living under the paw. My L was never in. Transgender ideology heretic. Channeling primeval mitochondrial fury. Sturgeon Ultras+TRAs blocked. Saor Alba gu brath.", "location": "Scottish Highlands", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1440701849078689813/f1dkkwoI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1546, "following_count": 2486, "tweet_count": 60249, "listed_count": 22}, "withheld": null}
{"id": "284451566", "name": "Marley McDermott", "username": "kilgefin", "created_at": "2011-04-19T09:19:30.000Z", "description": "\ud83c\uddee\ud83c\uddea \ud83c\uddfa\ud83c\udde6\nBeidh Gach Rud Ceart Go Leor\n#WomanAdultHumanFemale\n#MenMustStopTheEpidemicOfMaleViolence\n#EndFGM\n#UnitedIreland-Sinn F\u00e9in\n#Art10ECHR \n#BLM", "location": "West of Ireland.", "pinned_tweet_id": "1240941421835816960", "profile_image_url": "https://pbs.twimg.com/profile_images/1400599957506244611/pK1qrw5F_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 36, "end": 58, "tag": "WomanAdultHumanFemale"}, {"start": 59, "end": 96, "tag": "MenMustStopTheEpidemicOfMaleViolence"}, {"start": 97, "end": 104, "tag": "EndFGM"}, {"start": 105, "end": 119, "tag": "UnitedIreland"}, {"start": 130, "end": 140, "tag": "Art10ECHR"}, {"start": 142, "end": 146, "tag": "BLM"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 888, "following_count": 2440, "tweet_count": 61750, "listed_count": 6}, "withheld": null}
{"id": "1208436913817952257", "name": "\ud83e\udd95RubyJohannes\ud83e\udd95", "username": "RJo00", "created_at": "2019-12-21T17:20:07.000Z", "description": "Bob's your Aunt, Fanny's your Uncle....\n\nJust here to marvel at the awfulness of Twitter, and add my two penneth worth.", "location": "\ud83e\udd95Jurassic Period", "pinned_tweet_id": "1384543037586563073", "profile_image_url": "https://pbs.twimg.com/profile_images/1334178050016153600/ek4khv5f_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 563, "following_count": 595, "tweet_count": 12191, "listed_count": 0}, "withheld": null}
{"id": "542930671", "name": "pew \ud83e\udd96", "username": "pew_77", "created_at": "2012-04-01T23:20:43.000Z", "description": "Curmudgeon", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/754346709950590976/rUbeN_mG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 635, "following_count": 371, "tweet_count": 27348, "listed_count": 14}, "withheld": null}
{"id": "136946812", "name": "Jenny \ud83d\udfe5 & \ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9", "username": "WithAWhy99", "created_at": "2010-04-25T10:20:03.000Z", "description": "A retweet by me is ABSOLUTELY an endorsement of your fabulous work on twitter, unless I've retweeted ironically - in which case it's not. Woman\u2122\ufe0f", "location": null, "pinned_tweet_id": "1380819485268000768", "profile_image_url": "https://pbs.twimg.com/profile_images/1173155974955356160/vNldKn7G_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 339, "following_count": 296, "tweet_count": 19885, "listed_count": 3}, "withheld": null}
{"id": "15372373", "name": "Jennpublic", "username": "jennpublic", "created_at": "2008-07-10T00:51:05.000Z", "description": "Me in 2017 \u2744\ufe0fQs is getting more dangerous. Pay attn \u2744\ufe0f\ud83c\udf39\u2026I told you so\n\nPronouns: we\u2019re/killing/earth", "location": null, "pinned_tweet_id": "1370425867097186305", "profile_image_url": "https://pbs.twimg.com/profile_images/3454178793/eea501846ee2595f6ea8a95069a8ae1e_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 355, "following_count": 2420, "tweet_count": 9829, "listed_count": 4}, "withheld": null}
{"id": "1273611556991860738", "name": "\u5965\u7530\u5e78\u96c4", "username": "yukiookuda", "created_at": "2020-06-18T13:40:45.000Z", "description": "Happy male. \u5e78\u305b\u306a\u96c4\u3002Transsexual Rights Activist. True TRA. \u6c17\u304c\u5411\u3044\u305f\u3089\u30ec\u30b9\u3059\u308b\u3053\u3068\u3082\u3042\u308a\u307e\u3059\u3002", "location": "\u6771\u4eac \u6587\u4eac\u533a", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1436877207238950915/GFcLlOZz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 883, "following_count": 295, "tweet_count": 71084, "listed_count": 12}, "withheld": null}
{"id": "433603620", "name": "ColdTimidSoul \ud83d\udfe5\ud83c\udfc1", "username": "ColdTimidSoul", "created_at": "2011-12-10T19:37:15.000Z", "description": "This wasn't my intention when I started.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 200, "following_count": 716, "tweet_count": 14422, "listed_count": 0}, "withheld": null}
{"id": "1355901709642575876", "name": "John Minky", "username": "minky47796197", "created_at": "2021-01-31T15:32:27.000Z", "description": "A pedestrian Iamaweaponandhe/himalsoIamaweapon", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1355901962777202691/EPAzEcmB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 64, "following_count": 131, "tweet_count": 509, "listed_count": 0}, "withheld": null}
{"id": "1082592345042886656", "name": "slightlyatsea (Deb) \ud83d\udc99NHS", "username": "slightlyatsea", "created_at": "2019-01-08T10:58:23.000Z", "description": "Tweeting politics, science and fluffy animals. Not cis. I have not spent decades being oppressed by gender stereotypes to be told it was a privilege. \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": null, "pinned_tweet_id": "1270332296583880705", "profile_image_url": "https://pbs.twimg.com/profile_images/1160921155303280642/lV8oGnQW_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2074, "following_count": 605, "tweet_count": 24741, "listed_count": 5}, "withheld": null}
{"id": "991391499949690880", "name": "Kat", "username": "KatarinaHill2", "created_at": "2018-05-01T18:58:47.000Z", "description": "Head of Public Relations at Fnord Technologies\nPrevious head of Dinosaurs Monthly \nmagazine\nSpecialised skills in rabbit management", "location": null, "pinned_tweet_id": "1263092263607025664", "profile_image_url": "https://pbs.twimg.com/profile_images/1282948341647773696/XsUJcbi9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1893, "following_count": 2231, "tweet_count": 32432, "listed_count": 15}, "withheld": null}
{"id": "1156728679", "name": "Gregory Cloney", "username": "gregcloney", "created_at": "2013-02-07T10:23:38.000Z", "description": "philosopher loon and beer drinker", "location": "uk", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/542379500449718272/D8vDQWiQ_normal.jpeg", "protected": false, "url": "http://t.co/4GSPKqMFOY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/4GSPKqMFOY", "expanded_url": "http://gregcloney.wordpress.com", "display_url": "gregcloney.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 85, "following_count": 103, "tweet_count": 12897, "listed_count": 4}, "withheld": null}
{"id": "1231702089631399936", "name": "@Cr\u00edticaDeG\u00e9nero", "username": "criticadegenero", "created_at": "2020-02-23T22:07:27.000Z", "description": "RadFem Cr\u00edtica y Abolicionista de G\u00e9nero \ud83d\udda4", "location": null, "pinned_tweet_id": "1357402864491069441", "profile_image_url": "https://pbs.twimg.com/profile_images/1231702229834399747/uJM1CTxj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 473, "following_count": 269, "tweet_count": 8431, "listed_count": 2}, "withheld": null}
{"id": "964638576813248513", "name": "Gender Unicorn", "username": "Gender_Unicorn", "created_at": "2018-02-16T23:12:13.000Z", "description": "Genderfluid Sapiosexual Otherkin. Pogonophile.", "location": "The Echo Chamber ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/964642868890611712/dadm5srO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1591, "following_count": 4994, "tweet_count": 25204, "listed_count": 7}, "withheld": null}
{"id": "767774036554383362", "name": "KarenC\ud83c\udf52\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\uddd9\u200d\u2640\ufe0f", "username": "ka10_c", "created_at": "2016-08-22T17:22:49.000Z", "description": "Mum, Scottish Indy, Bidey in\nAlba party founder member\nPronouns: #NoThanks\n#IStandWithMarionMillar\n#WomenWontWheest\n#IStandWithCeri", "location": "Scotland", "pinned_tweet_id": "1438557437368406019", "profile_image_url": "https://pbs.twimg.com/profile_images/1261995712742596608/XWSsFDYn_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 65, "end": 74, "tag": "NoThanks"}, {"start": 75, "end": 98, "tag": "IStandWithMarionMillar"}, {"start": 99, "end": 115, "tag": "WomenWontWheest"}, {"start": 116, "end": 131, "tag": "IStandWithCeri"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3241, "following_count": 3198, "tweet_count": 48789, "listed_count": 5}, "withheld": null}
{"id": "228262641", "name": "LMD \ud83d\udc99\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Sationhund", "created_at": "2010-12-19T06:05:06.000Z", "description": "Aspie Freelance writer, glass worker teacher of challenging children, mentor to students with Asperger\u2019s,occasional wedding singer and 21st Century Suffragette.", "location": "East Yorkshire", "pinned_tweet_id": "1328629754124247040", "profile_image_url": "https://pbs.twimg.com/profile_images/1277269805045776384/sX0wrAdt_normal.jpg", "protected": false, "url": "https://t.co/1J3EF81lK8", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/1J3EF81lK8", "expanded_url": "http://Www.everyonehasastory.co.uk", "display_url": "everyonehasastory.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 557, "following_count": 602, "tweet_count": 12322, "listed_count": 4}, "withheld": null}
{"id": "50989447", "name": "Julian Vigo", "username": "_JVigo", "created_at": "2009-06-26T09:20:13.000Z", "description": "Journalist and Editor of Savage Minds @SavageMindsMag. Send pitches on culture, science and politics to julian.vigo@gmail.com.", "location": "planet earth", "pinned_tweet_id": "1427976792804057101", "profile_image_url": "https://pbs.twimg.com/profile_images/1365238593875288064/H0CdkGnC_normal.jpg", "protected": false, "url": "https://t.co/7w6DsoZnCs", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/7w6DsoZnCs", "expanded_url": "https://savageminds.substack.com/subscribe", "display_url": "savageminds.substack.com/subscribe"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 38, "end": 53, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 7687, "following_count": 945, "tweet_count": 71888, "listed_count": 56}, "withheld": null}
{"id": "65728122", "name": "\ud83e\udd96 Under the Bus \ud83d\udfe9\u2b1c\ud83d\udfea", "username": "DogLady2020", "created_at": "2009-08-14T20:32:35.000Z", "description": "Allergy to Tory Party #YES to Indy but not SNP. Teacher. GC Feminist: \u2640\ufe0f is not a feeling/costume/set of behaviours \ud83e\udd96 Instablocks misogynists/racists/TRAs/KBFs", "location": "UnderStairs Cupboard, Scotland", "pinned_tweet_id": "1411625373121589248", "profile_image_url": "https://pbs.twimg.com/profile_images/1411626098224418817/e7beWu5b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 26, "tag": "YES"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2076, "following_count": 1531, "tweet_count": 41349, "listed_count": 19}, "withheld": null}
{"id": "1069203567959887872", "name": "diane", "username": "allkidsbefree", "created_at": "2018-12-02T12:16:10.000Z", "description": "\u30b8\u30a7\u30f3\u30c0\u30fc\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u3002\u5916\u56fd\u306b\u3042\u308b\u554f\u984c\u306f\u65e5\u672c\u306b\u8d77\u3089\u3055\u305b\u305f\u304f\u306a\u3044\u3093\u3067\u3059\u3002\u65e5\u672c\u8a9e\u304c\u4e0b\u624b\u3067\u3059\u304b\u3089\u3001\u79c1\u304c\u3061\u3083\u3093\u3068\u7406\u89e3\u51fa\u6765\u306a\u3044\u30c4\u30a4\u30fc\u30c8\u304c\u591a\u3044\u3060\u3057\u3001\u5909\u306a\u4e8b\u3092\u66f8\u3044\u3061\u3083\u3046\u304b\u3082\u3057\u308c\u306a\u3044\u3067\u3059\u3051\u3069\u3002\u3002\u3002", "location": "Japan", "pinned_tweet_id": "1099677442074017792", "profile_image_url": "https://pbs.twimg.com/profile_images/1140967778658074624/aSmHMP4v_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 713, "following_count": 1161, "tweet_count": 12126, "listed_count": 1}, "withheld": null}
{"id": "831003903768432641", "name": "Myra", "username": "friennd2friend", "created_at": "2017-02-13T04:55:44.000Z", "description": "Bible loving gardening mom; saved sola gratia; ex Catholic. XX chromosomally speaking #sexnotgender #thestanilandquestion #IStandwithMarionMillar,", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1423333803175694336/fpZ8ya5q_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 86, "end": 99, "tag": "sexnotgender"}, {"start": 100, "end": 121, "tag": "thestanilandquestion"}, {"start": 122, "end": 145, "tag": "IStandwithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1264, "following_count": 2965, "tweet_count": 31805, "listed_count": 2}, "withheld": null}
{"id": "2340731416", "name": "WhatKatyDid", "username": "byron9164", "created_at": "2014-02-13T06:34:01.000Z", "description": "'Every lie we tell incurs a debt to the truth. Sooner or later that debt is paid..\" Understand this, no f***ing 4 year old knows it is in the 'wrong' body...", "location": "A new version of hell...", "pinned_tweet_id": "1449261975322648576", "profile_image_url": "https://pbs.twimg.com/profile_images/1400496969215250435/Ty42Dbvg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1692, "following_count": 1768, "tweet_count": 28969, "listed_count": 1}, "withheld": null}
{"id": "2364531623", "name": "Helen Steel", "username": "helensteel12", "created_at": "2014-02-25T08:49:22.000Z", "description": "Gardener and long time campaigner on environmental and social justice issues. Side tracked into fighting #McLibel and political undercover policing - #spycops", "location": null, "pinned_tweet_id": "716545990854057984", "profile_image_url": "https://pbs.twimg.com/profile_images/695531695639040004/9J7ZxQM4_normal.jpg", "protected": false, "url": "https://t.co/jAuLxlKkna", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/jAuLxlKkna", "expanded_url": "http://helensteel12.wordpress.com", "display_url": "helensteel12.wordpress.com"}]}, "description": {"urls": null, "hashtags": [{"start": 105, "end": 113, "tag": "McLibel"}, {"start": 150, "end": 158, "tag": "spycops"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7600, "following_count": 1925, "tweet_count": 38842, "listed_count": 97}, "withheld": null}
{"id": "28323833", "name": "Ash & GD Rusty", "username": "ashmill1973", "created_at": "2009-04-02T11:59:45.000Z", "description": "Alba Dundee LACU Depty Chairperson\nTweets and R/T are my own as this is my personal account\n#Indy #WomenWontWheesed #IStandWithMarionMillar #BriansForIndy", "location": "Dundee", "pinned_tweet_id": "860512122618490882", "profile_image_url": "https://pbs.twimg.com/profile_images/1442867769717018629/TQRwraTF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 92, "end": 97, "tag": "Indy"}, {"start": 99, "end": 116, "tag": "WomenWontWheesed"}, {"start": 117, "end": 140, "tag": "IStandWithMarionMillar"}, {"start": 141, "end": 155, "tag": "BriansForIndy"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 779, "following_count": 1097, "tweet_count": 1612, "listed_count": 2}, "withheld": null}
{"id": "1285182897431777280", "name": "BiologicalWimpund \ud83c\udf40\ud83c\udf3c\ud83d\udc19", "username": "WimpundB", "created_at": "2020-07-20T12:01:18.000Z", "description": "Mother, Daughter, Sister, Woman. Politically homeless lefty.", "location": null, "pinned_tweet_id": "1354929550530990081", "profile_image_url": "https://pbs.twimg.com/profile_images/1442422535048491008/Cf8E4Bxg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1217, "following_count": 1271, "tweet_count": 6489, "listed_count": 2}, "withheld": null}
{"id": "19341346", "name": "SisterKaff\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96\ud83e\udd96\ud83c\uddeb\ud83c\uddf7\ud83c\uddea\ud83c\uddfa(\ud83c\uddec\ud83c\udde7)Sistersaurus", "username": "SisterKaff", "created_at": "2009-01-22T14:59:48.000Z", "description": "French thank f*ck. I'm with the dinosaurs \ud83d\udc49 \ud83e\udd96\ud83e\udd96\ud83e\udd96 and as for Brexit... \ud83d\ude02\ud83e\udde6\ud83c\udf7f\ud83c\udf7f", "location": "Ille et Vilaine", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1331510899404918784/A-Qn2zuR_normal.jpg", "protected": false, "url": "https://t.co/Fk4FOgE4wJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Fk4FOgE4wJ", "expanded_url": "http://thepencilofkels.wordpress.com", "display_url": "thepencilofkels.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 3951, "following_count": 4995, "tweet_count": 140139, "listed_count": 23}, "withheld": null}
{"id": "1219428828", "name": "\u8d64\u4e95\u30ad\u30c4\u30cd\uff0f\u2203\ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83e\uddf7@sex not gender,sex is real", "username": "Rockow653", "created_at": "2013-02-25T17:55:44.000Z", "description": "\u8fb2\u6751\u51fa\u8eab F\u30e9\u30f3\u5927\u5352 \u6027\u5225\u9055\u548c\u3067\u30db\u30eb\u30e2\u30f3\u7642\u6cd5\u4e2d\u306e\u8eab\u4f53\u7537\u6027 \u30b8\u30a7\u30f3\u30c0\u30fc\u30af\u30ea\u30c6\u30a3\u30ab\u30eb ADHD \u30ed\u30b9\u30b8\u30a7\u30cd \u502b\u7406\u3092\u91cd\u3093\u3058\u308b\u30b3\u30df\u30e5\u30cb\u30bf\u30ea\u30a2\u30f3 \u540c\u6027\u5a5a\u3084\u592b\u5a66\u5225\u59d3\u3092\u88dc\u5b8c\u3059\u308b\u30d1\u30fc\u30c8\u30ca\u30fc\u30b7\u30c3\u30d7\u5236\u5ea6\u3092\u5e0c\u671b \u53cd\u30c8\u30e9\u30f3\u30b9\u30b8\u30a7\u30f3\u30c0\u30ea\u30ba\u30e0\u3001\u30bb\u30af\u30b7\u30ba\u30e0\u3001\u30ec\u30a4\u30b7\u30ba\u30e0\u3001\u6b74\u53f2\u4fee\u6b63\u4e3b\u7fa9\u3001\u6a29\u5a01\u3001\u539f\u767a\u3001\u7dca\u7e2e\u8ca1\u653f\u3001\u8cc7\u672c\u4e3b\u7fa9 \u5de6\u53f3\u3067\u306f\u306a\u304f\u4e0a\u4e0b\u306e\u6226\u3044 \u5b9f\u306f\u854e\u9ea6\u6d3e", "location": "\u30c8\u30e9\u30eb\u30d5\u30a1\u30de\u30c9\u30fc\u30eb\u661f", "pinned_tweet_id": "1030539692330995712", "profile_image_url": "https://pbs.twimg.com/profile_images/1397657642714030082/GKeiP_w2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1955, "following_count": 3026, "tweet_count": 379858, "listed_count": 20}, "withheld": null}
{"id": "757996637881008129", "name": "Archel", "username": "Archel_6", "created_at": "2016-07-26T17:50:56.000Z", "description": "", "location": null, "pinned_tweet_id": "1306624594690928640", "profile_image_url": "https://pbs.twimg.com/profile_images/1077130977493823489/_JteRw9b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 431, "following_count": 1234, "tweet_count": 74113, "listed_count": 15}, "withheld": null}
{"id": "1175787512054407169", "name": "Charlie \ud83d\udfe5", "username": "DornochCharlie", "created_at": "2019-09-22T15:03:43.000Z", "description": "Books, cycling, golf, politics. The first three of these enrich my life. The fourth one, not so much. Dinosaur ally.", "location": null, "pinned_tweet_id": "1439900932439953410", "profile_image_url": "https://pbs.twimg.com/profile_images/1175787901407367169/0jB2Aw_d_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 204, "following_count": 410, "tweet_count": 3051, "listed_count": 1}, "withheld": null}
{"id": "1227316794249052160", "name": "Calderdale ReSisters \ud83e\udd95", "username": "CalderdaleReSi1", "created_at": "2020-02-11T19:42:09.000Z", "description": "Grassroots feminist organisation supporting women and girls in Calderdale.", "location": "Calderdale", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1227979023952773121/jZODvMhL_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 581, "following_count": 1035, "tweet_count": 1173, "listed_count": 1}, "withheld": null}
{"id": "2971092215", "name": "\ud83d\udfe5Willie Grumpy Git Ross \ud83d\udc9a\ud83d\udc9f\ud83d\udc9c", "username": "WillietheFly", "created_at": "2015-01-10T08:58:30.000Z", "description": "Livingston season ticket holder, long-standing LA Chargers fan. LOUD rock music. GC. Independence for Scotland and Wales. Pronouns: Repent/MuthaFucka", "location": "Livingston, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1344595712047243265/k7-l_lEY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 671, "following_count": 883, "tweet_count": 13835, "listed_count": 0}, "withheld": null}
{"id": "4496473703", "name": "Kate Styles \ud83d\udd78", "username": "bailey6117", "created_at": "2015-12-15T22:27:00.000Z", "description": "WOMAN - sex determined in utero. Friendly, feisty, furious about attempts to silence women's voices & fracking.\nPref pron : Women don't have time for that shit", "location": null, "pinned_tweet_id": "713672399712026624", "profile_image_url": "https://pbs.twimg.com/profile_images/1007954465847152640/AVdbDbSu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5335, "following_count": 5829, "tweet_count": 31980, "listed_count": 86}, "withheld": null}
{"id": "1345197905548693506", "name": "Zinetta", "username": "LiberatedLezzy", "created_at": "2021-01-02T02:39:19.000Z", "description": "I am a strong, independent acid snake in the skinsuit of a strong, independent woman!", "location": "Seattle, WA", "pinned_tweet_id": "1431327174435303427", "profile_image_url": "https://pbs.twimg.com/profile_images/1451035962906071041/GQ1ZQyJP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2313, "following_count": 513, "tweet_count": 5866, "listed_count": 10}, "withheld": null}
{"id": "795235420699115520", "name": "\u306a\u3064\u307f\ud83e\udd96", "username": "waiteatpaint", "created_at": "2016-11-06T12:04:33.000Z", "description": "Sex is not an identity.\ud83d\udc9a\u2764\ufe0e\ud83d\udc9c\nGender Critical Feminism\npolitically homeless\n#IStandWithJKRowling\n\n#HearMeRoar\n\u6d0b\u753b\u6d77\u5916\u30c9\u30e9\u30de\u7279\u306b\ud83c\uddec\ud83c\udde7\n\n(\u8aa4\u5b57\u8131\u5b57\u304c\u3059\u3054\u304f\u591a\u3044\u3067\u3059\u304c\u3054\u5bb9\u8d66\u304f\u3060\u3055\u3044)", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1222189834795544576/DKfYlg9M_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 74, "end": 94, "tag": "IStandWithJKRowling"}, {"start": 96, "end": 107, "tag": "HearMeRoar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2650, "following_count": 546, "tweet_count": 82416, "listed_count": 39}, "withheld": null}
{"id": "407861033", "name": "MERFosaurus (sister to THEsaurus)", "username": "rascallycake", "created_at": "2011-11-08T17:11:15.000Z", "description": "Grateful Recoverist, disobedient woman. If you don't respect my sex, don't expect my X. Pronouns: Yawn/Yawn", "location": "Sunny Salford", "pinned_tweet_id": "1394778768741371909", "profile_image_url": "https://pbs.twimg.com/profile_images/1440758738739027969/SVvW3WDo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2715, "following_count": 3286, "tweet_count": 36175, "listed_count": 12}, "withheld": null}
{"id": "1397801811935956993", "name": "Jimmy/(S\u00e9amie)\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f / \ud83c\uddee\ud83c\uddea", "username": "Jimmy20723610", "created_at": "2021-05-27T06:28:44.000Z", "description": "Facts will always be factual, and no delusion/illusion will ever replace solid natal facts.\nCSA survivor, of state funded physical/mental and rape abuse!", "location": "Mother Earth", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401834093357191168/8mbWnN9d_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 527, "following_count": 842, "tweet_count": 8576, "listed_count": 0}, "withheld": null}
{"id": "2611289328", "name": "Spasticus Autisticus \u2b1b\ud83d\udfe7\u262e\ufe0f\u267f\ud83e\udd9d", "username": "tpyamazaki", "created_at": "2014-07-08T08:40:27.000Z", "description": "\"Disobedience is the true foundation of liberty.\" Henry Thoreau\n\nLove science, peace, universal human rights and justice, hate all bullies and liars.", "location": null, "pinned_tweet_id": "1326870695905808384", "profile_image_url": "https://pbs.twimg.com/profile_images/1323984160990679040/OsOO709P_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1319, "following_count": 1906, "tweet_count": 9066, "listed_count": 2}, "withheld": null}
{"id": "539228727", "name": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7fj_kane\ud83c\uddf5\ud83c\uddf8 #pwME", "username": "joe90kane", "created_at": "2012-03-28T15:38:28.000Z", "description": "Genuine hard-working law-abiding disability extremist\n#WomenWontWheesht Terf-adjacent #SexNotGender\n#PostViral #LongCovid #MEcfs \nlist = block", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1375506183994417154/xg6YS9HU_normal.jpg", "protected": false, "url": "https://t.co/CNrmUpbY0D", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/CNrmUpbY0D", "expanded_url": "https://www.albaparty.org/", "display_url": "albaparty.org"}]}, "description": {"urls": null, "hashtags": [{"start": 54, "end": 71, "tag": "WomenWontWheesht"}, {"start": 86, "end": 99, "tag": "SexNotGender"}, {"start": 100, "end": 110, "tag": "PostViral"}, {"start": 111, "end": 121, "tag": "LongCovid"}, {"start": 122, "end": 128, "tag": "MEcfs"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3080, "following_count": 3001, "tweet_count": 191038, "listed_count": 1}, "withheld": null}
{"id": "20786782", "name": "Lord Steve Carter", "username": "Steveorben", "created_at": "2009-02-13T17:13:35.000Z", "description": "Don't believe in god, fairies, unicorns or women inhabiting men's bodies. (Well maybe unicorns... I have grandchildren so kinda have to).", "location": null, "pinned_tweet_id": "1452192638837399558", "profile_image_url": "https://pbs.twimg.com/profile_images/1253084498448785410/NofcdYOb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 307, "following_count": 117, "tweet_count": 20576, "listed_count": 15}, "withheld": null}
{"id": "1388829019706175488", "name": "The Independence Unicorn", "username": "TheInde84376741", "created_at": "2021-05-02T12:13:52.000Z", "description": "", "location": "Republic of Coatbridge", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1388844029199126530/j5BpdVDo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 437, "following_count": 649, "tweet_count": 12762, "listed_count": 1}, "withheld": null}
{"id": "1004905518", "name": "Querelle des femmes", "username": "QuerelleDFemmes", "created_at": "2012-12-11T21:20:40.000Z", "description": "MUJER. Profe. Fe/Mi/Nis/Mo...", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1304198391681949696/AmJ8XQPM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 587, "following_count": 1433, "tweet_count": 5378, "listed_count": 17}, "withheld": null}
{"id": "1157112149358964736", "name": "Malia", "username": "BirthingParent", "created_at": "2019-08-02T02:13:29.000Z", "description": "\ud83d\udc99\ud83d\udc97\ud83e\udd0d\ud83d\udc97\ud83d\udc99", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1247081359966760962/QgPwvv7e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 212, "following_count": 687, "tweet_count": 2829, "listed_count": 0}, "withheld": null}
{"id": "1658995975", "name": "Eah", "username": "phoenix_hearted", "created_at": "2013-08-10T01:21:41.000Z", "description": "Radical feminist and proud member of the international network of powerful lesbians. Recovering from BDSM.", "location": null, "pinned_tweet_id": "1393676506178543617", "profile_image_url": "https://pbs.twimg.com/profile_images/1287991915930169344/4zmZ9xJL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 344, "following_count": 492, "tweet_count": 4846, "listed_count": 2}, "withheld": null}
{"id": "22863835", "name": "Jennifer and cats \ud83d\udd78", "username": "shiina29", "created_at": "2009-03-05T02:03:05.000Z", "description": "Women\u2019s rights. Nature is a \u201cTERF\u201d.", "location": "Tokyo-to, Japan", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1148774200481468416/j3Wb9sQG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 616, "following_count": 979, "tweet_count": 8290, "listed_count": 5}, "withheld": null}
{"id": "1240595720", "name": "mobb", "username": "mobb_mum", "created_at": "2013-03-04T05:43:45.000Z", "description": "", "location": null, "pinned_tweet_id": "1031478164936118273", "profile_image_url": "https://pbs.twimg.com/profile_images/989378876416684032/036zC6Hq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1331, "following_count": 4282, "tweet_count": 29129, "listed_count": 4}, "withheld": null}
{"id": "1399891470405062661", "name": "Ellie Heretic", "username": "EllieHeretic", "created_at": "2021-06-02T00:52:34.000Z", "description": "Tomboy, Gay Rights Pioneer, Rebel Dyke, Sex Matters, Old Raver", "location": "United Kingdom", "pinned_tweet_id": "1433076430930386945", "profile_image_url": "https://pbs.twimg.com/profile_images/1406456102179512323/zCUfH7xz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 681, "following_count": 684, "tweet_count": 3395, "listed_count": 2}, "withheld": null}
{"id": "873958902500556801", "name": "Mandy Harkness\ud83e\udd95\ud83e\udd96", "username": "harkness_mandy", "created_at": "2017-06-11T17:43:34.000Z", "description": "Still missing Bowie. Pronouns:No/thank/you", "location": "Pinner, Middlesex", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1345453247599960065/_zqoxMY7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 570, "following_count": 1003, "tweet_count": 15526, "listed_count": 2}, "withheld": null}
{"id": "1271512135445516288", "name": "puffnstuff", "username": "puffnstuff14", "created_at": "2020-06-12T18:41:20.000Z", "description": "\u201cI\u2019ll retire to Bedlam.\u201d (Scrooge) \ud83d\udd25#TeamTERF\ud83d\udd25\u201dThe heart\u2019s desire of the alienated man is to see vines sprouting through the masonry.\u201d (Walker Percy)", "location": "United States", "pinned_tweet_id": "1440718464608440331", "profile_image_url": "https://pbs.twimg.com/profile_images/1386146282050310146/XvbxfQVO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 36, "end": 45, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 807, "following_count": 1602, "tweet_count": 15168, "listed_count": 1}, "withheld": null}
{"id": "1361929024218357760", "name": "\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Expose Misogynist Bigots \ud83e\udd96\ud83e\udd95\ud83e\udd0f\ud83c\udffd\ud83c\udfc1\ud83d\udfe5\u2640\ufe0f", "username": "TerfHappy", "created_at": "2021-02-17T06:43:10.000Z", "description": "AHF\u2640\ufe0f Porn & Gender Abolitionist. Nordic Model Now.\nRadFem. #EndFGM\nMRA Exclusionary \ud83e\ude78 Sex Not Gender \ud83e\ude78\ud83c\udfc1\nSurrogacy is Exploitation! Abolish Womens Prisons!", "location": "Pegasus Galaxy", "pinned_tweet_id": "1361955418038173701", "profile_image_url": "https://pbs.twimg.com/profile_images/1450681235886338048/mRYyAJNk_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 60, "end": 67, "tag": "EndFGM"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1265, "following_count": 2534, "tweet_count": 6191, "listed_count": 1}, "withheld": null}
{"id": "2993705982", "name": "tarunynorzo\ud83e\udd3a\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "tarunynorzo", "created_at": "2015-01-23T20:05:23.000Z", "description": "Female,Mum\u3002\u7ffb\u8a33\u306b\u3064\u3044\u3066\u306f\u5fc5\u305a\u3054\u81ea\u8eab\u3067\u30c0\u30d6\u30eb\u30c1\u30a7\u30c3\u30af\u3092\u3002\u52d5\u7269\u597d\u304d\u3002\u6b74\u53f2\u597d\u304d\u3002#SexMatters #SexIsReal #IStandWithJKR \ud83c\udf1esisterhood \ud83c\udf1e\u3010NetNews\u3078\u306e\u30c4\u30a4\u30fc\u30c8\u8ee2\u8f09\u7981\u6b62\u3011\u3010\u30b9\u30af\u30b7\u30e7\u306f\u3057\u306a\u3044\u3067\u306d\u3011", "location": "Yokohama, Japan ", "pinned_tweet_id": "1336346032364392448", "profile_image_url": "https://pbs.twimg.com/profile_images/1259417221421338624/DOeiL89x_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 43, "end": 54, "tag": "SexMatters"}, {"start": 55, "end": 65, "tag": "SexIsReal"}, {"start": 66, "end": 80, "tag": "IStandWithJKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1709, "following_count": 1029, "tweet_count": 359998, "listed_count": 37}, "withheld": null}
{"id": "1376901442515177474", "name": "Whiterose", "username": "Whiterosehip01", "created_at": "2021-03-30T14:18:09.000Z", "description": "WOMAN SCORNED.", "location": "On A Never Ending Big Dipper. ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1395048100046286848/TXeT5Mgv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 242, "following_count": 689, "tweet_count": 8310, "listed_count": 1}, "withheld": null}
{"id": "818592162044641280", "name": "Nah. \ud83d\udc0d\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83d\udfe5Angry lesbian velociraptor \u2764\ufe0f", "username": "WackyPidgeon", "created_at": "2017-01-09T22:55:55.000Z", "description": "Cats. Wine. GC RF. Brit-adjacent. Supermassive Lezzer. Calling out the Emperor\u2019s new clothes is not a -phobia #IStandWithJKRowling \ud83d\udc0d Hissss, not cis. \ud83d\udc0d", "location": null, "pinned_tweet_id": "1407493516058447873", "profile_image_url": "https://pbs.twimg.com/profile_images/818593688242819072/aCWu8t24_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 110, "end": 130, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3331, "following_count": 3982, "tweet_count": 60736, "listed_count": 9}, "withheld": null}
{"id": "1277921807127871488", "name": "Telreth Trul", "username": "telreth", "created_at": "2020-06-30T11:08:10.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 270, "following_count": 986, "tweet_count": 6215, "listed_count": 0}, "withheld": null}
{"id": "1231014768867102721", "name": "ESKB \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83c\udde6\ud83c\uddfa\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83e\udd96\ud83e\udd95", "username": "ESKB2", "created_at": "2020-02-22T00:36:30.000Z", "description": "Allegedly blunt, Intolerant of conscious stupidity, Adult Human Female, women don't have to be nice, identifying as a sloth during lockdown, again. \ud83d\ude44", "location": "Australia", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1324517302956564481/_2W58kzx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 572, "following_count": 1019, "tweet_count": 6278, "listed_count": 1}, "withheld": null}
{"id": "1361685279023726598", "name": "TweetyTweetTweet", "username": "TweetyP61004722", "created_at": "2021-02-16T14:34:12.000Z", "description": "For safe and fair 3rd/4th spaces in prisons, refuges and sports. There\u2019s space for us all in this world. #SexMatters #KeepPrisonsSingleSex #SaveWomensSports N=8", "location": null, "pinned_tweet_id": "1376875449633144833", "profile_image_url": "https://pbs.twimg.com/profile_images/1369091798551891976/TwJ5c74z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 105, "end": 116, "tag": "SexMatters"}, {"start": 117, "end": 138, "tag": "KeepPrisonsSingleSex"}, {"start": 139, "end": 156, "tag": "SaveWomensSports"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1630, "following_count": 4981, "tweet_count": 2932, "listed_count": 0}, "withheld": null}
{"id": "221192275", "name": "Viviana Olchansky", "username": "ViviOlchansky", "created_at": "2010-11-30T00:17:08.000Z", "description": "Investigaci\u00f3n, arte, intuici\u00f3n y creaci\u00f3n.", "location": "Buenos Aires, Argentina", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1397289905517219840/nqjKjHH2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 74, "following_count": 145, "tweet_count": 2011, "listed_count": 0}, "withheld": null}
{"id": "1048924272", "name": "Angela Yates", "username": "IslandJelli", "created_at": "2012-12-30T22:18:17.000Z", "description": "", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3043549960/b617ca95b7c36a306772c7be9ec1601e_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 880, "following_count": 2199, "tweet_count": 28132, "listed_count": 5}, "withheld": null}
{"id": "339304898", "name": "ratita\ud83d\udc2d", "username": "little_rat7", "created_at": "2011-07-20T22:10:09.000Z", "description": "5ever OT5 (\u2605) I bleed pearl red. \u6771\u65b9\u795e\u8d77 Cassi5peia. Bigeast. AKTF. [Insert here a bunch of concerts of 5dumbkids] (\uff61\uff65\u03c9\uff65\uff61)\uff89\u2661 *meep* TVfXQ \u2661 #BADFANRAT \u2661 RadFem \u2661", "location": "Lima, Per\u00fa & \u535a\u541b\u4e00\u8096\u2661MXTX\u541b\u4e0a\u2661\u4e8c\u54c8 ", "pinned_tweet_id": "1135057829084180482", "profile_image_url": "https://pbs.twimg.com/profile_images/1148839134859055109/XpCTBGNO_normal.jpg", "protected": false, "url": "https://t.co/x379R7zM0H", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/x379R7zM0H", "expanded_url": "http://lelittlerat7.tumblr.com/about", "display_url": "lelittlerat7.tumblr.com/about"}]}, "description": {"urls": null, "hashtags": [{"start": 137, "end": 147, "tag": "BADFANRAT"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 307, "following_count": 1814, "tweet_count": 119812, "listed_count": 0}, "withheld": null}
{"id": "223433819", "name": "Lois Addy", "username": "TootHillMedley", "created_at": "2010-12-06T11:28:40.000Z", "description": "Disabled Adult Human Female. All groups deserve compassion, consideration and a voice - everyone is entitled to their own opinions but not their own facts", "location": "Lincolnshire", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400820086626209793/rstwm3ou_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 331, "following_count": 576, "tweet_count": 11591, "listed_count": 4}, "withheld": null}
{"id": "164621259", "name": "BrettG", "username": "brettg1974", "created_at": "2010-07-09T09:29:08.000Z", "description": "Gay man, NOT queer, pro science & reality, resisting woke homophobia & misogyny \ud83c\udde6\ud83c\uddfa", "location": "Australia", "pinned_tweet_id": "1385826646783975426", "profile_image_url": "https://pbs.twimg.com/profile_images/1274601512296001537/ujBgPLxr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2328, "following_count": 3780, "tweet_count": 23489, "listed_count": 7}, "withheld": null}
{"id": "1380302328582971393", "name": "Terps Official\ud83d\udc18\ud83e\udd8f", "username": "OfficialTerps", "created_at": "2021-04-08T23:33:04.000Z", "description": "TERP = Trans-educated rational parents. Just a few parents wanting to write about their stories. We get to have a voice too.", "location": null, "pinned_tweet_id": "1425492622873747460", "profile_image_url": "https://pbs.twimg.com/profile_images/1381737570036424704/qCCyzuRV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1655, "following_count": 2438, "tweet_count": 4932, "listed_count": 1}, "withheld": null}
{"id": "26019075", "name": "Naefearty\ud83d\udc99", "username": "Jackieme2009", "created_at": "2009-03-23T15:15:25.000Z", "description": "Women's liberationist -\nFeminism is fucked when it gives a pass to racism and the price of membership is to join a fucking fan club. Opinions my own OBVIOUSLY.", "location": "That place with the castle", "pinned_tweet_id": "1048186645059706881", "profile_image_url": "https://pbs.twimg.com/profile_images/1400512162343264262/Jbkd7V3D_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2550, "following_count": 1783, "tweet_count": 32045, "listed_count": 8}, "withheld": null}
{"id": "35803506", "name": "Susie Hawkes", "username": "susiehawkes", "created_at": "2009-04-27T17:38:02.000Z", "description": "Lecturer in social work. Labour Party member. All opinions expressed are my own.", "location": null, "pinned_tweet_id": "1427734385118302215", "profile_image_url": "https://pbs.twimg.com/profile_images/3245196481/608d56d8aa5aeaab491aff7bf089dcdb_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1461, "following_count": 2102, "tweet_count": 9127, "listed_count": 17}, "withheld": null}
{"id": "56215103", "name": "Angie Jones", "username": "angijones", "created_at": "2009-07-12T22:51:32.000Z", "description": "I am only here to defend my sex based rights. Leftie. Radical Feminist. Sociologist. De-boosted for believing in biological reality.", "location": "Naarm/Melbourne, Australia ", "pinned_tweet_id": "1279920166315233282", "profile_image_url": "https://pbs.twimg.com/profile_images/1415108116362846208/3KTizB_T_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2850, "following_count": 1255, "tweet_count": 6060, "listed_count": 7}, "withheld": null}
{"id": "908087539226963968", "name": "diana Mackin", "username": "dianamackin2", "created_at": "2017-09-13T21:58:35.000Z", "description": "Radical feminist. Gender abolitionist, pro-Nordic model, fat activist, working class, comfy old woman. One year into research on vaccines, and ... oh, wow!", "location": "Center of the Bibble Belt", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/911991248210161665/R1HYzsIq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 565, "following_count": 722, "tweet_count": 4847, "listed_count": 1}, "withheld": null}
{"id": "1042021101025423366", "name": "TopKek", "username": "TopKek64311778", "created_at": "2018-09-18T12:02:45.000Z", "description": "Keks biscuit heh heh\n\nPronoun:Keks/Biscuits\n\n~Keks~", "location": null, "pinned_tweet_id": "1238719104711667712", "profile_image_url": "https://pbs.twimg.com/profile_images/1042042303479799816/T1FmTL13_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 10, "following_count": 100, "tweet_count": 862, "listed_count": 0}, "withheld": null}
{"id": "1208832545430786048", "name": "Owl #AmendTheEqualityAct \ud83d\udc9c \ud83c\udff3\ufe0f\u200d\ud83c\udf08", "username": "LesbianOwl33", "created_at": "2019-12-22T19:32:05.000Z", "description": "@LGBAlliance_USA \n#IStandWithSashaWhite\n#IStandWithMaya\n#FBGC \nSupport #detrans\nContact me for US based activism resources for women, lesbians & LGB.", "location": "Pronouns=1984", "pinned_tweet_id": "1211400705581469698", "profile_image_url": "https://pbs.twimg.com/profile_images/1298405423511306241/3IG9zpO0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 18, "end": 39, "tag": "IStandWithSashaWhite"}, {"start": 40, "end": 55, "tag": "IStandWithMaya"}, {"start": 56, "end": 61, "tag": "FBGC"}, {"start": 71, "end": 79, "tag": "detrans"}], "mentions": [{"start": 0, "end": 16, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 2722, "following_count": 2747, "tweet_count": 16498, "listed_count": 13}, "withheld": null}
{"id": "243849230", "name": "Siobhan Scullion", "username": "scully1066", "created_at": "2011-01-27T23:19:45.000Z", "description": "I'm a feminist. I've been a female for a long time now. It'd be stupid not to be on my own side.-\u00a0Maya Angelou \ud83d\udc9a\ud83d\udc9c\ud83e\udd0d", "location": "Wales, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1235006498197180416/A1PqHqsO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1049, "following_count": 2603, "tweet_count": 48383, "listed_count": 1}, "withheld": null}
{"id": "20429604", "name": "Wrongfield \ud83e\udd96\ud83e\udd96", "username": "wrongfield", "created_at": "2009-02-09T11:37:21.000Z", "description": "Londoner. #AdultHumanFemale #IStandWithJKRowling", "location": "Haringey", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1412109798661820423/p5FWUtWE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 10, "end": 27, "tag": "AdultHumanFemale"}, {"start": 28, "end": 48, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1351, "following_count": 3232, "tweet_count": 5366, "listed_count": 7}, "withheld": null}
{"id": "1358893027285204996", "name": "Michelle Thomson", "username": "mscots41", "created_at": "2021-02-08T21:38:50.000Z", "description": "", "location": "Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403300679087804416/_YJpGXmb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1924, "following_count": 2881, "tweet_count": 20767, "listed_count": 1}, "withheld": null}
{"id": "3362551647", "name": "Adult Human Female \u26a2\ud83d\udd3b\ud83c\udf31\ud83c\udfde\ufe0f \u03a0\u03bf\u03c4\u03ad \u03be\u03b1\u03bd\u03ac \u03c6\u03b1\u03c3\u03b9\u03c3\u03bc\u03cc\u03c2!", "username": "Ilona_GR_DE", "created_at": "2015-07-06T15:38:28.000Z", "description": "Never forget \ud83c\uddec\ud83c\uddf7 1941-1944 \u270a\u262d #\u039f\u03a7\u0399 5July2015 #Greece said NO! #HumanRights are universal and indivisible! \ud83e\udd1d Gender is a social construct. \u26a2 Lesbian not queer!", "location": "Eco-socialist in unlimited Europe \ud83d\uddfa\ufe0f", "pinned_tweet_id": "1449398390182318083", "profile_image_url": "https://pbs.twimg.com/profile_images/1446226101957799936/NlZcINHa_normal.jpg", "protected": false, "url": "https://t.co/nkJy48qdNJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/nkJy48qdNJ", "expanded_url": "http://www.sozonline.de", "display_url": "sozonline.de"}]}, "description": {"urls": null, "hashtags": [{"start": 29, "end": 33, "tag": "\u039f\u03a7\u0399"}, {"start": 44, "end": 51, "tag": "Greece"}, {"start": 61, "end": 73, "tag": "HumanRights"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 340, "following_count": 348, "tweet_count": 15598, "listed_count": 5}, "withheld": null}
{"id": "944979672017674240", "name": "\ud83d\udfe5Hb\u925b\u7b46", "username": "HbO21221", "created_at": "2017-12-24T17:14:45.000Z", "description": "\u8aad\u3093\u3067\u52c7\u6c17\u3092\u3082\u3089\u3046\u7528\nRT\u591a\u3081\u3067\u305f\u307e\u306b\u307d\u3064\u307d\u3064\u558b\u308a\u307e\u3059 \u30eb\u30fc\u8a9e\n\u6027\u683c\u307b\u3069\u53e3\u306f\u60aa\u304f\u306a\u3044 \nDon't you mis'cis' me. \u30de\u30a4\u30eb\u30c9\u53cd\u51fa\u751f \u263d\ufe0e\ufe0e\ufe0e\u25ef\u263e", "location": "\u30c8\u30e9\u30f3\u30b9\u30a2\u30c8\u30e9\u30f3\u30c6\u30a3\u30c3\u30af\u30a2\u30af\u30bb\u30f3\u30c8", "pinned_tweet_id": "1128172290946916354", "profile_image_url": "https://pbs.twimg.com/profile_images/947856675825782785/tP5gpJk3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 433, "following_count": 404, "tweet_count": 130832, "listed_count": 6}, "withheld": null}
{"id": "1036913736", "name": "Missis Overlodocus", "username": "HRHQueenfish", "created_at": "2012-12-26T11:30:45.000Z", "description": "Being an adult human female is not a hate crime. #Ibelieveher and anti greyhound racing.", "location": "Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401584963133247493/oiXFcaZ1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 49, "end": 61, "tag": "Ibelieveher"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 415, "following_count": 885, "tweet_count": 1457, "listed_count": 2}, "withheld": null}
{"id": "1346832088918585344", "name": "La Sierpita", "username": "carme_gamero", "created_at": "2021-01-06T14:53:11.000Z", "description": "La Sierpita \u00e9s la meva casa a Cadis.\nJo s\u00f3c la Carme. Vaig estudiar arquitectura a la ETSAB, i llengua i literatura italiana a la UB. S\u00f3c feminista i comunista.", "location": "Cadiz, Spain", "pinned_tweet_id": "1443245596324868108", "profile_image_url": "https://pbs.twimg.com/profile_images/1436351891638784000/9I_0P_Cp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1503, "following_count": 1908, "tweet_count": 8250, "listed_count": 15}, "withheld": null}
{"id": "2582143159", "name": "John Cowie..'Facts are chiels that winna ding'ALBA", "username": "joco2014", "created_at": "2014-06-22T12:06:19.000Z", "description": "Instagram refugee @theglasgowguild. Long story. Locked out of stolen, 8yr 50/50 The Glasgow Guild by ex. Prev account on twitter is @glasgowguild. gett'n there", "location": "Glasgow", "pinned_tweet_id": "1437775330303959053", "profile_image_url": "https://pbs.twimg.com/profile_images/1394215161938989057/b-UD7TIj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 18, "end": 34, "tag": null}, {"start": 132, "end": 145, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1588, "following_count": 2122, "tweet_count": 42955, "listed_count": 1}, "withheld": null}
{"id": "1202235439123501056", "name": "Unturned", "username": "ArtUnturned", "created_at": "2019-12-04T14:37:33.000Z", "description": "If something is claimed to be empowering, ask yourself if people with power are doing it", "location": null, "pinned_tweet_id": "1326632371957936128", "profile_image_url": "https://pbs.twimg.com/profile_images/1250866791603212288/qvKdXtaH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 857, "following_count": 1366, "tweet_count": 18782, "listed_count": 2}, "withheld": null}
{"id": "1453940318", "name": "CARMELA", "username": "carrmaluca", "created_at": "2013-05-24T11:18:39.000Z", "description": "Psic\u00f3loga. Coordinadora de Proyectos en @EgeriaDsarrollo. Militante en el @MalagaForumpf #GeneroEsOpresion", "location": "M\u00e1laga", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1433017744493010947/YBd8wdK5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 89, "end": 106, "tag": "GeneroEsOpresion"}], "mentions": [{"start": 40, "end": 56, "tag": null}, {"start": 74, "end": 88, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1159, "following_count": 1018, "tweet_count": 12550, "listed_count": 5}, "withheld": null}
{"id": "928576995126136832", "name": "Goody Anne Roberts", "username": "TheFatLardy", "created_at": "2017-11-09T10:56:22.000Z", "description": "Loves crumpets, travel, theatre, books, cats, fairness, honest respectful debate, dolphins and Jamie Fraser.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/932313558406385667/ASydZdU0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 420, "following_count": 452, "tweet_count": 55177, "listed_count": 3}, "withheld": null}
{"id": "732158198791036932", "name": "BBZK", "username": "MACS0647_anon", "created_at": "2016-05-16T10:38:12.000Z", "description": "#CLEXA #Leskru #Supercorp\n\nPeople need to read more than the headlines then form their opinions. Stop being lazy.", "location": null, "pinned_tweet_id": "1311635031815671808", "profile_image_url": "https://pbs.twimg.com/profile_images/1452173327821205508/QQil4SUr_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 6, "tag": "CLEXA"}, {"start": 7, "end": 14, "tag": "Leskru"}, {"start": 15, "end": 25, "tag": "Supercorp"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 148, "following_count": 149, "tweet_count": 13476, "listed_count": 1}, "withheld": null}
{"id": "353959510", "name": "Iris_I am Womasaurus_Rex \ud83e\udd96\ud83c\uddea\ud83c\udde8 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \ud83c\uddec\ud83c\udde7", "username": "Ecuadorian_Mum", "created_at": "2011-08-12T22:30:51.000Z", "description": "\ud83e\udd96\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c Adult Human Female !Mujeres y Madres no son un fetiche ni un sentimiento ni una opci\u00f3n! Resist don\u2019t Desist #WombView \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd96", "location": "Anywhere", "pinned_tweet_id": "1227295415713878016", "profile_image_url": "https://pbs.twimg.com/profile_images/1448076722914594823/Kg5oVPn3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 113, "end": 122, "tag": "WombView"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3034, "following_count": 2926, "tweet_count": 17706, "listed_count": 7}, "withheld": null}
{"id": "256230509", "name": "Edna Welthorpe (Mrs)", "username": "ednawelthorpe", "created_at": "2011-02-22T22:55:57.000Z", "description": "DISLIKES: Young people, gratuitous nudity, hatless politicians, Communists, Johnny Foreigner, people immune to irony.\nPRONOUNS: It who must be obeyed.", "location": "Hampstead / Monaco / Cromer", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/577166913425436672/FC9MxZnr_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1482, "following_count": 897, "tweet_count": 33396, "listed_count": 7}, "withheld": null}
{"id": "1301872920990568448", "name": "James", "username": "HumanGayMale", "created_at": "2020-09-04T13:21:22.000Z", "description": "Happy to have a conversation if we disagree on an issue, so long as you address what is actually said. Trolls will be blocked. #IStandWithKathleenStock", "location": "London", "pinned_tweet_id": "1410857670299590659", "profile_image_url": "https://pbs.twimg.com/profile_images/1319970737495605248/cY42HKt6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 128, "end": 152, "tag": "IStandWithKathleenStock"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3127, "following_count": 280, "tweet_count": 8354, "listed_count": 14}, "withheld": null}
{"id": "1514588774", "name": "J.Catherine", "username": "Catherine1J", "created_at": "2013-06-13T22:05:55.000Z", "description": "The Gender Identity Movement is regressive, repressive, misogynistic, homophobic and misopedic. It is NOT a Trans Rights Movement.", "location": "Ireland \ud83c\uddee\ud83c\uddea", "pinned_tweet_id": "1451205962778484740", "profile_image_url": "https://pbs.twimg.com/profile_images/378800000026927037/8a3e8e12ca30ba3d1693ee701526fd8d_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2604, "following_count": 2556, "tweet_count": 10898, "listed_count": 2}, "withheld": null}
{"id": "1243943921878794240", "name": "WitchWoman \ud83c\udf08 \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a NoBullCis Gender Critical FTW", "username": "WitchyRadFem", "created_at": "2020-03-28T16:52:35.000Z", "description": "Progressive sweary adult human female. Gender abolitionist. I use the pronouns I prefer. #FightLikeRBG #IStandWithJKRowling Keep asking #theStanilandQuestion", "location": null, "pinned_tweet_id": "1443562545890185216", "profile_image_url": "https://pbs.twimg.com/profile_images/1443571534182899712/H1gFbUB__normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 90, "end": 103, "tag": "FightLikeRBG"}, {"start": 104, "end": 124, "tag": "IStandWithJKRowling"}, {"start": 137, "end": 158, "tag": "theStanilandQuestion"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2245, "following_count": 3882, "tweet_count": 4796, "listed_count": 4}, "withheld": null}
{"id": "50263", "name": "Gert CPFA \"Women in time will do much\"", "username": "Gert", "created_at": "2006-12-08T11:45:09.000Z", "description": "Amanuensis to voices in my head. Fibromyalgia, opera, Labour 84-20, cycle, audit, photos, feminist, food, MUFC, knit, secular, walk, crime. No/Nay/Never", "location": "Romney Marsh formerly Brixton & Sale", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1134770978792325120/oIouCTOM_normal.jpg", "protected": false, "url": "https://t.co/WCfVafMZju", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/WCfVafMZju", "expanded_url": "http://gertsamtkunstwerk.typepad.co.uk/weblog/", "display_url": "gertsamtkunstwerk.typepad.co.uk/weblog/"}]}, "description": null}, "public_metrics": {"followers_count": 1375, "following_count": 1078, "tweet_count": 96990, "listed_count": 86}, "withheld": null}
{"id": "334047000", "name": "AndytheGinge", "username": "andytheginge", "created_at": "2011-07-12T14:02:51.000Z", "description": "Ginger Freedom Fighter with ears tuned to music, West Ham and sarcastic bastard. A retweet or like isn't an endorsement. Blocked by Trump, Custis (N) & Froome", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/896430454143954944/DWvwToAz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 312, "following_count": 791, "tweet_count": 29399, "listed_count": 2}, "withheld": null}
{"id": "1083656226716745728", "name": "Johnny The Monkey.", "username": "JohnMcH_", "created_at": "2019-01-11T09:25:52.000Z", "description": "If \"cis\" is in your vocabulary, jog on.", "location": "Scotland.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1209647968283967488/QlZTA-5b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 414, "following_count": 580, "tweet_count": 11992, "listed_count": 0}, "withheld": null}
{"id": "93186959", "name": "Liz S. Mother Woman Female XX", "username": "maliamum", "created_at": "2009-11-28T13:48:19.000Z", "description": "A careless word may kindle strife. A cruel word may wreck a life. A timely word may level stress. But a loving word may heal and bless.\n\nNo DM's", "location": "Glasgow Scotland", "pinned_tweet_id": "1278787641513828368", "profile_image_url": "https://pbs.twimg.com/profile_images/1379162217908670473/DqJoYvEp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2065, "following_count": 2924, "tweet_count": 69793, "listed_count": 0}, "withheld": null}
{"id": "1284630391979114496", "name": "Michael Chestnut", "username": "MycoolChestnut", "created_at": "2020-07-18T23:25:45.000Z", "description": "Long live the catriarchy.\n\nDown with the patriarchy.\n\nSex is real. \n\nPronouns - I'm a rights-hoarding dinosaur-cat, \nit's all me, me, me. Meow-roaaaarrrrrrr", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1284630847992274945/XZ0t2H4z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 182, "following_count": 455, "tweet_count": 608, "listed_count": 3}, "withheld": null}
{"id": "1068523514771075074", "name": "\ud83e\udd95I am Dino Hear me Roar \ud83e\udd96\ud83d\udc9c\ud83d\udc9a\ud83e\udd0d", "username": "Mollycoddles12", "created_at": "2018-11-30T15:13:52.000Z", "description": "Adult human female. Dog coddler. Singer of folk songs and lover of nature, music, truth. Dinosaur rights are human rights. \ud83d\ude2c", "location": "The material world", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1072531358625472512/cUggfnr1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 620, "following_count": 697, "tweet_count": 6644, "listed_count": 0}, "withheld": null}
{"id": "897480124635000832", "name": "modernsh*te", "username": "ModernShy", "created_at": "2017-08-15T15:28:30.000Z", "description": "Up is not down. GC, but believe in gender, not anti trans, same sex attracted man. Don't assume Twitter debate means someone's angry. Avoid name-calling.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1262538017178345474/fZb4oZNb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1195, "following_count": 1908, "tweet_count": 11723, "listed_count": 6}, "withheld": null}
{"id": "1177694698917580800", "name": "Natalie\ud83e\udd96\"No\"asaurus", "username": "clovhamm", "created_at": "2019-09-27T21:21:25.000Z", "description": "PhD in the arts but I live in reality. Women need spaces away from men. Get over it.\n\n#WomenWontWheesht #NoThankYou #IStandWithJKRowling", "location": "Jurassic Park", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1183444842967457798/GcssSlG1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 87, "end": 104, "tag": "WomenWontWheesht"}, {"start": 105, "end": 116, "tag": "NoThankYou"}, {"start": 117, "end": 137, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1558, "following_count": 1822, "tweet_count": 7716, "listed_count": 2}, "withheld": null}
{"id": "20604623", "name": "ForzaVale \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "Roaringgirl", "created_at": "2009-02-11T17:27:07.000Z", "description": "Adult Human Female. That is all I need say.\n\nFull On Nuclear TERF.\n\n#IStandWithJKR", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1321575429250162688/WqlvwgQX_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 68, "end": 82, "tag": "IStandWithJKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 521, "following_count": 755, "tweet_count": 17620, "listed_count": 7}, "withheld": null}
{"id": "301659741", "name": "caputxetadepics", "username": "caputxetadepics", "created_at": "2011-05-19T20:52:50.000Z", "description": "en deconstrucci\u00f3", "location": null, "pinned_tweet_id": "1185538712341483527", "profile_image_url": "https://pbs.twimg.com/profile_images/1248986608721899525/76QdY7dk_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1384, "following_count": 3198, "tweet_count": 178030, "listed_count": 2}, "withheld": null}
{"id": "1272207770201329667", "name": "Rainbow-Ninja", "username": "Rainbow80870929", "created_at": "2020-06-14T16:42:31.000Z", "description": "Ninja of the rainbows", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1309234664415133696/dR6FncRe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 356, "following_count": 653, "tweet_count": 7202, "listed_count": 2}, "withheld": null}
{"id": "939897072601522176", "name": "HighlandelderMuse #WomenWontWheesht", "username": "Highlandelder", "created_at": "2017-12-10T16:38:19.000Z", "description": "Adult Human Female", "location": "Dundee", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1305717943725166592/M-yxbgpI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 396, "following_count": 321, "tweet_count": 17098, "listed_count": 0}, "withheld": null}
{"id": "877344854", "name": "scimps", "username": "scimps", "created_at": "2012-10-13T08:27:31.000Z", "description": "", "location": "Earth", "pinned_tweet_id": "1089856297871310854", "profile_image_url": "https://pbs.twimg.com/profile_images/1432425752448876544/vcykaYrb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 832, "following_count": 975, "tweet_count": 117348, "listed_count": 19}, "withheld": null}
{"id": "1230858757988638720", "name": "Carolyn Ann & Lit Bit \"I STAND WITH JK ROWLING!\"", "username": "Noneofy73003973", "created_at": "2020-02-21T14:16:30.000Z", "description": "Transsexual female. *NOT TRANS* Reclaiming our language & its meaning. Own views.\nMy dreams don't have a sell by date.\nMum to Lit Bit.\nCOVID Survivor.", "location": " Co. Leitrim. Ireland", "pinned_tweet_id": "1239177143701114880", "profile_image_url": "https://pbs.twimg.com/profile_images/1446922139270107136/PazpTlbn_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1819, "following_count": 1612, "tweet_count": 17688, "listed_count": 6}, "withheld": null}
{"id": "462128118", "name": "Ian McLean #FBSI \ud83c\udf52\ud83c\udf52", "username": "embradon", "created_at": "2012-01-12T16:04:29.000Z", "description": "Passionate supporter of Independence, Aberdeen FC and Andy Murray.\rEurophile.\nRetired construction professional.\nIf you need to know my pronouns, don't bother.", "location": "Moray", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/747169923219128324/VKJPyDaF_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2239, "following_count": 4039, "tweet_count": 80460, "listed_count": 16}, "withheld": null}
{"id": "1091433990937030656", "name": "dorsetresisters", "username": "dorsetresisters", "created_at": "2019-02-01T20:31:56.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1091987603597996032/axlo0lm7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 387, "following_count": 506, "tweet_count": 1413, "listed_count": 4}, "withheld": null}
{"id": "987345012559106048", "name": "\ud83e\udd95Babooshka Venus\ud83c\udfc1", "username": "BabooshkaVenus", "created_at": "2018-04-20T14:59:29.000Z", "description": "\ud83d\udfe5 Smash gender stereotypes not young people\u2019s bodies! Keep ALL men out of Women\u2019s Spaces! \ud83d\udc97 \ud83d\udc36\ud83e\udd96\ud83e\udd94 Stonewall OUT!!!", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/987350900292407296/ESVe9ve0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1293, "following_count": 2101, "tweet_count": 1325, "listed_count": 1}, "withheld": null}
{"id": "1043945570942013440", "name": "Craig McKenzie", "username": "CraigMcK_YBFSI", "created_at": "2018-09-23T19:29:54.000Z", "description": "#NaeFlyTillAye #Scoliday\n#IndyRef2 \n#CraigsForIndy\n#MenWontWheesht\n#DissolveTheUnion\nYesBiker \nSaor Alba gu Brath!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1390922671328829440/dq_IGEo7_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 14, "tag": "NaeFlyTillAye"}, {"start": 15, "end": 24, "tag": "Scoliday"}, {"start": 25, "end": 34, "tag": "IndyRef2"}, {"start": 36, "end": 50, "tag": "CraigsForIndy"}, {"start": 51, "end": 66, "tag": "MenWontWheesht"}, {"start": 67, "end": 84, "tag": "DissolveTheUnion"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1511, "following_count": 1612, "tweet_count": 15322, "listed_count": 2}, "withheld": null}
{"id": "262898409", "name": "I love JKR & I stand with Maya & Marian", "username": "Declutter_Queen", "created_at": "2011-03-09T00:09:27.000Z", "description": "Just don't", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400728927165988877/IXe6KhI0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1377, "following_count": 1010, "tweet_count": 12652, "listed_count": 116}, "withheld": null}
{"id": "1168460411307462656", "name": "\ud835\udc73\ud835\udc82\ud835\udc85\ud835\udc9a \ud835\udc71 \ud835\udc69\ud835\udc90\ud835\udc90\ud835\udc8e\ud835\udc86\ud835\udc93\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\uddec\ud83c\udde7\ud83c\uddfa\ud83c\uddf8\ud83c\uddee\ud83c\uddf1", "username": "JayneDWales", "created_at": "2019-09-02T09:47:40.000Z", "description": "No woke/PC cr@p. British/Welsh. Centre right. Engaged. 1 son, 1 step-daughter and 1 American Bulldog. \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c #SexMatters #GBNEWS #NoDMs", "location": "Swansea, Wales", "pinned_tweet_id": "1451180730868895748", "profile_image_url": "https://pbs.twimg.com/profile_images/1422838649482321925/APt_QPgb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 106, "end": 117, "tag": "SexMatters"}, {"start": 118, "end": 125, "tag": "GBNEWS"}, {"start": 126, "end": 132, "tag": "NoDMs"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 21102, "following_count": 19221, "tweet_count": 70409, "listed_count": 12}, "withheld": null}
{"id": "945790735068020736", "name": "\ud83d\udfe5 Ella Washington \ud83e\udd40", "username": "rhetorical_joke", "created_at": "2017-12-26T22:57:37.000Z", "description": "Agender; a personality. Female is a materially real sex, not an identity.\n\n\ud83d\udc51\ud83d\udc0a\ud83e\udd8e\ud83e\uddd9\u200d\u2642\ufe0f", "location": "Polygondwanaland", "pinned_tweet_id": "1369342790564384768", "profile_image_url": "https://pbs.twimg.com/profile_images/1437168527559909378/Bcv8mWRe_normal.jpg", "protected": false, "url": "https://t.co/fC2LaTDILj", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fC2LaTDILj", "expanded_url": "http://womanmeanssomething.com", "display_url": "womanmeanssomething.com"}]}, "description": null}, "public_metrics": {"followers_count": 1300, "following_count": 2098, "tweet_count": 8636, "listed_count": 1}, "withheld": null}
{"id": "1013688263075385345", "name": "MaryReflektor", "username": "MaryReflektor", "created_at": "2018-07-02T07:38:10.000Z", "description": "Mujer, madre, feminista, pro mis compa\u00f1eras y de apellido: BLOCK AL FACHIRULO!\u270a\ud83c\udffc\ud83d\udc9c\ud83c\udff3\ufe0f\u200d\ud83c\udf08\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66\ud83d\udc83\ud83c\udffb\ud83d\udc69\ud83c\udffc\u200d\ud83c\udfa4", "location": null, "pinned_tweet_id": "1337093494809260032", "profile_image_url": "https://pbs.twimg.com/profile_images/1371218370264248321/EVGkTLYG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2407, "following_count": 4793, "tweet_count": 37242, "listed_count": 7}, "withheld": null}
{"id": "2363358828", "name": "pianuska08", "username": "pianuska08", "created_at": "2014-02-27T00:14:49.000Z", "description": "Nacida el 18-08-72. Leo con ascendente en Libra. Un poco alocada (exc\u00e9ntrica). Me gusta hacer ejercicio, leer mucho, amante del anime y el manga.", "location": null, "pinned_tweet_id": "1183385273721327617", "profile_image_url": "https://pbs.twimg.com/profile_images/1360777609110556674/3JIp5D7I_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 220, "following_count": 309, "tweet_count": 6248, "listed_count": 3}, "withheld": null}
{"id": "1351646582182174726", "name": "Hear Me Roar \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "WeWomen007", "created_at": "2021-01-19T21:44:04.000Z", "description": "\ud83d\udfe5 \ud83e\udde1\ud83d\udda4 I am woman, phenomenally. Committed to the sisterhood. I am not your cis #superstraight Pronouns; No/Thank/You \ud83e\udd95", "location": "N01 Terf Street, Terf island. ", "pinned_tweet_id": "1438834580874792960", "profile_image_url": "https://pbs.twimg.com/profile_images/1438863429809418247/Mx0AgdXl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 78, "end": 92, "tag": "superstraight"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 835, "following_count": 852, "tweet_count": 6720, "listed_count": 2}, "withheld": null}
{"id": "908404777796751360", "name": "Cella Dawe", "username": "CellaDawe", "created_at": "2017-09-14T18:59:11.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1280816338047586304/Z0RRDGCb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 155, "following_count": 847, "tweet_count": 1613, "listed_count": 0}, "withheld": null}
{"id": "256987586", "name": "Liza \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83d\udfe5\ud83c\udf52and scary dinosaur!", "username": "heyheyde", "created_at": "2011-02-24T13:45:43.000Z", "description": "Leftish, Scottish, enjoying life!", "location": "Germany", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403687605791870979/rCtKb4cz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 714, "following_count": 595, "tweet_count": 64683, "listed_count": 22}, "withheld": null}
{"id": "294179734", "name": "Look Aboot Ye", "username": "ThereWasACoo", "created_at": "2011-05-06T17:27:49.000Z", "description": "On yonder hill there stood a coo. It's no there noo, it must hae shiftit...", "location": "Dunfermline, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/2511286383/ilotpanc1udlyva3px3c_normal.jpeg", "protected": false, "url": "https://t.co/GVtarAZPzB", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/GVtarAZPzB", "expanded_url": "http://whatsonguide.scot", "display_url": "whatsonguide.scot"}]}, "description": null}, "public_metrics": {"followers_count": 3207, "following_count": 877, "tweet_count": 142198, "listed_count": 0}, "withheld": null}
{"id": "40511233", "name": "ngrywmn \ud83d\udc9a 'no me jodan, crezcan'", "username": "C_scip", "created_at": "2009-05-16T18:06:09.000Z", "description": "Woman of too many interests. Born in the 80s, Mom \ud83d\udc67\ud83c\udffe\ud83d\udc67\ud83c\udffc and (PhD) student of the world. You are never too old to learn sth. new. #womensrightsarehumanrights", "location": "BsAs (CABA). MGA. HD. R\u00edo.YOW.", "pinned_tweet_id": "1451095513051303940", "profile_image_url": "https://pbs.twimg.com/profile_images/701663115092631552/A2HwEWAH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 128, "end": 155, "tag": "womensrightsarehumanrights"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 585, "following_count": 1559, "tweet_count": 8220, "listed_count": 3}, "withheld": null}
{"id": "1054104392213975040", "name": "Human F(re)emale \ud83e\udd96", "username": "HumanFreemale", "created_at": "2018-10-21T20:17:26.000Z", "description": "Academic who understands science. Biological realist. I don\u2019t think gender non-conformism requires medical intervention. Your feelings don\u2019t trump facts.", "location": null, "pinned_tweet_id": "1451168282178953221", "profile_image_url": "https://pbs.twimg.com/profile_images/1054521091174137857/8_XKjT5z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2660, "following_count": 1718, "tweet_count": 6719, "listed_count": 3}, "withheld": null}
{"id": "705443391887286272", "name": "Doreen Copeland #IStandWithJKRowling", "username": "copeland2305", "created_at": "2016-03-03T17:23:05.000Z", "description": "Scottish. Defender of sex based rights for women. Fuk off misogynists", "location": "Planet biological woman", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401070263677112322/DDeY3512_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1338, "following_count": 1853, "tweet_count": 17825, "listed_count": 8}, "withheld": null}
{"id": "1366213470954409986", "name": "\u2640", "username": "quu3nb", "created_at": "2021-03-01T02:27:41.000Z", "description": "MUJER / abolicionista / \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": "19", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1449971802621370374/WGUuzeXA_normal.jpg", "protected": false, "url": "https://t.co/OPbzU1fwZ7", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/OPbzU1fwZ7", "expanded_url": "https://instagram.com/quu3nb?igshid=ik4csrs4dmm9", "display_url": "instagram.com/quu3nb?igshid=\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 574, "following_count": 563, "tweet_count": 8986, "listed_count": 1}, "withheld": null}
{"id": "338278087", "name": "Fiona Kabuki", "username": "FionaKabuki", "created_at": "2011-07-19T10:19:37.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1456535100/yokoava_normal.JPEG", "protected": false, "url": "http://t.co/Or0wmuzDCO", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/Or0wmuzDCO", "expanded_url": "http://thosebigwords.forumcommunity.net/", "display_url": "thosebigwords.forumcommunity.net"}]}, "description": null}, "public_metrics": {"followers_count": 2817, "following_count": 2598, "tweet_count": 77499, "listed_count": 15}, "withheld": null}
{"id": "1273895306535432192", "name": "Demeter Aganippe", "username": "Whatfreshhell5", "created_at": "2020-06-19T08:28:11.000Z", "description": "Roman copy of a Greek original. I'm the Left Conservative Judith Butler warned you about. \n\nPronouns: Marx/Engels\n\nEvery tweet contain unique error: collec all!", "location": "Australia", "pinned_tweet_id": "1426656496595587073", "profile_image_url": "https://pbs.twimg.com/profile_images/1273895443781447681/dAvppys0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2438, "following_count": 3657, "tweet_count": 9478, "listed_count": 11}, "withheld": null}
{"id": "623036695", "name": "ExcaliburSmith", "username": "coventina62", "created_at": "2012-06-30T18:31:38.000Z", "description": "Old Wife. Former nurse. Now therapist, singer, writer, amateur archaeologist, collector of stories but I know facts when I see them.", "location": "Northumberland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1408929903190360068/QnLMXwdZ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 621, "following_count": 1470, "tweet_count": 14557, "listed_count": 11}, "withheld": null}
{"id": "62357457", "name": "GettingMyFeetWet \u2640\ufe0f \ud83e\udd95 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "Karryanne74", "created_at": "2009-08-02T21:42:15.000Z", "description": "Woman\u2122\ufe0f. #ShrillSiren #Dinosaur. Socialist adjacent (\ud83e\udd2a). Atheist. Native daughter of TERF Island. This Mary Poppins is taking no nonsense Children.", "location": null, "pinned_tweet_id": "1320658633672314881", "profile_image_url": "https://pbs.twimg.com/profile_images/1401560047122006019/ys7xu_ig_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 9, "end": 21, "tag": "ShrillSiren"}, {"start": 22, "end": 31, "tag": "Dinosaur"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2095, "following_count": 2790, "tweet_count": 9394, "listed_count": 0}, "withheld": null}
{"id": "757291325645524993", "name": "Sharon Dunne", "username": "sdunne45", "created_at": "2016-07-24T19:08:16.000Z", "description": "Cynical, giggly & love to dance\ud83d\udfe7\u2b1b\ufe0f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/893599862570266624/K2ARnlF8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1109, "following_count": 1065, "tweet_count": 92538, "listed_count": 0}, "withheld": null}
{"id": "1055310146", "name": "Zennoh", "username": "agedneverold", "created_at": "2013-01-02T14:58:54.000Z", "description": "Liberal AND GC!\nFree your mind! I don't jump on band wagons. Abortion rights are womens rights! \nUS taxation is based on household income!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/814267522400841732/KU48ydRt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 369, "following_count": 511, "tweet_count": 21271, "listed_count": 10}, "withheld": null}
{"id": "1035853698843463681", "name": "Welsh Women Speak Out \ud83d\udce3\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83d\udcaa\ud83e\udd95", "username": "RhywFenyw", "created_at": "2018-09-01T11:35:41.000Z", "description": "Living up to the reputation of the Welsh Mam. Merched y chwyldro yn codi llais.", "location": "Wales, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1035859419396014080/A2BUgkmq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1338, "following_count": 681, "tweet_count": 32109, "listed_count": 4}, "withheld": null}
{"id": "2949092680", "name": "Laura #Bees\ud83d\udc1d\ud83d\udee1\ufe0f\ud83d\udcaf #ClimateAction #Scotland #COP26", "username": "lauramarsh70", "created_at": "2014-12-29T11:48:40.000Z", "description": "#ScottishIndependence9\n#Renewables #ClimateAction on @NorthEastMSP\n#WomenWontWheesht #WomensRights\n#500milesWalk @AlbaShield1320\ud83d\udee1\ufe0f \n#Catalonia #Yemen\n\ud83d\udc1d #Truth", "location": "#Aberdeen\ud83d\udc1d\ud83d\udee1\ufe0fObar\u00a0Dheathain", "pinned_tweet_id": "1279388705237729280", "profile_image_url": "https://pbs.twimg.com/profile_images/1400698244267642885/W1NRn_SW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 22, "tag": "ScottishIndependence9"}, {"start": 23, "end": 34, "tag": "Renewables"}, {"start": 35, "end": 49, "tag": "ClimateAction"}, {"start": 67, "end": 84, "tag": "WomenWontWheesht"}, {"start": 85, "end": 98, "tag": "WomensRights"}, {"start": 99, "end": 112, "tag": "500milesWalk"}, {"start": 132, "end": 142, "tag": "Catalonia"}, {"start": 143, "end": 149, "tag": "Yemen"}, {"start": 152, "end": 158, "tag": "Truth"}], "mentions": [{"start": 53, "end": 66, "tag": null}, {"start": 113, "end": 128, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 8152, "following_count": 7906, "tweet_count": 359576, "listed_count": 415}, "withheld": null}
{"id": "3478721475", "name": "KizzieWiz@KizzieWiz..ALBA Party", "username": "KizzieWiz", "created_at": "2015-08-29T09:12:36.000Z", "description": "Worked hard for 56 years as an activist, supporter of Scottish Independence. \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "Fife, Scotland", "pinned_tweet_id": "1025693765456015360", "profile_image_url": "https://pbs.twimg.com/profile_images/1375523049374683144/bApobeHT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2021, "following_count": 727, "tweet_count": 170164, "listed_count": 9}, "withheld": null}
{"id": "1317075222206566403", "name": "LGB Alliance Cymru", "username": "LGBAllies_Cymru", "created_at": "2020-10-16T12:11:51.000Z", "description": "We are proud to be the LGB Alliance in Wales. We support the rights and protections of lesbians, gays and bisexuals. #SexNotGender", "location": "Cymru/Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1319214598235607040/KUJNiH28_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 117, "end": 130, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1705, "following_count": 320, "tweet_count": 1359, "listed_count": 12}, "withheld": null}
{"id": "1287406312872128518", "name": "ActionRad", "username": "action_rad", "created_at": "2020-07-26T15:16:17.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1372605317528354819/HBDyXBqP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 819, "following_count": 829, "tweet_count": 27372, "listed_count": 5}, "withheld": null}
{"id": "1389237239725625352", "name": "Problematique", "username": "GivenchyHeresy", "created_at": "2021-05-03T15:16:01.000Z", "description": "rad homo | \u2642| will not repent | keep your dogmas to yourself", "location": "TERF Archipelago", "pinned_tweet_id": "1425520175961493506", "profile_image_url": "https://pbs.twimg.com/profile_images/1451689050138611720/zmWDexrS_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 120, "following_count": 324, "tweet_count": 610, "listed_count": 1}, "withheld": null}
{"id": "729074768079663105", "name": "Paul Whelan", "username": "wheeliebin69", "created_at": "2016-05-07T22:25:45.000Z", "description": "Cornish, Scottish, Lancastrian, Tootingite with misanthropic tendencies. Well, if you will wear your sunglasses indoors...\n\nThe Wrong Crowd.", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/729076335629504513/K554D0-g_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 469, "following_count": 847, "tweet_count": 4139, "listed_count": 2}, "withheld": null}
{"id": "1330552436940025857", "name": "JojoMates HOLDING THE LINE with Kellie-Jay Keen", "username": "JojoMates", "created_at": "2020-11-22T16:44:00.000Z", "description": "Adult Human Female #Femalism Defending the misogynistic erasure of Women&ChildrenRights.Standing with Marion#MayaF #KeiraB&KATHLEEN STOCK ;NoPronouns 6 KIDS!", "location": "# WeStandwith JKR&MarionMillar", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1450220650380120071/pFNDnA_m_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 19, "end": 28, "tag": "Femalism"}, {"start": 115, "end": 122, "tag": "KeiraB"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1361, "following_count": 2582, "tweet_count": 5965, "listed_count": 3}, "withheld": null}
{"id": "1283702715743457282", "name": "Merry Libertine", "username": "liberti53550882", "created_at": "2020-07-16T10:00:12.000Z", "description": "Ja tack: frihet och ekonomisk omf\u00f6rdelning\nNej tack: p\u00e5tvingad veganism, radikalfeminism, radikal identitetspolitik och sexk\u00f6pslagen\n\nI identify as myself.", "location": null, "pinned_tweet_id": "1283706331837403137", "profile_image_url": "https://pbs.twimg.com/profile_images/1283703465504636928/69If9-fb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 460, "following_count": 1615, "tweet_count": 15351, "listed_count": 0}, "withheld": null}
{"id": "503682815", "name": "Michelle Uriarau", "username": "singlikeadiva", "created_at": "2012-02-25T23:09:45.000Z", "description": "", "location": null, "pinned_tweet_id": "1413253480383348739", "profile_image_url": "https://pbs.twimg.com/profile_images/926026208399069184/Evm9Ho9z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 635, "following_count": 907, "tweet_count": 3777, "listed_count": 1}, "withheld": null}
{"id": "92066860", "name": "tinkerbell", "username": "FairyMary56", "created_at": "2009-11-23T17:20:18.000Z", "description": "Standing Up For Girls and Women. Love the NHS. Children are our Future - Invest in Children Services!", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1450804756679626754/UpeIVfo1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 107, "following_count": 595, "tweet_count": 1794, "listed_count": 0}, "withheld": null}
{"id": "259313097", "name": "All out of bubblegum", "username": "redtache", "created_at": "2011-03-01T16:17:06.000Z", "description": "Keyboard worrier \ud83d\ude44 #LGB #SexNotGender #IStandWithWomen #WearAMask", "location": "M.A.R.S.", "pinned_tweet_id": "872522795825102860", "profile_image_url": "https://pbs.twimg.com/profile_images/1362645536965287936/K5wBzTLc_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 20, "end": 24, "tag": "LGB"}, {"start": 25, "end": 38, "tag": "SexNotGender"}, {"start": 41, "end": 57, "tag": "IStandWithWomen"}, {"start": 58, "end": 68, "tag": "WearAMask"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 900, "following_count": 860, "tweet_count": 123026, "listed_count": 50}, "withheld": null}
{"id": "838517521036738560", "name": "Ms Modular", "username": "ms_modular_", "created_at": "2017-03-05T22:32:10.000Z", "description": "I care very much. Adult. Human. Female. #IStandWithJKRowling", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/838535173457260544/-4TnUues_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 40, "end": 60, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 114, "following_count": 384, "tweet_count": 2834, "listed_count": 1}, "withheld": null}
{"id": "3359416756", "name": "siren press", "username": "sirenpress", "created_at": "2015-07-04T21:24:59.000Z", "description": "Heterodox voices in science, art, politics, feminism. A place where data meets imagination.", "location": "London, England", "pinned_tweet_id": "1416017272402022402", "profile_image_url": "https://pbs.twimg.com/profile_images/664139071057485824/yJFz2H1M_normal.jpg", "protected": false, "url": "https://t.co/FJokF60Ucp", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/FJokF60Ucp", "expanded_url": "http://sirenpress.co.uk/", "display_url": "sirenpress.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 594, "following_count": 671, "tweet_count": 3969, "listed_count": 13}, "withheld": null}
{"id": "2157475393", "name": "End War on Yemen", "username": "BrownNaila", "created_at": "2013-10-26T20:04:47.000Z", "description": "ML. Feminist. Activist. Learn to disagree. #FreeAssange", "location": "London", "pinned_tweet_id": "714509426523242496", "profile_image_url": "https://pbs.twimg.com/profile_images/1420794195053264897/IeGNAPc6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 43, "end": 55, "tag": "FreeAssange"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3075, "following_count": 639, "tweet_count": 36244, "listed_count": 32}, "withheld": null}
{"id": "813475756949078017", "name": "hilarybaxter", "username": "rtwhilary", "created_at": "2016-12-26T20:05:08.000Z", "description": "Egalitarian", "location": "Buckingham, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/813477387413364736/ev0UCLgm_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 326, "following_count": 117, "tweet_count": 674, "listed_count": 1}, "withheld": null}
{"id": "712378254016049152", "name": "Pitchfork", "username": "rampitchfork", "created_at": "2016-03-22T20:39:45.000Z", "description": "Banjos, books, politics. Short for Rambling Pitchfork, wish I\u2019d thought of Blingpitchfork. Eppur si muove #bothvotesYes make your own mind up how", "location": "Paisley, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1370715887603441669/uG4rW41v_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 106, "end": 119, "tag": "bothvotesYes"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1343, "following_count": 635, "tweet_count": 108788, "listed_count": 14}, "withheld": null}
{"id": "189965200", "name": "Magi Gibson", "username": "MagiGibson", "created_at": "2010-09-12T18:28:45.000Z", "description": "Poet. Former Royal Literary Fund and Scottish Arts Council Creative Writing Fellow, ex Makar of City of Stirling. Wild Women of a Certain Age and 8 other books.", "location": "Scotland", "pinned_tweet_id": "1340985586962841602", "profile_image_url": "https://pbs.twimg.com/profile_images/1387021901898338306/Ru1AQfKX_normal.jpg", "protected": false, "url": "https://t.co/UsjbOwTgBS", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/UsjbOwTgBS", "expanded_url": "http://www.magigibson.co.uk", "display_url": "magigibson.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 3647, "following_count": 2791, "tweet_count": 25629, "listed_count": 52}, "withheld": null}
{"id": "165579510", "name": "Paul Bushen", "username": "PaulBushen", "created_at": "2010-07-12T00:25:49.000Z", "description": "A-level and GCSE Physics teacher.\n\nhttps://t.co/O4aEk6LI7v", "location": "EU", "pinned_tweet_id": "1441828785360412672", "profile_image_url": "https://pbs.twimg.com/profile_images/1397302549624102915/ALEiomwI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 35, "end": 58, "url": "https://t.co/O4aEk6LI7v", "expanded_url": "http://fairplayforwomen.com/pronouns/", "display_url": "fairplayforwomen.com/pronouns/"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 415, "following_count": 856, "tweet_count": 6580, "listed_count": 1}, "withheld": null}
{"id": "1281294974286540801", "name": "Ro \"there are four lights\"", "username": "Ronagig", "created_at": "2020-07-09T18:31:59.000Z", "description": "Gardener who has temporarily left my beloved veg patch because of the insanity that is male predators in women's spaces. What's going on?", "location": null, "pinned_tweet_id": "1408393168337477633", "profile_image_url": "https://pbs.twimg.com/profile_images/1281533354450530304/AeAOtAY4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1397, "following_count": 1919, "tweet_count": 18303, "listed_count": 4}, "withheld": null}
{"id": "119445082", "name": "Deliza Deboosted Doolittle", "username": "DelizaDoolittle", "created_at": "2010-03-03T17:36:08.000Z", "description": "GC Feminist. Cat fancier. Cinephile. Love all animals. No such thing as a female penis. Retweets are an endorsement unless stated otherwise/used to make a point", "location": null, "pinned_tweet_id": "1177445762768101379", "profile_image_url": "https://pbs.twimg.com/profile_images/1190103938068033536/4TsUhWgJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5634, "following_count": 2493, "tweet_count": 24613, "listed_count": 16}, "withheld": null}
{"id": "1362221089494024192", "name": "\ud83e\udd95Mia\ud83e\udd95", "username": "_CryMiaRiver", "created_at": "2021-02-18T02:03:30.000Z", "description": "Hoarder of rights", "location": null, "pinned_tweet_id": "1366073675229855747", "profile_image_url": "https://pbs.twimg.com/profile_images/1380904746450571264/N2ZNhRqt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4815, "following_count": 2114, "tweet_count": 4331, "listed_count": 17}, "withheld": null}
{"id": "1241436476543549440", "name": "Pipped Apple \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "ApplePipped", "created_at": "2020-03-21T18:48:43.000Z", "description": "I identify as pretty cross \n\nBe braver than you were yesterday", "location": "Everywhere and nowhere ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1432618382881394688/s1ds6G_E_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1700, "following_count": 1345, "tweet_count": 14885, "listed_count": 1}, "withheld": null}
{"id": "326715303", "name": "Effwon Lurker", "username": "EffwonLurker", "created_at": "2011-06-30T11:09:36.000Z", "description": "W Series. F1. Gin. Wine. Cats. Books. Staniland. No Thank You. \ud83e\udd95", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1163839982064324608/kKO8yX6b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 94, "following_count": 440, "tweet_count": 2129, "listed_count": 1}, "withheld": null}
{"id": "1133895089946746880", "name": "Daniel", "username": "danfromsydney", "created_at": "2019-05-30T00:37:10.000Z", "description": "Gender Critical Homosexual Man #SexNotGender", "location": "Sydney, Australia", "pinned_tweet_id": "1294788737570725891", "profile_image_url": "https://pbs.twimg.com/profile_images/1262291270405246979/HZ8LcWGl_normal.jpg", "protected": false, "url": "https://t.co/3T3JTB8BoS", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/3T3JTB8BoS", "expanded_url": "http://terfisaslur.com", "display_url": "terfisaslur.com"}]}, "description": {"urls": null, "hashtags": [{"start": 31, "end": 44, "tag": "SexNotGender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3194, "following_count": 4140, "tweet_count": 4264, "listed_count": 9}, "withheld": null}
{"id": "996670904523423744", "name": "Crone in a Million", "username": "CroneInAMillion", "created_at": "2018-05-16T08:37:15.000Z", "description": "Removing women's ability to describe themselves as a group is the ultimate act of male oppression.", "location": null, "pinned_tweet_id": "1434630245202726919", "profile_image_url": "https://pbs.twimg.com/profile_images/1181316903093948416/EZ3QmYEf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 17236, "following_count": 17114, "tweet_count": 41520, "listed_count": 35}, "withheld": null}
{"id": "126498058", "name": "Umbrios \ud83d\udc9a #MarcoTemporalNAO", "username": "umbrios", "created_at": "2010-03-26T02:05:19.000Z", "description": "#MovimentoRede18 Ativista ambiental, feminista radical, at\u00e9ia, esquerda, defensora de ci\u00eancia, agroecologia e zool\u00f3gicos. Conta pessoal, opini\u00f5es pessoais.", "location": "S\u00e3o Paulo/SP Brasil", "pinned_tweet_id": "1257056217769431040", "profile_image_url": "https://pbs.twimg.com/profile_images/1402042799223156737/0J-RdURp_normal.jpg", "protected": false, "url": "https://t.co/UyP4QbWJDy", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/UyP4QbWJDy", "expanded_url": "http://www.furiabrasil.com", "display_url": "furiabrasil.com"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 16, "tag": "MovimentoRede18"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6014, "following_count": 6608, "tweet_count": 360610, "listed_count": 275}, "withheld": null}
{"id": "336051643", "name": "ThisCervixWillNeverComply", "username": "Frowniefac3", "created_at": "2011-07-15T17:24:56.000Z", "description": "Adult Human Female. Protect women's rights in EA2010 Sex is not gender I will never believe in the cult of gender ideology Part time dinosaur, hoarder of rights", "location": "England, United Kingdom", "pinned_tweet_id": "1412974776608600066", "profile_image_url": "https://pbs.twimg.com/profile_images/1048339494355836929/PfCgh77s_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 545, "following_count": 547, "tweet_count": 3926, "listed_count": 2}, "withheld": null}
{"id": "282100949", "name": "Caz", "username": "cazadams58", "created_at": "2011-04-14T15:05:33.000Z", "description": "Wants independence from the morally corrupt Westminster Parliament. #standwithJKR", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1290293329784176640/ZJ471tX1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 68, "end": 81, "tag": "standwithJKR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 743, "following_count": 1204, "tweet_count": 12230, "listed_count": 4}, "withheld": null}
{"id": "769564715940839424", "name": "Skeptical Mom", "username": "Skeptical_Mom", "created_at": "2016-08-27T15:58:21.000Z", "description": "MERF. Gender = outdated stereotypes. Sex is real & cannot be changed. Leave feminine boys & masculine girls alone. Keep males out of female sports. #Genderfree", "location": "United States", "pinned_tweet_id": "903448143563563008", "profile_image_url": "https://pbs.twimg.com/profile_images/1172704733552885760/EtlmrQyG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 148, "end": 159, "tag": "Genderfree"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3635, "following_count": 4983, "tweet_count": 57124, "listed_count": 22}, "withheld": null}
{"id": "158634590", "name": "Hale Gri Liste", "username": "hale_akay", "created_at": "2010-06-23T05:50:05.000Z", "description": "UK-based freelance researcher, translator. Views proudly my own, RTs show my daily mood. I identify as Hale, the name I was assigned at birth.", "location": "TERF Island", "pinned_tweet_id": "1369041066725367812", "profile_image_url": "https://pbs.twimg.com/profile_images/1433779542733250564/dwo1jgKb_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 18818, "following_count": 2194, "tweet_count": 128892, "listed_count": 130}, "withheld": null}
{"id": "1374703456066355203", "name": "Melanie \u262e\ufe0f #RejoinEU", "username": "Melanie66449241", "created_at": "2021-03-24T12:44:52.000Z", "description": "We are all alienated \ud83c\udf39Greed is never good \ud83d\udc9a #ClimateCrisis #RemainersWereRight #ProgressiveAlliance\ud83c\udf39#NHSpayrise\ud83d\udc99 #SexNotGender \u2640\ufe0f @WomenReadWomen", "location": "Europe", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1386300891913932803/KnfiNrtB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 44, "end": 58, "tag": "ClimateCrisis"}, {"start": 59, "end": 78, "tag": "RemainersWereRight"}, {"start": 79, "end": 99, "tag": "ProgressiveAlliance"}, {"start": 100, "end": 111, "tag": "NHSpayrise"}, {"start": 113, "end": 126, "tag": "SexNotGender"}], "mentions": [{"start": 130, "end": 145, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 482, "following_count": 1296, "tweet_count": 1905, "listed_count": 1}, "withheld": null}
{"id": "1201028559445340160", "name": "nuffyknuckles \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83d\udfe5", "username": "nuffyknuckles", "created_at": "2019-12-01T06:41:50.000Z", "description": "journeying\nin a blue boat, gilded in mussel shell\nwith, slung from its mast, a lantern\nlike our old idea of the soul\n\nKathleen Jamie", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1387884301430235136/JesNYT-p_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1187, "following_count": 1789, "tweet_count": 17189, "listed_count": 1}, "withheld": null}
{"id": "271603436", "name": "Helen Staniland", "username": "helenstaniland", "created_at": "2011-03-24T21:02:23.000Z", "description": "Women's rights. Programmer. Cyclist. Welsh.\nRules for quote tweeting: condescension, lies, evasion, rudeness or my being drunk. Will block for personal abuse.", "location": "London", "pinned_tweet_id": "1055128955894808577", "profile_image_url": "https://pbs.twimg.com/profile_images/1122568752166506498/PbBJyto3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 14959, "following_count": 1006, "tweet_count": 76023, "listed_count": 80}, "withheld": null}
{"id": "63516740", "name": "Liz May \ud83d\udc9a \ud83e\udd0d\ud83d\udc9c\ud83c\udf52", "username": "ziltam", "created_at": "2009-08-06T19:30:43.000Z", "description": "Woman\u2122\ufe0f #Gryffindor #TheCountess #TCDFFT #WeWillBeHeard #WomensReproductiveRights #WomensRightsMatter", "location": "Ireland.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1419219144818495496/dcQoXipR_normal.jpg", "protected": false, "url": "https://t.co/nooLzfGUJn", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/nooLzfGUJn", "expanded_url": "http://thecountess.ie", "display_url": "thecountess.ie"}]}, "description": {"urls": null, "hashtags": [{"start": 8, "end": 19, "tag": "Gryffindor"}, {"start": 20, "end": 32, "tag": "TheCountess"}, {"start": 33, "end": 40, "tag": "TCDFFT"}, {"start": 41, "end": 55, "tag": "WeWillBeHeard"}, {"start": 56, "end": 81, "tag": "WomensReproductiveRights"}, {"start": 82, "end": 101, "tag": "WomensRightsMatter"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1645, "following_count": 3005, "tweet_count": 18474, "listed_count": 3}, "withheld": null}
{"id": "1037004976634122240", "name": "Bethasaurus Rex \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "username": "CardiffFeminist", "created_at": "2018-09-04T15:50:27.000Z", "description": "adjectives: fabulous/outspoken/Welsh", "location": null, "pinned_tweet_id": "1276500265533870087", "profile_image_url": "https://pbs.twimg.com/profile_images/1418115381684842496/7Gkcc0cU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2027, "following_count": 832, "tweet_count": 16885, "listed_count": 4}, "withheld": null}
{"id": "1205284300716990464", "name": "LostAtSea \ud83d\udd4a\ufe0f\ud83c\udf3f\u262e\ufe0f\ud83c\udf39\ud83c\uddea\ud83c\uddfa #NHS \ud83d\udc99 #RejoinEU", "username": "LostAtS93990553", "created_at": "2019-12-13T00:33:28.000Z", "description": "Passionate about animals and birds. Life long socialist. Cloud watcher. This is not America #ClimateEmergency #ProgressiveAlliance", "location": "London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1252236821351653380/5oRB0oWf_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 92, "end": 109, "tag": "ClimateEmergency"}, {"start": 110, "end": 130, "tag": "ProgressiveAlliance"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1185, "following_count": 2833, "tweet_count": 11289, "listed_count": 3}, "withheld": null}
{"id": "1067034221984796672", "name": "Carla", "username": "ChristmasBee1", "created_at": "2018-11-26T12:35:57.000Z", "description": "A countryside Mum. Heretic. Rugby. Annoyed. Teabread. Chickens.", "location": "The Forest.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1173309628052049923/lLO0HxGD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 908, "following_count": 2452, "tweet_count": 11593, "listed_count": 3}, "withheld": null}
{"id": "1306740448644472833", "name": "Pussinboots \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\ud83e\udd95", "username": "Pussinb93062756", "created_at": "2020-09-17T23:43:21.000Z", "description": "Rights hoarding dinosaur. #IStandWithKathleenStock, GC, Adult Human Female.#Womenwontwheesht.Don\u2019tCallmeCis Woman\u2122\ufe0f", "location": "Suffragette City", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1306740960467001345/B3n6pAAz_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 26, "end": 50, "tag": "IStandWithKathleenStock"}, {"start": 75, "end": 92, "tag": "Womenwontwheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 512, "following_count": 1345, "tweet_count": 1440, "listed_count": 0}, "withheld": null}
{"id": "52471289", "name": "Anna Djinn", "username": "annadjinn", "created_at": "2009-06-30T18:15:44.000Z", "description": "Feminist, activist, co-founder of @nordicmodelnow", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/914742071013068800/Rp3wj9b-_normal.jpg", "protected": false, "url": "https://t.co/kHtvWD93zY", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/kHtvWD93zY", "expanded_url": "https://thefeministahood.wordpress.com/", "display_url": "thefeministahood.wordpress.com"}]}, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 34, "end": 49, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1918, "following_count": 3398, "tweet_count": 38303, "listed_count": 21}, "withheld": null}
{"id": "1661193024", "name": "AnonymousRe-Sister\u2122\ufe0f #PissedOff\u2122\ufe0f", "username": "Tyrannymisu", "created_at": "2013-08-11T00:04:53.000Z", "description": "Sex is binary and bullshit is a spectrum. Biologically conscious female versus misogynists and cult sheep.", "location": "UK", "pinned_tweet_id": "1362771340042915846", "profile_image_url": "https://pbs.twimg.com/profile_images/1432394237639856129/wwArkw2e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1596, "following_count": 2212, "tweet_count": 10744, "listed_count": 3}, "withheld": null}
{"id": "1358901892940779523", "name": "Casparnie", "username": "Stephka96151504", "created_at": "2021-02-08T22:14:44.000Z", "description": "indy supporter. Surviving on music, art, literature and cinema fran\u00e7ais. Francophile - let's re-instate the Auld Alliance? Competent veggie & guitarist, 40yrs", "location": "colony of Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1375773982377525252/3UgsE3_X_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 791, "following_count": 793, "tweet_count": 14255, "listed_count": 2}, "withheld": null}
{"id": "1226912478", "name": "Iona Brand", "username": "MikeIona", "created_at": "2013-02-28T07:06:44.000Z", "description": "Full time mum to 2, sahm. Love life x\n\n& it's 'MADAM Vile Scottish Separatist' to you!", "location": null, "pinned_tweet_id": "1400367757045256195", "profile_image_url": "https://pbs.twimg.com/profile_images/1429286201828196363/Cz0pkaNy_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3609, "following_count": 4010, "tweet_count": 154752, "listed_count": 16}, "withheld": null}
{"id": "20229511", "name": "Julie Scott \ud83c\udf52 \ud83c\uddee\ud83c\uddf9impenitente bastarda femmina", "username": "judgejules75", "created_at": "2009-02-06T11:01:45.000Z", "description": "Unrepentant female bastard", "location": "Glasgow, Scotland", "pinned_tweet_id": "1385252834531319814", "profile_image_url": "https://pbs.twimg.com/profile_images/1401598688288555014/xpytNe2a_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5034, "following_count": 1635, "tweet_count": 25140, "listed_count": 17}, "withheld": null}
{"id": "1360044537071206404", "name": "Rad_Fem_Ish", "username": "IshFem", "created_at": "2021-02-12T02:45:55.000Z", "description": "Black Woman. Black Female Sex Class Centered/Female Sex Class Centered #SexNotGender #Sexbased", "location": "None of Your Business", "pinned_tweet_id": "1407102642086625287", "profile_image_url": "https://pbs.twimg.com/profile_images/1360401286814965761/qLWSqbSl_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 72, "end": 85, "tag": "SexNotGender"}, {"start": 86, "end": 95, "tag": "Sexbased"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 214, "following_count": 293, "tweet_count": 4191, "listed_count": 1}, "withheld": null}
{"id": "25752958", "name": "Jools", "username": "JoolsJuevans", "created_at": "2009-03-22T00:25:46.000Z", "description": "Knitter. Northern. Lefty. Animal crackers. Worthy of respect.", "location": " England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1441771904302452737/edE331NL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1940, "following_count": 1981, "tweet_count": 23593, "listed_count": 8}, "withheld": null}
{"id": "901495921", "name": "Morgangelo", "username": "warateg", "created_at": "2012-10-24T09:05:53.000Z", "description": "Artist...Frequently baffled by technology....not related to Piers.... #gweriniaethcymru\n\"No one can be forced to profess a belief they do not hold\"", "location": "Wales", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1411594874873434114/jQcAxM-r_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 73, "end": 90, "tag": "gweriniaethcymru"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1831, "following_count": 3800, "tweet_count": 55794, "listed_count": 16}, "withheld": null}
{"id": "989446483236794373", "name": "NotYourMuvvah \ud83c\udfc1", "username": "NAutonomes", "created_at": "2018-04-26T10:09:59.000Z", "description": "In with the wrong crowd. Gender Abolitionist. Safeguarding 1st. Don't believe in mermaids!....#rogd #desisterparent #3rdSpace", "location": "London ", "pinned_tweet_id": "1158142520641118210", "profile_image_url": "https://pbs.twimg.com/profile_images/1326830557251186689/To1TibeG_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 94, "end": 99, "tag": "rogd"}, {"start": 100, "end": 115, "tag": "desisterparent"}, {"start": 116, "end": 125, "tag": "3rdSpace"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1556, "following_count": 996, "tweet_count": 35802, "listed_count": 5}, "withheld": null}
{"id": "63502709", "name": "Dave", "username": "rthonbwooster", "created_at": "2009-08-06T18:40:25.000Z", "description": "Prediction is hard, especially about the future.", "location": "UK", "pinned_tweet_id": "648184471229960192", "profile_image_url": "https://pbs.twimg.com/profile_images/1403818334299230210/SMmcLRln_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2016, "following_count": 2705, "tweet_count": 146860, "listed_count": 80}, "withheld": null}
{"id": "1264898024024801280", "name": "Pamela\ud83c\udde8\ud83c\udde6\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "yesPamela_", "created_at": "2020-05-25T12:36:20.000Z", "description": "GC Rad mom, nature lover, runner, burgeoning heavy lifter, humanist, atheist and wannabe minimalist... for a start. #SexMatters #SexNotGender #NoThankYou", "location": null, "pinned_tweet_id": "1425761643649196037", "profile_image_url": "https://pbs.twimg.com/profile_images/1406579704098738176/gL8_Zm9-_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 116, "end": 127, "tag": "SexMatters"}, {"start": 128, "end": 141, "tag": "SexNotGender"}, {"start": 142, "end": 153, "tag": "NoThankYou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 982, "following_count": 1210, "tweet_count": 12153, "listed_count": 0}, "withheld": null}
{"id": "2571351223", "name": "Remy", "username": "imtiredtomorrow", "created_at": "2014-06-16T17:32:05.000Z", "description": "Male. Homosexual. Gamer. Otterly obsessed. Clinically-diagnosed Autistic. \n\nRetweets share my thoughts only they're better written. \n\n#sexnotgender", "location": "Canada", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1322144046681223172/kW9IgIyv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 134, "end": 147, "tag": "sexnotgender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 76, "following_count": 130, "tweet_count": 2045, "listed_count": 2}, "withheld": null}
{"id": "407353264", "name": "Carol Cunningham \ud83c\uddec\ud83c\udde7\ud83c\uddee\ud83c\uddf1\u271d\ufe0f\ud83d\udd2f", "username": "CarolM_CC", "created_at": "2011-11-07T23:51:46.000Z", "description": "Woman, adult human female, mother to 3 daughters, OU grad, twin, Zionist, cat lover, optimist. likes: my garden, baking, B&W British films, walking, Corrie", "location": "Dunoon, Argyll & Bute", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1440437337880600578/CqlMfTht_normal.jpg", "protected": false, "url": "https://t.co/BpsrntYR6N", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/BpsrntYR6N", "expanded_url": "http://www.facebook.com/carolcunningham", "display_url": "facebook.com/carolcunningham"}]}, "description": null}, "public_metrics": {"followers_count": 1426, "following_count": 2027, "tweet_count": 33854, "listed_count": 5}, "withheld": null}
{"id": "546614338", "name": "I&I", "username": "greedisagreed", "created_at": "2012-04-06T07:40:09.000Z", "description": "genderfree Socialist, #GenderFree, Against the #GenderIndustrialComplex. Community Activist preferred Adjectives: Do one Woketards!", "location": null, "pinned_tweet_id": "1083821601433546753", "profile_image_url": "https://pbs.twimg.com/profile_images/1054684601636003842/PAUQN7mU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 33, "tag": "GenderFree"}, {"start": 47, "end": 71, "tag": "GenderIndustrialComplex"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1155, "following_count": 2136, "tweet_count": 8833, "listed_count": 2}, "withheld": null}
{"id": "1444934058", "name": "Johnny Ar\u00eds", "username": "eoinog", "created_at": "2013-05-20T22:50:29.000Z", "description": "Father, husband, worker. European, Irishman, Leinsterman. Love music, rugby, books and movies. Walk a lot. Practitioner of the dark arts of musical theatre.", "location": "Unceded Coriondii land ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1415614236382871552/9AR5xx7y_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 735, "following_count": 861, "tweet_count": 8857, "listed_count": 1}, "withheld": null}
{"id": "1221080167608737793", "name": "(((IDF Cat))) #IFBAZAAT", "username": "FatFreds_Cat", "created_at": "2020-01-25T14:39:54.000Z", "description": "#FibromyalgiaWarrior \ud83d\udc4a #Cannabis \ud83c\udf31#Animals \ud83d\udc3e \n#Music \ud83c\udfb6 #AmYisraelChai \ud83c\uddee\ud83c\uddf1\n#ProudSlytherin \ud83d\udc0d \n#WomensLivesMatter \u2640", "location": null, "pinned_tweet_id": "1301607282535542785", "profile_image_url": "https://pbs.twimg.com/profile_images/1354760217964253184/E1PfRqhE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "FibromyalgiaWarrior"}, {"start": 23, "end": 32, "tag": "Cannabis"}, {"start": 34, "end": 42, "tag": "Animals"}, {"start": 46, "end": 52, "tag": "Music"}, {"start": 55, "end": 69, "tag": "AmYisraelChai"}, {"start": 73, "end": 88, "tag": "ProudSlytherin"}, {"start": 93, "end": 111, "tag": "WomensLivesMatter"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3229, "following_count": 4991, "tweet_count": 34846, "listed_count": 7}, "withheld": null}
{"id": "1272210150682775552", "name": "witbeyondmeasure", "username": "kildaregirl123", "created_at": "2020-06-14T16:52:05.000Z", "description": "fights for womens rights.\nI stand with maya\ni stand with allisonbailey\nI stand with keirabell", "location": "dublin, Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1369794970140442631/k5r-47ZN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1796, "following_count": 3117, "tweet_count": 5278, "listed_count": 4}, "withheld": null}
{"id": "1380468238312742915", "name": "OttolineDahling\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "OttolineDahling", "created_at": "2021-04-09T10:31:06.000Z", "description": "Boxing, Standing for Women, not having blokes in frocks in our sports & spaces. Art, books, rowing, motorbikes, want fiscal detail of Indy Scotland..", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1442041626214469634/oagYWfhI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 212, "following_count": 332, "tweet_count": 2889, "listed_count": 1}, "withheld": null}
{"id": "1180978991781568512", "name": "Sarahstruth", "username": "Sarahstruth1", "created_at": "2019-10-06T22:52:18.000Z", "description": "Adult Human Female. Mother of 5 daughters.", "location": "Limerick, Ireland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1444577914020941824/A9gO0RmO_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 395, "following_count": 992, "tweet_count": 296, "listed_count": 1}, "withheld": null}
{"id": "303433404", "name": "Ellen Renton", "username": "EllenRenton", "created_at": "2011-05-22T21:21:08.000Z", "description": "Feminist, anti-nuclear campaigner, wants independence, for freedom of expression, does not want Scotland to become a woke state...", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/846715422011527168/KzUmDnRH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3179, "following_count": 4934, "tweet_count": 104278, "listed_count": 7}, "withheld": null}
{"id": "372801522", "name": "Graham \ud83c\uddec\ud83c\udde7", "username": "flashgrim", "created_at": "2011-09-13T13:01:14.000Z", "description": "British first and foremost. Father of three lovely girls. Retweets not necessarily endorsements", "location": null, "pinned_tweet_id": "844191764584022017", "profile_image_url": "https://pbs.twimg.com/profile_images/514008066337935360/uRFsB9ld_normal.jpeg", "protected": false, "url": "https://t.co/fJSW3PYE3g", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fJSW3PYE3g", "expanded_url": "http://chokkablog.blogspot.co.uk/", "display_url": "chokkablog.blogspot.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 2826, "following_count": 2347, "tweet_count": 146666, "listed_count": 33}, "withheld": null}
{"id": "427601544", "name": "jan lawrence", "username": "JanIndy2020", "created_at": "2011-12-03T18:47:09.000Z", "description": "SNP #UseTheMandate #IndyScotWales", "location": "Edinburgh, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1422245622342721542/rmG4lIkQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 4, "end": 18, "tag": "UseTheMandate"}, {"start": 19, "end": 33, "tag": "IndyScotWales"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 631, "following_count": 647, "tweet_count": 15642, "listed_count": 2}, "withheld": null}
{"id": "1353049741685190656", "name": "Doryrapter \ud83e\udd95\ud83e\udd96", "username": "FifeRight14", "created_at": "2021-01-23T18:39:47.000Z", "description": "Free thinker; right of centre; atheist; hate cults, angry lefties & censorship. You don\u2019t have a right not to be offended. Try and tolerate difference.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1452030709351292929/WCcx7r3s_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 264, "following_count": 441, "tweet_count": 3368, "listed_count": 0}, "withheld": null}
{"id": "1144916379327520770", "name": "BeanAnseo\ud83c\udf52#IStandWithKeiraL\u00eddiaRosieCeri #Pterf", "username": "beananseo", "created_at": "2019-06-29T10:31:51.000Z", "description": "\ud83d\udfe5 Irish woman. Incognito bc of unstable misogynists (m+f). Anti-oppression/anti-hate. Human rights for all at expense of none. No 2 gaslighting. I block fools.", "location": "Ireland", "pinned_tweet_id": "1451704149691834369", "profile_image_url": "https://pbs.twimg.com/profile_images/1185138558119661569/QzKTfvN6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1316, "following_count": 2667, "tweet_count": 19338, "listed_count": 2}, "withheld": null}
{"id": "2778997307", "name": "Mrs. Winifred Banks", "username": "banks_jw", "created_at": "2014-09-21T14:03:56.000Z", "description": "The only \u2018cis women\u2019 are those who would debase themselves by using such a term. \n \nPS If you centre men in your \u201cfeminism\u201d you\u2019re not a feminist.", "location": "Perf Island", "pinned_tweet_id": "1431910816203350020", "profile_image_url": "https://pbs.twimg.com/profile_images/1432638098375159809/jXVfqlzU_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 558, "following_count": 1154, "tweet_count": 6185, "listed_count": 0}, "withheld": null}
{"id": "1344041868779110400", "name": "Tracey Berube aka Cycobikerchick", "username": "Banonymous100", "created_at": "2020-12-29T22:05:43.000Z", "description": "Come on in. The terfing's fine.", "location": "Terfino, BC", "pinned_tweet_id": "1403135460638031874", "profile_image_url": "https://pbs.twimg.com/profile_images/1403125529750904843/62k0ZBrp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 507, "following_count": 967, "tweet_count": 8588, "listed_count": 1}, "withheld": null}
{"id": "106439085", "name": "Stephen Wilson", "username": "faintlyfalling", "created_at": "2010-01-19T15:25:27.000Z", "description": "Ranger, barbarian, magician, thief, cavalier and acrobat. Pro-homosexual, pro-woman, pro-gnc.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1048288247284215809/llIPio0d_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 6818, "following_count": 6951, "tweet_count": 37084, "listed_count": 36}, "withheld": null}
{"id": "1211715236861865984", "name": "Beck", "username": "MyNameIsBeck93", "created_at": "2019-12-30T18:26:53.000Z", "description": "Decent \ud83c\udfc2 . Average \ud83c\udfb8. Awful \ud83c\udf73 . English Scot for Yes \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f / No idea what the fuck I\u2019m doing - on Twitter or in life generally.", "location": "Edinburgh & London", "pinned_tweet_id": "1426502802315038722", "profile_image_url": "https://pbs.twimg.com/profile_images/1405150406733295616/Q2CbQtxB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 991, "following_count": 1116, "tweet_count": 15570, "listed_count": 0}, "withheld": null}
{"id": "3133597866", "name": "JKRs sgt major \u26d4 \ud83d\udeba \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udf52\ud83c\udfca\u200d\u2640\ufe0f\ud83d\udc77\ud83c\udffb\u200d\u2640\ufe0f", "username": "genderisforfool", "created_at": "2015-04-02T23:32:40.000Z", "description": "called mr often, actually gnc mrs, I haven\u2019t been erased. Calling people who disagree with you a bigot or terf doesn\u2019t help them change their mind. DIY. Indy.", "location": "midge food, occupied Scotland", "pinned_tweet_id": "1376844772715945984", "profile_image_url": "https://pbs.twimg.com/profile_images/1223412891329748994/mSlf--ii_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1107, "following_count": 1892, "tweet_count": 18403, "listed_count": 0}, "withheld": null}
{"id": "852919230", "name": "WideAwakeAndAngry", "username": "HelenYates52", "created_at": "2012-09-29T13:56:59.000Z", "description": "Independence is ours for the taking. Question everything.", "location": " Scotland.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1424843768658812931/5Ex2JnYY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3521, "following_count": 4502, "tweet_count": 272553, "listed_count": 38}, "withheld": null}
{"id": "2752442177", "name": "#IndyScot \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f\ud83c\uddf5\ud83c\uddf8", "username": "west_views", "created_at": "2014-08-27T11:11:51.000Z", "description": "#WomenWontWheesht #AlbaForIdependence #RejoinEU #DetestTories #JohnsonOut", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1398930703954370562/TuRp3--2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 17, "tag": "WomenWontWheesht"}, {"start": 18, "end": 37, "tag": "AlbaForIdependence"}, {"start": 38, "end": 47, "tag": "RejoinEU"}, {"start": 48, "end": 61, "tag": "DetestTories"}, {"start": 62, "end": 73, "tag": "JohnsonOut"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5071, "following_count": 4657, "tweet_count": 223735, "listed_count": 61}, "withheld": null}
{"id": "1289203824826212352", "name": "Sila NaGig", "username": "Sila_NaGig", "created_at": "2020-07-31T14:19:21.000Z", "description": "WOMAN FEMALE HUMAN ADULT\nI AM NOT A SUBSET OF MY OWN SEX", "location": null, "pinned_tweet_id": "1422860933177745412", "profile_image_url": "https://pbs.twimg.com/profile_images/1289206794552848385/5bja37UV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 233, "following_count": 251, "tweet_count": 1209, "listed_count": 0}, "withheld": null}
{"id": "1276224867998797824", "name": "Philomena Rumple", "username": "PhilomenaRumple", "created_at": "2020-06-25T18:45:22.000Z", "description": "Adult Human Female. GC. curated my follows - nothing personal \u2764\ufe0f", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1276960538761867268/Q7sy0rjL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 373, "following_count": 248, "tweet_count": 10232, "listed_count": 0}, "withheld": null}
{"id": "2580261894", "name": "martin fortescue", "username": "matinfue", "created_at": "2014-06-21T11:08:54.000Z", "description": "Not \"cis\" - because I'm gay.\n\nvisual artist\n\nLGB Alliance supporter #IStandWithRosieDuffield", "location": "United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1437850096645902336/onP8qb9Z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 69, "end": 93, "tag": "IStandWithRosieDuffield"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1351, "following_count": 1686, "tweet_count": 21312, "listed_count": 12}, "withheld": null}
{"id": "1051551430245580800", "name": "Trans_Lies_Matter", "username": "WeCantChangeSex", "created_at": "2018-10-14T19:12:52.000Z", "description": "Mum of 23yo desister\nROGD+OCDshut his life down from15yo\nTavistock escapee.\nTrans was a complex severe mental health crisis\nNo child is borninthewrongbody", "location": null, "pinned_tweet_id": "1304322044948086790", "profile_image_url": "https://pbs.twimg.com/profile_images/1109948422319149056/qtQkWOdq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1331, "following_count": 1840, "tweet_count": 4310, "listed_count": 3}, "withheld": null}
{"id": "1312776555815407616", "name": "Lisa Keogh \ud83e\udd96", "username": "keogh1992x", "created_at": "2020-10-04T15:28:26.000Z", "description": "Learner of the Law. Lover of the Sun. Believer of Biological Reality. Free Speech. Stand by the Truth. LLB (Hons) Graduate! #WomenWontWheesht \ud83e\udd96\ud83e\udd95", "location": "Scotland, United Kingdom", "pinned_tweet_id": "1452241926200115202", "profile_image_url": "https://pbs.twimg.com/profile_images/1448939098861867015/SH5u3H5R_normal.jpg", "protected": false, "url": "https://t.co/fcQeWW1sJ8", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fcQeWW1sJ8", "expanded_url": "http://lisakeogh.uk", "display_url": "lisakeogh.uk"}]}, "description": {"urls": null, "hashtags": [{"start": 124, "end": 141, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5282, "following_count": 649, "tweet_count": 1762, "listed_count": 10}, "withheld": null}
{"id": "924024728112844803", "name": "CAISfiles \ud83d\udc99", "username": "ClareCAIS", "created_at": "2017-10-27T21:27:17.000Z", "description": "Supporting & inclusive of the needs of all people born with variations of sex development, not just those who identify as intersex - https://t.co/hugCIYcNX4", "location": "The North", "pinned_tweet_id": "1421372743199625220", "profile_image_url": "https://pbs.twimg.com/profile_images/1451629770639388682/FOlKvW2l_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 133, "end": 156, "url": "https://t.co/hugCIYcNX4", "expanded_url": "http://dsdfamilies.org/donate", "display_url": "dsdfamilies.org/donate"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6193, "following_count": 1188, "tweet_count": 681, "listed_count": 31}, "withheld": null}
{"id": "1340950199032754176", "name": "Gay Not Queer", "username": "Gaynotqueer1", "created_at": "2020-12-21T09:20:28.000Z", "description": "Gay man (homosexual) angered by New Homophobia/Old Misogyny/transing of proto gay children.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403233028277686272/MKgh7cgF_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 872, "following_count": 1395, "tweet_count": 2553, "listed_count": 2}, "withheld": null}
{"id": "1371942457739513859", "name": "MorbidCur", "username": "MorbidCur", "created_at": "2021-03-16T21:52:43.000Z", "description": "\"That which cannot be spoken will be wept.\" Sappho\n\n\"Thank you for chiming in random person who doesn't know anything and doesn't matter.\" MorbidCur", "location": null, "pinned_tweet_id": "1422586544297230336", "profile_image_url": "https://pbs.twimg.com/profile_images/1371949294920601601/mO-0nWoT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 166, "following_count": 423, "tweet_count": 3083, "listed_count": 6}, "withheld": null}
{"id": "351711116", "name": "Laura Brown", "username": "laura92brown", "created_at": "2011-08-09T16:52:17.000Z", "description": "Woman. Lesbian.\n#LGB #LesbianVisibility #AdultHumanFemale", "location": "England, United Kingdom", "pinned_tweet_id": "1427388850242981889", "profile_image_url": "https://pbs.twimg.com/profile_images/1359550663026442243/U0cuG_tV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 16, "end": 20, "tag": "LGB"}, {"start": 21, "end": 39, "tag": "LesbianVisibility"}, {"start": 40, "end": 57, "tag": "AdultHumanFemale"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1017, "following_count": 766, "tweet_count": 6910, "listed_count": 1}, "withheld": null}
{"id": "452497872", "name": "Emmsy", "username": "BlumminEckers", "created_at": "2012-01-01T22:46:46.000Z", "description": "", "location": "Manchestershire", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1228647193453776897/kgLDftYv_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 248, "following_count": 1498, "tweet_count": 951, "listed_count": 0}, "withheld": null}
{"id": "721263993", "name": "Heidi \ud83c\uddec\ud83c\udde7 #TimeToRise #WeWillNotComply", "username": "heidiEC5", "created_at": "2013-10-18T21:07:31.000Z", "description": "Mother of 5 Daughters.Interests: Islamfactual-not fearful. Education, Human Rights, Religion, Traveller, Gardening, Pro-Brexit. Same at #Gab #Parler", "location": "No Lists Please. #Blocked", "pinned_tweet_id": "999178547112611840", "profile_image_url": "https://pbs.twimg.com/profile_images/1349112566627373063/-Ai_M5Xo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 136, "end": 140, "tag": "Gab"}, {"start": 141, "end": 148, "tag": "Parler"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 8914, "following_count": 8119, "tweet_count": 663505, "listed_count": 89}, "withheld": null}
{"id": "746723350886625280", "name": "Fi \ud83e\udd96", "username": "FiJustaperson", "created_at": "2016-06-25T15:14:55.000Z", "description": "Words are not violence.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1409265607162355713/S8Gzv7Yp_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 713, "following_count": 1082, "tweet_count": 4757, "listed_count": 0}, "withheld": null}
{"id": "381284575", "name": "Fairynuff1979", "username": "fairynuff1979", "created_at": "2011-09-28T02:05:57.000Z", "description": "Honesty doesn\u2019t always find friends. Feminist warrior with unshakeable principles. Natural enemy of incels, misogynists, abusers and woo-woo.", "location": "SCOTLAND", "pinned_tweet_id": "1038049625557614592", "profile_image_url": "https://pbs.twimg.com/profile_images/525672688753577984/gqtIKPjo_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3042, "following_count": 2186, "tweet_count": 97568, "listed_count": 13}, "withheld": null}
{"id": "428988033", "name": "#WeAreAllDanielBlake", "username": "KBadlan", "created_at": "2011-12-05T12:31:07.000Z", "description": "In progress", "location": null, "pinned_tweet_id": "1175154224969256960", "profile_image_url": "https://pbs.twimg.com/profile_images/1045439371451621376/OjKXZfau_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2346, "following_count": 4432, "tweet_count": 96713, "listed_count": 47}, "withheld": null}
{"id": "890146958928740352", "name": "Jackie Fagan", "username": "Jackiefagan12", "created_at": "2017-07-26T09:49:07.000Z", "description": "Proud to be a Woman #sexmatters", "location": null, "pinned_tweet_id": "1352979362472144897", "profile_image_url": "https://pbs.twimg.com/profile_images/1405290964680278018/r-vF23on_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 20, "end": 31, "tag": "sexmatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1985, "following_count": 2940, "tweet_count": 8506, "listed_count": 3}, "withheld": null}
{"id": "1217551123642572800", "name": "Caledonia \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "_Caledonia", "created_at": "2020-01-15T20:57:38.000Z", "description": "Independence for Scotland \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Saor Alba \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "Scotland \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "pinned_tweet_id": "1217782360869101569", "profile_image_url": "https://pbs.twimg.com/profile_images/1417523718109151239/IoGjkNr4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2334, "following_count": 3055, "tweet_count": 13540, "listed_count": 3}, "withheld": null}
{"id": "306122841", "name": "Bean Feasa stuck in McGilead Under his Aye\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a\ud83e\udd96", "username": "Autumnsdance", "created_at": "2011-05-27T09:59:16.000Z", "description": "Disney dancing, emotion swinging, public singing,gender critical feminist witchy woman. I will not burn", "location": "Musselburgh", "pinned_tweet_id": "1139545568257200128", "profile_image_url": "https://pbs.twimg.com/profile_images/1400776773026074625/Tyk5MzLa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1153, "following_count": 1859, "tweet_count": 28528, "listed_count": 6}, "withheld": null}
{"id": "1306598468199149575", "name": "The Countess", "username": "TheCountessIE", "created_at": "2020-09-17T14:18:52.000Z", "description": "Women & children deserve privacy, dignity and safety. The public agree #IrishGenderPoll. Help us #KeepToiletsSingleSex #WeWillBeHeard RT is not an endorsement", "location": "Ireland", "pinned_tweet_id": "1443344962553270276", "profile_image_url": "https://pbs.twimg.com/profile_images/1362822314144972802/a3MfkVO6_normal.jpg", "protected": false, "url": "https://t.co/HHf9LIz7V7", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/HHf9LIz7V7", "expanded_url": "http://www.thecountess.ie", "display_url": "thecountess.ie"}]}, "description": {"urls": null, "hashtags": [{"start": 71, "end": 87, "tag": "IrishGenderPoll"}, {"start": 97, "end": 118, "tag": "KeepToiletsSingleSex"}, {"start": 119, "end": 133, "tag": "WeWillBeHeard"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 7158, "following_count": 1143, "tweet_count": 2902, "listed_count": 34}, "withheld": null}
{"id": "204540872", "name": "Nolwe Celelynnlh\u00fbn", "username": "FallenNun", "created_at": "2010-10-18T22:57:49.000Z", "description": "'Enigmatic' Nun, trying to see both sides to every story but will not get into a debate with racists/misogynists/sexists/trolls tweets in English/Greek/", "location": "Babylon", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3357008925/0783d17eff67aa9ad79040d2073a3996_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1497, "following_count": 2694, "tweet_count": 14871, "listed_count": 14}, "withheld": null}
{"id": "3902742383", "name": "Ceri Smith", "username": "CeriSmith5", "created_at": "2015-10-08T20:50:47.000Z", "description": "Disappointed child of the 1950's depressed by lies, corruption and ineptitude but ever hopeful things will improve", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1356013530294734851/9fLcgMuH_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 258, "following_count": 420, "tweet_count": 3357, "listed_count": 1}, "withheld": null}
{"id": "927181631760236544", "name": "SelfHelpWeirdo", "username": "LollyEyesMF", "created_at": "2017-11-05T14:31:42.000Z", "description": "The secret to happiness is watching great TV, avoiding conflict, and forgetting the state of the world by eating biscuits. No DMs - thanks x", "location": "UK ", "pinned_tweet_id": "1296233702373183488", "profile_image_url": "https://pbs.twimg.com/profile_images/1290744660885897221/qTWS4bV2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1454, "following_count": 1844, "tweet_count": 5831, "listed_count": 2}, "withheld": null}
{"id": "2794911296", "name": "Defiant Dunn Dufault, BSc. Microbiology", "username": "Dunn_Dufault4", "created_at": "2014-09-06T23:23:56.000Z", "description": "we are freaks, we are fragile, and we all survived\nblocked by @BillyBragg", "location": "Ontario", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443238537877409794/xdN6ZQKD_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 62, "end": 73, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 466, "following_count": 396, "tweet_count": 3889, "listed_count": 2}, "withheld": null}
{"id": "985638787832217601", "name": "Stasia Richardson \ud83d\udc9c\ud83e\udd0d\ud83d\udc9aMember of the wrong crowd.", "username": "stasia_nield", "created_at": "2018-04-15T21:59:34.000Z", "description": "#IStandWithLGBAlliance Sick and tired of all this crap. Opinions my own.", "location": "Manchester, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401288085006999554/gJjqt_Aj_normal.png", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 22, "tag": "IStandWithLGBAlliance"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 342, "following_count": 750, "tweet_count": 5327, "listed_count": 0}, "withheld": null}
{"id": "1103295647866896385", "name": "Arbalete: Can Afford a Tunnocks \ud83e\udd95\ud83e\udd96\ud83e\udd95 \ud83d\udfe5", "username": "ArbaleteBean", "created_at": "2019-03-06T14:05:55.000Z", "description": "Author of 'Brad Is a Wolf' and 'Billy The Gender Non Conforming Lad', Heretic, Bigot, Phobe and a big ol' racist according to the Woke.", "location": "Earth", "pinned_tweet_id": "1451543984795422722", "profile_image_url": "https://pbs.twimg.com/profile_images/1442861765641977867/9dHc6tsD_normal.jpg", "protected": false, "url": "https://t.co/ovu9ezsGvG", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/ovu9ezsGvG", "expanded_url": "http://www.maismith.com", "display_url": "maismith.com"}]}, "description": null}, "public_metrics": {"followers_count": 579, "following_count": 499, "tweet_count": 15713, "listed_count": 0}, "withheld": null}
{"id": "853262035047636999", "name": "MrsBlueSky", "username": "S0uthRiding", "created_at": "2017-04-15T15:01:36.000Z", "description": "Woman (adult human female). Worried about all sorts of stuff. What a world we're living in.", "location": "UK", "pinned_tweet_id": "1288517805449650178", "profile_image_url": "https://pbs.twimg.com/profile_images/1211286825999970304/rXL1ntXx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1941, "following_count": 3899, "tweet_count": 9935, "listed_count": 7}, "withheld": null}
{"id": "66719952", "name": "\ud83d\udc99Fiona Macdonald", "username": "Fiona44444", "created_at": "2009-08-18T16:12:21.000Z", "description": "Rights hoarding dinosaur \ud83e\udd95Marxist-feminist, Women are biological females and a sex class. Women take back your Trade Unions. PCS Union retired member. Gamer.", "location": "Tracy Island", "pinned_tweet_id": "1424003981697855489", "profile_image_url": "https://pbs.twimg.com/profile_images/741604611950186496/l3EyDxVE_normal.jpg", "protected": false, "url": "https://t.co/REvtJSY6jx", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/REvtJSY6jx", "expanded_url": "http://pronoun.comrade.co.uk", "display_url": "pronoun.comrade.co.uk"}]}, "description": null}, "public_metrics": {"followers_count": 2047, "following_count": 2230, "tweet_count": 23203, "listed_count": 14}, "withheld": null}
{"id": "24047379", "name": "\ud83e\udd96 MsBekaa \ud83e\udd95", "username": "MsBekaa", "created_at": "2009-03-12T21:53:08.000Z", "description": "Opinions expressed are my own and not those of my employer", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1330398087270035456/UeupPigx_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 157, "following_count": 591, "tweet_count": 2923, "listed_count": 1}, "withheld": null}
{"id": "1059518557720068098", "name": "Leeds ReSisters", "username": "LeedsReSisters", "created_at": "2018-11-05T18:51:23.000Z", "description": "We are a Yorkshire based campaign group committed to advocating for women's sex-based rights. \n(Account run by multiple admins)", "location": "Leeds, West Yorkshire ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1084111834129547267/xrS2CN_t_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2182, "following_count": 647, "tweet_count": 6076, "listed_count": 10}, "withheld": null}
{"id": "1139126005942161408", "name": "\u00e0 trop tirer sur la corde, on la casse", "username": "tirersurlacorde", "created_at": "2019-06-13T11:02:58.000Z", "description": "British. Immigr\u00e9 en France. \nMy employer is a bit touchy so I made an anonymous account. \n\u2764\ufe0f: Music, langs (\u4e2d\u6587, italiano, \u2026), Go(\u56f4\u68cb). \ud83d\ude20: Spite,bad faith,trolls", "location": "France", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1140381888642801668/PtIJyW9m_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 324, "following_count": 1358, "tweet_count": 3235, "listed_count": 5}, "withheld": null}
{"id": "1028301695988711427", "name": "Mentalpause \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "by_theSeaShore", "created_at": "2018-08-11T15:26:44.000Z", "description": "A woman is a biological fact. #Resisters GC \ud83d\udfe5 \ud83d\udc69\ud83c\udffc\u200d\ud83e\uddb3\ud83e\udddd\ud83c\udffb\u200d\u2640\ufe0f\ud83e\uddde\u200d\u2640\ufe0f#OWAW #suffragette Thee/Thy/Thine/Thou", "location": "Land of Make Believe. ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451908472052797450/A9Mxvo28_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 30, "end": 40, "tag": "Resisters"}, {"start": 59, "end": 64, "tag": "OWAW"}, {"start": 65, "end": 77, "tag": "suffragette"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 891, "following_count": 1398, "tweet_count": 6869, "listed_count": 0}, "withheld": null}
{"id": "1039463707238191109", "name": "Lisa", "username": "LisaKn0wsA11", "created_at": "2018-09-11T10:40:34.000Z", "description": "NeverLabour, LoveMyCountry, ScumMedia, Vaccine is a personal choice, GreenPartyAreNutters, NeverLibDem, NoPronouns, antiWoke, ProudWoman, GBNews, NoDMs", "location": "England", "pinned_tweet_id": "1427967180256206850", "profile_image_url": "https://pbs.twimg.com/profile_images/1310332338363150337/nsPX4BK2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1429, "following_count": 1552, "tweet_count": 19480, "listed_count": 0}, "withheld": null}
{"id": "263131194", "name": "shelley charlesworth", "username": "charlesworth102", "created_at": "2011-03-09T13:00:21.000Z", "description": "Ex BBC journo, dedicated time waster with immense social capital. Feminist. \nIt's not possible to be born in the wrong body. \n#CourageCalls\nhttps://t.co/jKqmnuzciy", "location": "London, England", "pinned_tweet_id": "1050687047747457024", "profile_image_url": "https://pbs.twimg.com/profile_images/1211353802789531650/6CBdGe9e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": [{"start": 140, "end": 163, "url": "https://t.co/jKqmnuzciy", "expanded_url": "http://transgendertrend.com", "display_url": "transgendertrend.com"}], "hashtags": [{"start": 126, "end": 139, "tag": "CourageCalls"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2137, "following_count": 686, "tweet_count": 12901, "listed_count": 10}, "withheld": null}
{"id": "113695792", "name": "Ralph Lucas", "username": "LordLucasCD", "created_at": "2010-02-12T18:19:43.000Z", "description": "Backbench Conservative peer", "location": "London, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/453574543596990465/k0yfTCTF_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4235, "following_count": 1411, "tweet_count": 29462, "listed_count": 120}, "withheld": null}
{"id": "1352621947599912960", "name": "Sheffield Women of Steel ReSisters", "username": "WoSReSisters", "created_at": "2021-01-22T14:20:05.000Z", "description": "Pro women. Gender abolitionist. New account of @Sheffieldwomen which was suspended.\nEmail: GcSheffieldFeminists@gmail.com\n\n#Rightsideofherstory\n#RememberingSam", "location": "Sheffield, England", "pinned_tweet_id": "1353399646308151296", "profile_image_url": "https://pbs.twimg.com/profile_images/1355848972364083200/zFgMRZvl_normal.jpg", "protected": false, "url": "https://t.co/Udsd2TWeFH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Udsd2TWeFH", "expanded_url": "https://samanthacoleman.muchloved.com/", "display_url": "samanthacoleman.muchloved.com"}]}, "description": {"urls": null, "hashtags": [{"start": 123, "end": 143, "tag": "Rightsideofherstory"}, {"start": 144, "end": 159, "tag": "RememberingSam"}], "mentions": [{"start": 47, "end": 62, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 937, "following_count": 203, "tweet_count": 723, "listed_count": 3}, "withheld": null}
{"id": "751495381", "name": "AWAW", "username": "72FFR", "created_at": "2012-08-11T16:02:04.000Z", "description": "Non Whinery Sheep/herd", "location": "Linlithgow, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1358191584542679041/W6MH_tDL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 340, "following_count": 305, "tweet_count": 9669, "listed_count": 5}, "withheld": null}
{"id": "1377029846", "name": "sue superlesbiansuperally just super", "username": "tinternetqueen", "created_at": "2013-04-24T13:15:59.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/3568982405/e709c68d8555d57953cf0aeb318d719f_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1133, "following_count": 1325, "tweet_count": 61738, "listed_count": 7}, "withheld": null}
{"id": "2870192452", "name": "#SB1 for America #UBI for humanity", "username": "scaredofrobots", "created_at": "2014-11-10T06:09:34.000Z", "description": "\ud83d\udc9c\ud83e\udd0d\ud83d\udc9a #NCT #SEVENTEEN #DAY6 #BTS #\uc870\ud615\uc6b0 #TWICE #REDVELVET #STAYC #FujiiKaze #FCD #AFC #NoPlanetB\n\ud83d\udc31Adopt, don't shop!\ud83d\udc36 \ud83d\udeabTRAs, libfems, or science deniers", "location": null, "pinned_tweet_id": "1160931995427454976", "profile_image_url": "https://pbs.twimg.com/profile_images/1452498698773073927/q2mAu0RB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 4, "end": 8, "tag": "NCT"}, {"start": 9, "end": 19, "tag": "SEVENTEEN"}, {"start": 20, "end": 25, "tag": "DAY6"}, {"start": 26, "end": 30, "tag": "BTS"}, {"start": 31, "end": 35, "tag": "\uc870\ud615\uc6b0"}, {"start": 36, "end": 42, "tag": "TWICE"}, {"start": 43, "end": 53, "tag": "REDVELVET"}, {"start": 54, "end": 60, "tag": "STAYC"}, {"start": 61, "end": 71, "tag": "FujiiKaze"}, {"start": 72, "end": 76, "tag": "FCD"}, {"start": 77, "end": 81, "tag": "AFC"}, {"start": 82, "end": 92, "tag": "NoPlanetB"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2605, "following_count": 3007, "tweet_count": 72155, "listed_count": 11}, "withheld": null}
{"id": "143146486", "name": "Frances Davidson", "username": "FranDav", "created_at": "2010-05-12T18:25:52.000Z", "description": "Mother of cats, renowned frog rescuer \ud83d\udc38\ud83d\udc38\ud83d\udc38\ud83d\udd78\ufe0fpart time mouse rescuer and hedgehog b and b lovely amorphous blob", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1337303286685310976/--xiWdV4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1505, "following_count": 999, "tweet_count": 25911, "listed_count": 1}, "withheld": null}
{"id": "1232726523792232449", "name": "Paul \ud83d\udfe5", "username": "Wifty8", "created_at": "2020-02-26T17:58:54.000Z", "description": "#FBSI\n#WhiteRoseRising\n#EnglishScots4Yes\n#DissolveTheUnion\n#AlbaParty \n#WomenWontWheesht\nI follow back xx", "location": null, "pinned_tweet_id": "1307264364580352001", "profile_image_url": "https://pbs.twimg.com/profile_images/1276972042252943361/yo_iGtVs_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 5, "tag": "FBSI"}, {"start": 6, "end": 22, "tag": "WhiteRoseRising"}, {"start": 23, "end": 40, "tag": "EnglishScots4Yes"}, {"start": 41, "end": 58, "tag": "DissolveTheUnion"}, {"start": 59, "end": 69, "tag": "AlbaParty"}, {"start": 71, "end": 88, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1834, "following_count": 1891, "tweet_count": 56453, "listed_count": 3}, "withheld": null}
{"id": "24857480", "name": "Rachel Tunnock", "username": "welshyie", "created_at": "2009-03-17T08:39:46.000Z", "description": "Her Excellency \ud83d\udca9\ud83e\udd21 cis my arse. All through the day I/me/my/mine/myself #holdthedebate", "location": "Glasgow, Scotland", "pinned_tweet_id": "1390632258638340105", "profile_image_url": "https://pbs.twimg.com/profile_images/1418566894890717193/yz_kBw49_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 71, "end": 85, "tag": "holdthedebate"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 285, "following_count": 637, "tweet_count": 3069, "listed_count": 0}, "withheld": null}
{"id": "1210061931404570624", "name": "Colette \ud83e\udd95", "username": "zuzuspetals89", "created_at": "2019-12-26T04:57:09.000Z", "description": "", "location": null, "pinned_tweet_id": "1302350159242768385", "profile_image_url": "https://pbs.twimg.com/profile_images/1450828155858661385/VSyUQXg1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 820, "following_count": 808, "tweet_count": 1455, "listed_count": 0}, "withheld": null}
{"id": "2775891496", "name": "Valeria", "username": "Holdfast214", "created_at": "2014-09-19T13:54:48.000Z", "description": "Sovereign Scottish Woman. \ud83e\udd95\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1416710273164001280/XgaCeD9m_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1079, "following_count": 3177, "tweet_count": 17745, "listed_count": 1}, "withheld": null}
{"id": "942429548599226370", "name": "Sharon\ud83e\udd95Diplodocus\ud83e\udd95Thomas", "username": "_Sharon_Thomas_", "created_at": "2017-12-17T16:21:28.000Z", "description": "Prehistoric GC feminist. Matriarch.\nKids, dogs, hunting & crypto. Ex-socialist cervix with a body.", "location": "France", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1310174519676596229/5j-mALqm_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 93, "following_count": 191, "tweet_count": 2849, "listed_count": 1}, "withheld": null}
{"id": "545241465", "name": "Ornithischia & Saurischia", "username": "afternews2", "created_at": "2012-04-04T14:12:35.000Z", "description": "children trust adults", "location": null, "pinned_tweet_id": "1366452721297973249", "profile_image_url": "https://pbs.twimg.com/profile_images/1375327350720622592/7fuIrOuQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 672, "following_count": 2284, "tweet_count": 2887, "listed_count": 0}, "withheld": null}
{"id": "437821771", "name": "Manda Ponium \ud83c\udfc1", "username": "Manda_Ponium", "created_at": "2011-12-15T21:42:11.000Z", "description": "Want to live the dream, but keeping it real...\ud83d\ude18\nAdult human female AKA woman \u2640\ufe0f\nACAB in your bio / feed / profile? Don't follow or @ me, thanks....", "location": "my own personal hell...", "pinned_tweet_id": "992388777296498689", "profile_image_url": "https://pbs.twimg.com/profile_images/1289499029626392576/Pd0Iog6C_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1775, "following_count": 1934, "tweet_count": 21415, "listed_count": 6}, "withheld": null}
{"id": "1704654950", "name": "Manchester Feminists", "username": "MancFemNet", "created_at": "2013-08-27T13:06:28.000Z", "description": "\ud83e\udd96The Manchester Feminist Network. Women only feminist campaigning group. Meets monthly.", "location": "Manchester, England", "pinned_tweet_id": "1411573481985224705", "profile_image_url": "https://pbs.twimg.com/profile_images/1392184409776869384/H9CW5VvX_normal.jpg", "protected": false, "url": "https://t.co/aq2RBjm5pe", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/aq2RBjm5pe", "expanded_url": "https://manchesterfeministnetwork.wordpress.com", "display_url": "\u2026nchesterfeministnetwork.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 1794, "following_count": 1329, "tweet_count": 6447, "listed_count": 10}, "withheld": null}
{"id": "3271121982", "name": "Janey Mack", "username": "JaneySmack", "created_at": "2015-07-07T17:15:25.000Z", "description": "In a desperate bid to find freedom from the insufferable Sussexes #superstraight", "location": null, "pinned_tweet_id": "1442487699999428609", "profile_image_url": "https://pbs.twimg.com/profile_images/1076876412772966401/fMKRcOZW_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 69, "end": 83, "tag": "superstraight"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 194, "following_count": 222, "tweet_count": 23397, "listed_count": 0}, "withheld": null}
{"id": "3143436419", "name": "Thumpsquids", "username": "Thumpsquids", "created_at": "2015-04-07T10:48:08.000Z", "description": "Something wicked, this way comes...", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1257396245292896256/sOo_ZbQL_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 146, "following_count": 276, "tweet_count": 3149, "listed_count": 2}, "withheld": null}
{"id": "63471724", "name": "Carlos", "username": "carlinbris", "created_at": "2009-08-06T12:47:57.000Z", "description": "Gay (not queer) accountant who likes cats, Israel, but not beetroot. Blocked by Diane Abbott, Jolyon Maugham & TRA nutjobs. Don't call me cis.", "location": "Bristol UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/437629888816640000/ynqExhUL_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 580, "following_count": 1013, "tweet_count": 28538, "listed_count": 19}, "withheld": null}
{"id": "1268888653499170818", "name": "Seren D \u267f\ufe0f", "username": "serenstar4", "created_at": "2020-06-05T12:53:53.000Z", "description": "Ex disability sports athlete & British record holder x 3 events. Worlds first tetraplegic GRS. Transsexual, mental health survivor and proud.", "location": "Liverpool", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451597669785288713/qiEuv5-8_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3737, "following_count": 667, "tweet_count": 1486, "listed_count": 15}, "withheld": null}
{"id": "934792093758869505", "name": "FortyKings", "username": "Forty40Kings", "created_at": "2017-11-26T14:32:57.000Z", "description": "# No. Eddie Izzard is not a lesbian. He has a penis.", "location": "england", "pinned_tweet_id": "1425726042820521986", "profile_image_url": "https://pbs.twimg.com/profile_images/1206588038064807936/ZVmPEaNe_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2270, "following_count": 4989, "tweet_count": 22808, "listed_count": 2}, "withheld": null}
{"id": "1403786361791029249", "name": "Cara #IStandWithKathleenStock \ud83d\udc9a \ud83e\udd0d \ud83d\udc9c \u2640\ufe0f \ud83c\uddee\ud83c\uddf9", "username": "MclachlanCece", "created_at": "2021-06-12T18:49:24.000Z", "description": "PhD in Tropical Medicine. Mum of 2. Partial to \ud83c\udf5f, \ud83e\udd42 and Pink Floyd. Just like Brenda Ann, not a fan of Mondays.\n\nNolite te bastardes carborundorum.", "location": "Greenwich, London", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1403983406355161089/_vIxymKh_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 98, "following_count": 359, "tweet_count": 2698, "listed_count": 1}, "withheld": null}
{"id": "1177897224803700736", "name": "TallClothesMagpieUK", "username": "6ftblondetall", "created_at": "2019-09-28T10:46:18.000Z", "description": "Highlighting the best of tall-friendly fashion and larger sized shoes. 6ft tall, size 9-10 shoes. Grateful to inclusive retailers with taller ranges. #tallgirls", "location": null, "pinned_tweet_id": "1432356123634438150", "profile_image_url": "https://pbs.twimg.com/profile_images/1360701050001440771/2P9n9dex_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 150, "end": 160, "tag": "tallgirls"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 194, "following_count": 3747, "tweet_count": 12673, "listed_count": 0}, "withheld": null}
{"id": "20008835", "name": "Carrie Singleton", "username": "CarrieSing", "created_at": "2009-02-03T22:14:13.000Z", "description": "Class solidarity to fight racism, anti-imperialist; gender critical; women\u2019s rights are human rights; solidarity with all oppressed people of the world", "location": "United States", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1008369243417501697/C49mgHMt_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 241, "following_count": 848, "tweet_count": 2498, "listed_count": 3}, "withheld": null}
{"id": "1287431529665372160", "name": "Sezeh Cha Chasaurus of the Terffragettes", "username": "SezehC", "created_at": "2020-07-26T16:56:21.000Z", "description": "\u2640\ufe0f not \ud83d\udc57Gender. Cis off.Employment:Head of HR @Fnordtechnology.Terffragettes by@Ecuadorian_Mum \n#NoThankYou #BoycottDove", "location": "United Realm of Terfs -", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400831154861883396/rY646Ex4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 96, "end": 107, "tag": "NoThankYou"}, {"start": 108, "end": 120, "tag": "BoycottDove"}], "mentions": [{"start": 46, "end": 62, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1157, "following_count": 1213, "tweet_count": 19961, "listed_count": 3}, "withheld": null}
{"id": "3238832441", "name": "Scotwitch", "username": "Witchywonk", "created_at": "2015-05-06T12:38:01.000Z", "description": "Woman \ud83e\uddd9\ud83c\udffb\u200d\u2640\ufe0f \u201cShe'd never mastered the talent for apologizing, but she appreciated it in other people.\u201d", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1373224786134978560/cBNxza1i_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 202, "following_count": 396, "tweet_count": 3132, "listed_count": 0}, "withheld": null}
{"id": "107115849", "name": "\ud83e\udd96kmw\ud83e\udd96", "username": "kirstywakeling", "created_at": "2010-01-21T16:03:39.000Z", "description": "#nothankyou", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/747874492354035712/GZ2wA64K_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 11, "tag": "nothankyou"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 533, "following_count": 1146, "tweet_count": 1807, "listed_count": 0}, "withheld": null}
{"id": "1126981581850202114", "name": "Safe Schools Alliance", "username": "SafeSchools_UK", "created_at": "2019-05-10T22:45:22.000Z", "description": "Working with educators to ensure the safeguarding of all students in accordance with the Equality Act 2010 \u2013 offering unbiased evidence-based guidance & support", "location": "United Kingdom", "pinned_tweet_id": "1452215950586093568", "profile_image_url": "https://pbs.twimg.com/profile_images/1132319541827129347/P1v7fi9p_normal.jpg", "protected": false, "url": "https://t.co/icuF6NUkXn", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/icuF6NUkXn", "expanded_url": "http://safeschoolsallianceuk.org", "display_url": "safeschoolsallianceuk.org"}]}, "description": null}, "public_metrics": {"followers_count": 12053, "following_count": 3454, "tweet_count": 5533, "listed_count": 54}, "withheld": null}
{"id": "1581466710", "name": "Louise C\ud83d\udfe5", "username": "radfemlou", "created_at": "2013-07-09T21:36:15.000Z", "description": "", "location": null, "pinned_tweet_id": "1342386366949240834", "profile_image_url": "https://pbs.twimg.com/profile_images/1172623028141867009/M3U56ox2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1044, "following_count": 1710, "tweet_count": 12482, "listed_count": 2}, "withheld": null}
{"id": "841924460", "name": "Yoko NoNo", "username": "YokoMcNoNo", "created_at": "2012-09-23T15:42:08.000Z", "description": "Incombustible Scottish witch \ud83e\uddd9\u200d\u2640\ufe0f\ud83d\udd25", "location": "Scotland", "pinned_tweet_id": "1362034747640336387", "profile_image_url": "https://pbs.twimg.com/profile_images/1169259402370658304/780Hiyew_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 702, "following_count": 1112, "tweet_count": 5777, "listed_count": 4}, "withheld": null}
{"id": "841328963557425152", "name": "Gerry Davies", "username": "g_c_davies", "created_at": "2017-03-13T16:43:50.000Z", "description": "Human being", "location": null, "pinned_tweet_id": "1451599389152194567", "profile_image_url": "https://pbs.twimg.com/profile_images/841339440526180352/0Zb2z0TM_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 568, "following_count": 909, "tweet_count": 12838, "listed_count": 4}, "withheld": null}
{"id": "1221567480549838849", "name": "Shambooolic Woootral\ud83c\udf83\ud83d\udc7b\ud83e\udddb", "username": "BradfemlyWalsh", "created_at": "2020-01-26T22:57:04.000Z", "description": "Delightfully impure Radfem. Teacake TERF. ADHD nightmare. Writer scum. Manages to make everything rude. Should always be doing something more important.", "location": "The Shifting And Formless Void", "pinned_tweet_id": "1298222725979398147", "profile_image_url": "https://pbs.twimg.com/profile_images/1417666219524694017/pha2XTgj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 4943, "following_count": 3463, "tweet_count": 46493, "listed_count": 13}, "withheld": null}
{"id": "2464157735", "name": "Scott Plenderleith \ud83c\uddf5\ud83c\uddf8\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83d\udfea\u2b1c\ufe0f\ud83d\udfe9", "username": "Scottmacple", "created_at": "2014-04-06T06:31:05.000Z", "description": "Independence Is Normal\n-\nScottish European", "location": "Aberdeen and Penzance", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1392533022076022784/1hwuh9vD_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 877, "following_count": 2079, "tweet_count": 42921, "listed_count": 0}, "withheld": null}
{"id": "1107362428512321539", "name": "Jin Chilterns", "username": "ChilternsJane", "created_at": "2019-03-17T19:25:51.000Z", "description": "Tea and reading. STEM nerd. Like a laugh. Often angry.", "location": "Buckinghamshire, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1380609045267120140/EqfeXB6v_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 447, "following_count": 806, "tweet_count": 5081, "listed_count": 0}, "withheld": null}
{"id": "1184773968387031040", "name": "LazyDays", "username": "CeliaGr28535021", "created_at": "2019-10-17T10:12:01.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1233379776766922753/g2609Uyi_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1674, "following_count": 2434, "tweet_count": 62063, "listed_count": 3}, "withheld": null}
{"id": "1491220424", "name": "Mrs. Doctor Bee \ud83e\udd96\ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "MrsDrBee", "created_at": "2013-06-07T20:16:32.000Z", "description": "Advocating for women\u2019s and children\u2019s rights. Concerned Canadian, who feels that there is much about which to be concerned. No DMs, please.", "location": "Canada", "pinned_tweet_id": "1366454036602490881", "profile_image_url": "https://pbs.twimg.com/profile_images/1450922413957472258/YM0_Dc7k_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1776, "following_count": 1355, "tweet_count": 19874, "listed_count": 4}, "withheld": null}
{"id": "1364568384587898882", "name": "Genspect", "username": "genspect", "created_at": "2021-02-24T13:32:10.000Z", "description": "Genspect is an international alliance of parent and professional groups. We're a voice for parents of gender questioning kids. #Genspect #AVoiceForParents \ud83e\udd8f", "location": "International", "pinned_tweet_id": "1445110692680454151", "profile_image_url": "https://pbs.twimg.com/profile_images/1405993543362043911/mRZ9azUh_normal.jpg", "protected": false, "url": "https://t.co/Up3wv6h45h", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Up3wv6h45h", "expanded_url": "http://www.genspect.org", "display_url": "genspect.org"}]}, "description": {"urls": null, "hashtags": [{"start": 127, "end": 136, "tag": "Genspect"}, {"start": 137, "end": 154, "tag": "AVoiceForParents"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 4259, "following_count": 277, "tweet_count": 1591, "listed_count": 20}, "withheld": null}
{"id": "1138479456", "name": "Rosemary Hamulka", "username": "RosemaryHamulka", "created_at": "2013-02-01T02:23:11.000Z", "description": "I support JKRowlings.", "location": "Winnipeg, Manitoba", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1119330231901466624/3Z7pB0ES_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 3489, "following_count": 3281, "tweet_count": 81723, "listed_count": 7}, "withheld": null}
{"id": "1270240944261079048", "name": "Radical Witch #IstandwithJKRowling XX \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "RadicalWitch2", "created_at": "2020-06-09T06:27:47.000Z", "description": "GC RadFem Babe XX \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\n\ud83d\udc9b\ud83e\udd0d\ud83d\udc9c\ud83c\udf3b\ud83d\udd78\ud83d\udfe5\u2b1b\ud83d\udfe7 \u2694\u2694\ud83d\udc1d\ud83d\udc1d\ud83d\udc08\ud83d\udc08", "location": "United States", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1441548864561975297/cOYKK6cQ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2253, "following_count": 3188, "tweet_count": 12392, "listed_count": 5}, "withheld": null}
{"id": "551716687", "name": "Jodie", "username": "jod_e_b", "created_at": "2012-04-12T09:41:53.000Z", "description": "40ish :o) #neglect#stopchildabuse\n#woman #mother #wife", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1367823381886861315/FC6DnwGu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 34, "end": 40, "tag": "woman"}, {"start": 41, "end": 48, "tag": "mother"}, {"start": 49, "end": 54, "tag": "wife"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 200, "following_count": 532, "tweet_count": 2260, "listed_count": 3}, "withheld": null}
{"id": "1294650693928865793", "name": "SamJay-a-Saurus\ud83e\udd96", "username": "LaughlinSj", "created_at": "2020-08-15T15:02:46.000Z", "description": "Mum of ROGD daughter. I am disinclined to acquiesce to your request to 'trans' her. Her pronouns are: \u201cVery Special\u201d. Affirmation undermines caution.", "location": null, "pinned_tweet_id": "1357586881840619521", "profile_image_url": "https://pbs.twimg.com/profile_images/1305163544988651521/GBRVGfD3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 137, "following_count": 208, "tweet_count": 2050, "listed_count": 0}, "withheld": null}
{"id": "150315613", "name": "McIron Wings #2914", "username": "DexTCN", "created_at": "2010-05-31T16:38:57.000Z", "description": "vile cybernat. adult human male\n(can you retweet that tweet you just liked? ta)\n\nkung fu/panda", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1261213769734262784/jRluTJK2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2265, "following_count": 2499, "tweet_count": 19774, "listed_count": 3}, "withheld": null}
{"id": "1234929456151744513", "name": "Elle Kay", "username": "ElleKayLondon", "created_at": "2020-03-03T19:52:05.000Z", "description": "Art, politics, life, democracy, free speech, feminism", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1274750428853477376/1xJtT8bV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 965, "following_count": 2224, "tweet_count": 2671, "listed_count": 1}, "withheld": null}
{"id": "1338142099204665344", "name": "S\u00e9amus \u2618\ufe0f\ud83d\udc01\ud83d\udc7e", "username": "Seamusismycat", "created_at": "2020-12-13T15:23:00.000Z", "description": "Same-sex attracted male who gave up on the \ud83c\udf08 #LGB #SexNotGender Not a fan of Evelyn Nicole Moran. Well this is (still) #Stalkward", "location": "Bistol, UK", "pinned_tweet_id": "1402718665863315461", "profile_image_url": "https://pbs.twimg.com/profile_images/1404886072983752710/3tk84i9a_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 45, "end": 49, "tag": "LGB"}, {"start": 50, "end": 63, "tag": "SexNotGender"}, {"start": 119, "end": 129, "tag": "Stalkward"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1034, "following_count": 1577, "tweet_count": 10296, "listed_count": 0}, "withheld": null}
{"id": "75785928", "name": "Cervixosaurous Rex", "username": "doodleswoo", "created_at": "2009-09-20T13:27:35.000Z", "description": "Stand tall and tell the truth! \n\nIt's time to *Do Something!*\n\nUnder scullery minion at Castle Feline! \ud83d\udc08\ud83d\udc31", "location": "Yorkshire , England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1420886601379590146/PQnnuTFB_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1386, "following_count": 1423, "tweet_count": 36402, "listed_count": 3}, "withheld": null}
{"id": "612006399", "name": "Beli \u2640", "username": "Belentejuelas", "created_at": "2012-06-18T19:20:41.000Z", "description": "El espacio, la \u00faltima frontera \ud83d\udef8 Radfem, atea, abolicionista \ud83d\udc9c \nAutora de El Espejo y Arturo", "location": null, "pinned_tweet_id": "1354099688622993411", "profile_image_url": "https://pbs.twimg.com/profile_images/1385886115916304387/k5fVOkII_normal.jpg", "protected": false, "url": "https://t.co/KTMbcHiHdb", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/KTMbcHiHdb", "expanded_url": "https://librosindie.com/producto/arturo/", "display_url": "librosindie.com/producto/artur\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 2879, "following_count": 1896, "tweet_count": 68976, "listed_count": 22}, "withheld": null}
{"id": "2879985791", "name": "Lollysmum\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "LollysMum1", "created_at": "2014-11-16T20:02:35.000Z", "description": "Working towards a fairer Scotland. Life's too short to waste! RT's not endorsement. Add me to list-will block #Indy is Scotland's Choice #YES \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": "Scottish Borders", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1402588649527590912/u7fYjo5S_normal.jpg", "protected": false, "url": "https://t.co/VUJOjzZF5Q", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/VUJOjzZF5Q", "expanded_url": "http://whatsonguide.scot", "display_url": "whatsonguide.scot"}]}, "description": {"urls": null, "hashtags": [{"start": 110, "end": 115, "tag": "Indy"}, {"start": 137, "end": 141, "tag": "YES"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 5403, "following_count": 5272, "tweet_count": 212542, "listed_count": 21}, "withheld": null}
{"id": "1390007295950602241", "name": "TesonFeminista", "username": "TesonFeminista", "created_at": "2021-05-05T18:15:51.000Z", "description": "Feminista. Hereje para la Queerquisicion. Reivindico los Derechos de ni\u00f1as y mujeres para construir un mundo mejor, equitativo y libre.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1390007726420414469/zm_JgEiN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1222, "following_count": 1234, "tweet_count": 11056, "listed_count": 5}, "withheld": null}
{"id": "3018939466", "name": "Jeff Saunderson", "username": "mogatrons", "created_at": "2015-02-04T22:49:21.000Z", "description": "Bohemian", "location": null, "pinned_tweet_id": "1356716725316812804", "profile_image_url": "https://pbs.twimg.com/profile_images/1388600176353366021/wVmrJIAo_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 651, "following_count": 391, "tweet_count": 28982, "listed_count": 2}, "withheld": null}
{"id": "2796208490", "name": "Angie Jukes \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "angjukes", "created_at": "2014-09-07T16:23:35.000Z", "description": "Woman\u2122\ufe0f and mother", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1313881331072368640/HYkZ-ntj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 568, "following_count": 1170, "tweet_count": 1655, "listed_count": 1}, "withheld": null}
{"id": "1344231365869527040", "name": "Lesbian and Gay News", "username": "LesbianGayNews", "created_at": "2020-12-30T10:39:33.000Z", "description": "Lesbian and Gay News is a current affairs and opinion website for lesbians and gay men. If you\u2019d like to contribute please email editor@lesbianandgaynews.com.", "location": "London", "pinned_tweet_id": "1446363456907718692", "profile_image_url": "https://pbs.twimg.com/profile_images/1356633853646012416/GGMjE-09_normal.png", "protected": false, "url": "https://t.co/wBkkxTs834", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/wBkkxTs834", "expanded_url": "http://www.lesbianandgaynews.com", "display_url": "lesbianandgaynews.com"}]}, "description": null}, "public_metrics": {"followers_count": 7161, "following_count": 559, "tweet_count": 4560, "listed_count": 30}, "withheld": null}
{"id": "1264991228430614529", "name": "Sarah", "username": "Sarah29710800", "created_at": "2020-05-25T18:46:48.000Z", "description": "Feminist, democratic socialist, pro-EU, not a bot - just a stupid username. #IStandWithJKRowling #IStandWithMarionMillar", "location": "Welsh valleys", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1266370379787800579/W-Y8JsGu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 76, "end": 96, "tag": "IStandWithJKRowling"}, {"start": 97, "end": 120, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 556, "following_count": 1573, "tweet_count": 6606, "listed_count": 1}, "withheld": null}
{"id": "61290565", "name": "Cath \ud83d\udfe9\u2b1c\ufe0f\ud83d\udfea", "username": "cath_1980", "created_at": "2009-07-29T20:41:30.000Z", "description": "leftist, liberal, bleeding heart, someone who gives a fuck about others.", "location": "swansea", "pinned_tweet_id": "1377540859940462592", "profile_image_url": "https://pbs.twimg.com/profile_images/1433453900783308800/ZtRD2-9a_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 98, "following_count": 122, "tweet_count": 3651, "listed_count": 0}, "withheld": null}
{"id": "1358574658182807556", "name": "AntiHomosexErasure\ud83e\udd8e\ud83c\udff3\ufe0f\u200d\ud83c\udf08", "username": "AntiHomoErasure", "created_at": "2021-02-08T00:33:46.000Z", "description": "Male. Homosexual.\nEstrogen for a year. Docs didn't ask much.\nWas super confused, now super gay\nAnti erasure. support radfem\nAgainst teen transex medicalization.", "location": null, "pinned_tweet_id": "1443070447721975813", "profile_image_url": "https://pbs.twimg.com/profile_images/1401987710496223238/7woG4OxV_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 476, "following_count": 444, "tweet_count": 5611, "listed_count": 7}, "withheld": null}
{"id": "449574902", "name": "Duncan", "username": "DuncanHenry78", "created_at": "2011-12-29T07:51:52.000Z", "description": "Same Sex Attracted (gay) Man. Critical of \u201cGender\u201d. I support those with gender dysphoria and Women\u2019s rights. #IStandWithJKRowling. Views are my own.", "location": "Sheffield", "pinned_tweet_id": "1351546721608716288", "profile_image_url": "https://pbs.twimg.com/profile_images/1407277779926892546/g5hwBi6d_normal.jpg", "protected": false, "url": "https://t.co/UFS2TksFr5", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/UFS2TksFr5", "expanded_url": "https://uncommongroundmedia.com/how-i-became-a-trans-rights-activist-then-turned-gender-critical/", "display_url": "uncommongroundmedia.com/how-i-became-a\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 110, "end": 130, "tag": "IStandWithJKRowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 11803, "following_count": 1163, "tweet_count": 59085, "listed_count": 29}, "withheld": null}
{"id": "1198692443375513600", "name": "WEP Women's Sex-Based Rights Caucus", "username": "WepWomen", "created_at": "2019-11-24T19:59:24.000Z", "description": "Campaigning to uphold sex-based rights and protections \u270a\ud83c\udffd\nReminding the twittersphere and beyond of WEP's promise to centre women\n#SexNotGender #sexmatters", "location": null, "pinned_tweet_id": "1377683220519546881", "profile_image_url": "https://pbs.twimg.com/profile_images/1404932659223175174/TbhmaZGp_normal.jpg", "protected": false, "url": "https://t.co/qNZI3uboOh", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/qNZI3uboOh", "expanded_url": "http://www.wepsbr.com", "display_url": "wepsbr.com"}]}, "description": {"urls": null, "hashtags": [{"start": 130, "end": 143, "tag": "SexNotGender"}, {"start": 144, "end": 155, "tag": "sexmatters"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 3366, "following_count": 2277, "tweet_count": 4070, "listed_count": 25}, "withheld": null}
{"id": "1348637698773446656", "name": "SnowyBall", "username": "SnowyBall2", "created_at": "2021-01-11T14:28:56.000Z", "description": "Concerned by the rise in the number of teenage girls who think they are male and the lack of good therapeutic support for them.", "location": null, "pinned_tweet_id": "1351453829494153216", "profile_image_url": "https://pbs.twimg.com/profile_images/1348653505343578113/hR-mJfDI_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 76, "following_count": 310, "tweet_count": 441, "listed_count": 0}, "withheld": null}
{"id": "1214108313803096065", "name": "Nikki \u2640\ufe0f", "username": "Nikki13687705", "created_at": "2020-01-06T08:56:11.000Z", "description": "A census taker once tried to test me.....", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1443124918011547653/4xISpau-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1287, "following_count": 2080, "tweet_count": 10269, "listed_count": 1}, "withheld": null}
{"id": "993176566778728449", "name": "Bye WayHaught", "username": "majamt6", "created_at": "2018-05-06T17:12:00.000Z", "description": "When you disregard LGB in your alphabet soup you're not inclusive\n\nMy pronouns No/Thank/You", "location": "Somewhere.. ", "pinned_tweet_id": "1449917882926870534", "profile_image_url": "https://pbs.twimg.com/profile_images/1299282745416269826/aGSENfTE_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 128, "following_count": 237, "tweet_count": 8733, "listed_count": 0}, "withheld": null}
{"id": "2576030945", "name": "TillyTrue \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c", "username": "tilliesplace", "created_at": "2014-06-01T19:48:28.000Z", "description": "Believer in fairness and courtesy, love animals and music. A woman, an adult, a female, 'A Member of the Wrong Crowd.'", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1380233454705647617/gPOzPwIR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 633, "following_count": 1403, "tweet_count": 14968, "listed_count": 3}, "withheld": null}
{"id": "304987668", "name": "Lynn MacRae \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "username": "Soulcatstrut", "created_at": "2011-05-25T13:07:33.000Z", "description": "Hillwalker, lover of outdoors. Supporter of Scottish independence, feminist dinosaur \ud83e\udd95 hoarding rights for women and girls #RuleTerfania", "location": "Terf Island", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1401288353794899977/-0kLUi8Q_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 123, "end": 136, "tag": "RuleTerfania"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2452, "following_count": 3826, "tweet_count": 11169, "listed_count": 10}, "withheld": null}
{"id": "2477496397", "name": "Suuz", "username": "panettone200", "created_at": "2014-05-04T22:39:48.000Z", "description": "Artist", "location": "Earth", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/463090148112990209/13yhB749_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 239, "following_count": 373, "tweet_count": 8569, "listed_count": 0}, "withheld": null}
{"id": "42569633", "name": "momma11", "username": "momma11", "created_at": "2009-05-26T05:09:00.000Z", "description": "married,mother of 6,not enough hours in the day!", "location": "scotland", "pinned_tweet_id": "740657541038903297", "profile_image_url": "https://pbs.twimg.com/profile_images/1400529179771170819/3ruPMi2q_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 365, "following_count": 672, "tweet_count": 7472, "listed_count": 1}, "withheld": null}
{"id": "841363759327260673", "name": "Issy", "username": "IssyIssss", "created_at": "2017-03-13T19:02:06.000Z", "description": "Woman-adult human female. Middle-aged lesbian, mixed ethnic backgrd. Free to speak freely (yeah right) until Twitter Thought Police decide otherwise #WarOnWomen", "location": "London", "pinned_tweet_id": "1424783921347276801", "profile_image_url": "https://pbs.twimg.com/profile_images/1147936049768873985/kxActMTq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 149, "end": 160, "tag": "WarOnWomen"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 735, "following_count": 852, "tweet_count": 9695, "listed_count": 1}, "withheld": null}
{"id": "2310210548", "name": "Hugh, Brittunculi", "username": "RuinousHugh", "created_at": "2014-01-25T15:13:34.000Z", "description": "\"Flag shagging (k)nob of the highest order\"\n\n\"Chomping right-winger\" \n\n\"Feral and scarcely house-trained\" - Wife.", "location": "Dreaming towers of Scunthorpe ", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1177165455330631680/wnzzPhNR_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 472, "following_count": 376, "tweet_count": 16613, "listed_count": 3}, "withheld": null}
{"id": "1187349840", "name": "EleanorOliphantasaurus", "username": "Eleanorisok", "created_at": "2013-02-16T20:24:19.000Z", "description": "womenwontwheesht", "location": null, "pinned_tweet_id": "1261001646181683200", "profile_image_url": "https://pbs.twimg.com/profile_images/1422896694010777601/MBAS0XM1_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 922, "following_count": 1487, "tweet_count": 9268, "listed_count": 5}, "withheld": null}
{"id": "236183075", "name": "\u82fa\u7551\u30ab\u30ab\u30b7", "username": "ichigobatakekak", "created_at": "2011-01-10T00:41:39.000Z", "description": "An American right winger, and proud of it. \u30a2\u30e1\u30ea\u30ab\u53f3\u7ffc\u4fdd\u5b88\u3092\u8a87\u3063\u3066\u307e\u3059\u3002\u6226\u3044\u306f\u4eca\u306f\u3058\u307e\u3063\u305f\u3070\u304b\u308a\u3060\uff01\u3061\u306a\u307f\u306b\u5927\u4eba\u306e\u5973\u5b50\u3067\u3059\u3002", "location": "\u5730\u7403", "pinned_tweet_id": "1168374497797263362", "profile_image_url": "https://pbs.twimg.com/profile_images/1218703385/ribon_normal.jpg", "protected": false, "url": "https://t.co/O7lI57aEj2", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/O7lI57aEj2", "expanded_url": "https://biglizards.net/strawberryblog/wp/", "display_url": "biglizards.net/strawberryblog\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 5239, "following_count": 266, "tweet_count": 31497, "listed_count": 91}, "withheld": null}
{"id": "975192033915744256", "name": "Maureen O'Hara", "username": "OHaraMaureen9", "created_at": "2018-03-18T02:07:53.000Z", "description": "Feminist activist & lawyer. Campaigning against the sex trade. Gender critical. Tweeting in personal capacity.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1361332759382405124/Jhla7352_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 680, "following_count": 507, "tweet_count": 10030, "listed_count": 3}, "withheld": null}
{"id": "1220652209983119360", "name": "Silvia Radfem #WomenWontWheesht", "username": "RadfemSilvia", "created_at": "2020-01-24T10:19:13.000Z", "description": "#radfem\nMujer Hembra Humana. Madre de ni\u00f1a v\u00edctima de #ROGD #DGIR\nAbolicionista. Ciencia, no creencias", "location": null, "pinned_tweet_id": "1441338339664162818", "profile_image_url": "https://pbs.twimg.com/profile_images/1452278250252734464/5wkgmanZ_normal.jpg", "protected": false, "url": "https://t.co/jhOp3WPP4q", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/jhOp3WPP4q", "expanded_url": "https://www.radicalmentefeminista.com/blog", "display_url": "radicalmentefeminista.com/blog"}]}, "description": {"urls": null, "hashtags": [{"start": 0, "end": 7, "tag": "radfem"}, {"start": 54, "end": 59, "tag": "ROGD"}, {"start": 60, "end": 65, "tag": "DGIR"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1567, "following_count": 938, "tweet_count": 10711, "listed_count": 5}, "withheld": null}
{"id": "921033470712918016", "name": "TransgenderTrend", "username": "Transgendertrd", "created_at": "2017-10-19T15:21:06.000Z", "description": "Leading UK organisation calling for evidence-based care for gender dysphoric children. \nSchools: https://t.co/ztQiXNuK5T", "location": null, "pinned_tweet_id": "1452720460110696455", "profile_image_url": "https://pbs.twimg.com/profile_images/979068982186659840/i3YdLA0c_normal.jpg", "protected": false, "url": "https://t.co/2eoF4DxPe2", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/2eoF4DxPe2", "expanded_url": "http://www.transgendertrend.com", "display_url": "transgendertrend.com"}]}, "description": {"urls": [{"start": 97, "end": 120, "url": "https://t.co/ztQiXNuK5T", "expanded_url": "https://www.transgendertrend.com/schools-resources/", "display_url": "transgendertrend.com/schools-resour\u2026"}], "hashtags": null, "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 33908, "following_count": 3051, "tweet_count": 8882, "listed_count": 173}, "withheld": null}
{"id": "1291753467984384000", "name": "perditamcleod \ud83d\udc99", "username": "perditamcleod", "created_at": "2020-08-07T15:10:25.000Z", "description": "Yes, my cat is judging you.", "location": "Brighton & Hove, UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1295015783354032130/cJc7EsMg_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1675, "following_count": 4997, "tweet_count": 17832, "listed_count": 2}, "withheld": null}
{"id": "498940766", "name": "Susana De Cea Ruiz", "username": "susanamdcea", "created_at": "2012-02-21T15:57:36.000Z", "description": "FEMINISTA, por lo tanto, ABOLICIONISTA", "location": "Espa\u00f1a", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1395409680143376384/DCrDFzS-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 810, "following_count": 1505, "tweet_count": 26475, "listed_count": 12}, "withheld": null}
{"id": "1292539885", "name": "liz wilds \ud83d\udc9c\ud83e\udd96\ud83e\udd0d team terf", "username": "LizIzWild", "created_at": "2013-03-23T21:26:31.000Z", "description": "Every person alive today came out of an adult human female. None of those women had a penis.\n\n#IStandWithCeri\n#IStandWithMarionMillar", "location": "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/521415610308497408/tDiooXGk_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 94, "end": 109, "tag": "IStandWithCeri"}, {"start": 110, "end": 133, "tag": "IStandWithMarionMillar"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1867, "following_count": 2974, "tweet_count": 13545, "listed_count": 4}, "withheld": null}
{"id": "24915190", "name": "karenologist", "username": "pinkskink", "created_at": "2009-03-17T17:16:08.000Z", "description": "Coffee, n. The person upon whom one coffs. I am Karen hear me roar. Karening all the livelong day. Reclaiming the Karen. Suck up the snark. Pro/Nouns Pro/verbs", "location": "Darkest West Midlands UK", "pinned_tweet_id": "707609595586416640", "profile_image_url": "https://pbs.twimg.com/profile_images/548926435797532672/8Kj_doXt_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 645, "following_count": 406, "tweet_count": 14129, "listed_count": 3}, "withheld": null}
{"id": "1270827112019243008", "name": "Kirsty Delane", "username": "Kirsty_Delane", "created_at": "2020-06-10T21:16:16.000Z", "description": "#istandwithjkrowling", "location": "Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1352709593227530240/Eb_j57QT_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 0, "end": 20, "tag": "istandwithjkrowling"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2282, "following_count": 3024, "tweet_count": 25271, "listed_count": 3}, "withheld": null}
{"id": "1272177320313393157", "name": "AlliantieLHB", "username": "AlliantieLHB", "created_at": "2020-06-14T14:41:41.000Z", "description": "Homoseksualiteit is een mensenrecht. Geen TERF maar MERF. #IStandWithJKRowling Wij steunen de @ALLIANCELGB.", "location": "Zeist", "pinned_tweet_id": "1344588793345662978", "profile_image_url": "https://pbs.twimg.com/profile_images/1272184807393550336/wUbRe8sJ_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 58, "end": 78, "tag": "IStandWithJKRowling"}], "mentions": [{"start": 94, "end": 106, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 158, "following_count": 234, "tweet_count": 1261, "listed_count": 0}, "withheld": null}
{"id": "94837980", "name": "\ud83d\udd77\ufe0fThe Hierophant HildegardP", "username": "HildegardP", "created_at": "2009-12-05T18:04:01.000Z", "description": "Anglophone European. \u201cLes cons, \u00e7a ose tout, c\u2019est m\u00eame \u00e0 \u00e7a qu\u2019on les reconna\u00eet.\u201d - Michel Audiard.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/565009057786769409/ivXbryg6_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2523, "following_count": 3837, "tweet_count": 69299, "listed_count": 1}, "withheld": null}
{"id": "86736133", "name": "QWRKY \ud83c\udde8\ud83c\udde6", "username": "QWRKY", "created_at": "2009-11-01T14:57:56.000Z", "description": "Politically adrift leftist woman. Vegan for the animals. Feminist, not the fun kind.", "location": "Canada", "pinned_tweet_id": "1269980615589400579", "profile_image_url": "https://pbs.twimg.com/profile_images/1124082541/flock_of_geese_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2000, "following_count": 4993, "tweet_count": 8465, "listed_count": 18}, "withheld": null}
{"id": "974324697331576832", "name": "#superlesbiandinosaur", "username": "TrulyMadlyIR8", "created_at": "2018-03-15T16:41:24.000Z", "description": "Woman. Lesbian. Mum of daughters. \u2640\ufe0f", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1183858437995847680/FEQgblsq_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 245, "following_count": 572, "tweet_count": 1388, "listed_count": 2}, "withheld": null}
{"id": "259088428", "name": "Culture Warlord", "username": "CultureWarlord", "created_at": "2011-03-01T03:27:39.000Z", "description": "", "location": null, "pinned_tweet_id": "1347898368790552583", "profile_image_url": "https://pbs.twimg.com/profile_images/1348071731622195207/aw2fkXi0_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1753, "following_count": 604, "tweet_count": 40596, "listed_count": 11}, "withheld": null}
{"id": "1269014769836662785", "name": "Funky Unicorn \ud83e\udd84", "username": "TheFunkyUnicor1", "created_at": "2020-06-05T21:15:07.000Z", "description": "Politically homeless. Scots indy \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f Arsy wummin. Grower of vegetables. Servant of cats. Recovering misanthrope. #sexnotgender", "location": "Glasgow, Scotland", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1421242783348805634/oQcT5x-e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 118, "end": 131, "tag": "sexnotgender"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 679, "following_count": 942, "tweet_count": 14993, "listed_count": 1}, "withheld": null}
{"id": "426502441", "name": "CaryDeWeigh", "username": "CaryDeWeigh", "created_at": "2011-12-02T09:45:59.000Z", "description": "I talk to the wind. My words are all CaryDeWeigh. I talk to the wind. The wind does not hear. The wind cannot hear.", "location": "Trouble Town", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1163353962847854594/vDUnSq4F_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 103, "following_count": 134, "tweet_count": 5521, "listed_count": 8}, "withheld": null}
{"id": "15046153", "name": "markrowantree", "username": "markrowantree", "created_at": "2008-06-08T11:49:37.000Z", "description": "Left Wing, longish term SNP member and burdened by the the support of Partick Thistle FC and Everton.", "location": "Glasgow", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1000072636771196928/iKqD_ZG__normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 5693, "following_count": 6181, "tweet_count": 432967, "listed_count": 70}, "withheld": null}
{"id": "169656150", "name": "Indie", "username": "Indieanabones", "created_at": "2010-07-22T21:27:10.000Z", "description": "Actual Biological Adult Human Female Woman! Firmly rooted in REALITY! Advocate for the safety, dignity, & respect for Women & Girls \ud83d\ude4f", "location": "Canada", "pinned_tweet_id": "1447477403798814722", "profile_image_url": "https://pbs.twimg.com/profile_images/1437185113477967872/oHMtqcEa_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 805, "following_count": 1647, "tweet_count": 13260, "listed_count": 0}, "withheld": null}
{"id": "1334598865601884172", "name": "October Pumpkinton-Smythe-Smythe-Smythe \ud83c\udf43", "username": "N0v3mberSmith", "created_at": "2020-12-03T20:43:00.000Z", "description": "Left-leaning but politically homeless. ASD. Reluctant female. \n'Identity'= Lies. Gender-free. No time for your ego. Parent. Carer.", "location": "On the sofa, hopefully.", "pinned_tweet_id": "1409182533565177856", "profile_image_url": "https://pbs.twimg.com/profile_images/1450904845888675847/sl1IX64e_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 861, "following_count": 1992, "tweet_count": 8649, "listed_count": 4}, "withheld": null}
{"id": "1208368384360013824", "name": "\ud83e\udd96 I'm a triceratops \ud83e\udd96", "username": "CannotSex", "created_at": "2019-12-21T12:47:42.000Z", "description": "Sex is a binary. You cannot change your sex. I stand with Maya. \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "location": null, "pinned_tweet_id": "1274985271117971457", "profile_image_url": "https://pbs.twimg.com/profile_images/1386619524829655044/8rGpVT7G_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 352, "following_count": 300, "tweet_count": 1700, "listed_count": 0}, "withheld": null}
{"id": "1305990839584403456", "name": "LividWoman \ud83d\uded1", "username": "LoonyLefty1", "created_at": "2020-09-15T22:04:43.000Z", "description": "Hairy-legged misandrist, streaming pure separatist vibes direct to your phone.\nI may or may not resemble the above swamp monster..", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1305991261925638144/L1BqQ_3z_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 135, "following_count": 151, "tweet_count": 2491, "listed_count": 0}, "withheld": null}
{"id": "1004412775479816193", "name": "Dashka", "username": "VaDashka", "created_at": "2018-06-06T17:20:41.000Z", "description": "I'm a Woman, W.O.M.A.N. \nEclectic interests. Failed Brexit Sabateur. \nPro women, anti gender. \nPo-faced. No sense of humour. \nPatience exhausted", "location": "In the DisUnited Kingdom", "pinned_tweet_id": "1452120135251202052", "profile_image_url": "https://pbs.twimg.com/profile_images/1004425365866057734/aKPx0gkP_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 561, "following_count": 786, "tweet_count": 9317, "listed_count": 1}, "withheld": null}
{"id": "2776835823", "name": "John Mollins", "username": "AlbasArachnid", "created_at": "2014-09-19T19:48:01.000Z", "description": "Scots Engineer, Father, Grandfather and believer in all that's good about humanity (although I recognise an arsehole when I see one).", "location": null, "pinned_tweet_id": "1332375274512674817", "profile_image_url": "https://pbs.twimg.com/profile_images/513994512301973504/3_3M31pz_normal.jpeg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 2828, "following_count": 4992, "tweet_count": 45470, "listed_count": 6}, "withheld": null}
{"id": "884078202", "name": "Donna Wallace \ud83d\udd77", "username": "donnalovesdogs", "created_at": "2012-10-16T09:26:03.000Z", "description": "Woman. A female adult human. \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c\nMy pronouns are sex based, like my oppression.", "location": "England, United Kingdom", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1350064698218188801/RnhuNPdK_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 415, "following_count": 174, "tweet_count": 5610, "listed_count": 8}, "withheld": null}
{"id": "223826773", "name": "M.A.", "username": "bestlifegoalz", "created_at": "2010-12-07T12:44:46.000Z", "description": "Feminist, mother, wife, fan of good wine and good conversation", "location": "Scotland ", "pinned_tweet_id": "1366314113031413760", "profile_image_url": "https://pbs.twimg.com/profile_images/1297836440995463168/pkuEOx9u_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 799, "following_count": 860, "tweet_count": 5404, "listed_count": 1}, "withheld": null}
{"id": "1265677228773462016", "name": "Onewoman Raptor \ud83e\udd96 \ud83c\udf0d\ud83c\udf33\u2600\ufe0f\ud83d\udc95", "username": "Gaiavessel", "created_at": "2020-05-27T16:12:40.000Z", "description": "Woman, bi.\nThe acceptance of ones own body, it's good for your mental health. \nWe are born in the body we have, look after it.\nLook after the planet too.", "location": "UK ", "pinned_tweet_id": "1428984579625455616", "profile_image_url": "https://pbs.twimg.com/profile_images/1401445931451568135/CWAGUbj3_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 375, "following_count": 702, "tweet_count": 3831, "listed_count": 0}, "withheld": null}
{"id": "987671275266101248", "name": "Luis Aprendiz", "username": "_LAprendiz_", "created_at": "2018-04-21T12:35:56.000Z", "description": "Hombre, Heterosexual, Blanco y consciente de su privilegio\n#peakmasculinidad\n#MeDanIgualTusPronombresManolo", "location": "Fuerteventura,Espa\u00f1a", "pinned_tweet_id": "1136073735163846657", "profile_image_url": "https://pbs.twimg.com/profile_images/1423358939392053252/xfuR9NT5_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 59, "end": 76, "tag": "peakmasculinidad"}, {"start": 77, "end": 107, "tag": "MeDanIgualTusPronombresManolo"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 2546, "following_count": 2807, "tweet_count": 90830, "listed_count": 12}, "withheld": null}
{"id": "3317504243", "name": "David Bassett", "username": "dbassett117", "created_at": "2015-06-10T15:42:37.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 214, "following_count": 1090, "tweet_count": 906, "listed_count": 2}, "withheld": null}
{"id": "1305827202756497408", "name": "allweknowiswrong", "username": "ESATESUNAPRUEB1", "created_at": "2020-09-15T11:14:18.000Z", "description": "Esto", "location": "LONDON", "pinned_tweet_id": "1349997340103475200", "profile_image_url": "https://pbs.twimg.com/profile_images/1370802616683352066/MTfz34i2_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 512, "following_count": 758, "tweet_count": 29140, "listed_count": 1}, "withheld": null}
{"id": "288419212", "name": "John Cocker", "username": "CockerJon", "created_at": "2011-04-26T20:33:32.000Z", "description": "half man half cocker spaniel. artwork copyright @TatsuyaIshida9", "location": "WooWooLand", "pinned_tweet_id": "1353844768984412160", "profile_image_url": "https://pbs.twimg.com/profile_images/1390393837110104068/64QEVoB9_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": null, "mentions": [{"start": 48, "end": 63, "tag": null}], "cashtags": null}}, "public_metrics": {"followers_count": 1384, "following_count": 2107, "tweet_count": 5374, "listed_count": 4}, "withheld": null}
{"id": "1177659303131566080", "name": "@flipettydish\u2640\ufe0f\ud83d\udfe2\u26aa\ud83d\udfe3", "username": "flipettydish", "created_at": "2019-09-27T19:00:50.000Z", "description": "MERF \ud83e\udd8a Feminist, pro-EU, anti-Tory, assigned witch \ud83e\uddd9\u200d\u2640\ufe0f at birth #SexNotGender #GTTO Pronouns....what/ever.", "location": null, "pinned_tweet_id": "1448565583579164673", "profile_image_url": "https://pbs.twimg.com/profile_images/1177662777642668035/L_NUEV6b_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 65, "end": 78, "tag": "SexNotGender"}, {"start": 79, "end": 84, "tag": "GTTO"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 6050, "following_count": 6548, "tweet_count": 1707, "listed_count": 6}, "withheld": null}
{"id": "1086857047260450816", "name": "Gender Bellenders", "username": "MartinDufresne7", "created_at": "2019-01-20T05:24:47.000Z", "description": "Gender traitor. Pronouns: Snap, Crackle &Pop. ProRadicalFeminist translator (Dworkin, Murphy, Ekman). TV writer. Editor. PunsRUs. Cats, cherries, chocolate.", "location": "Montr\u00e9al, Qu\u00e9bec", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1086861465846538243/Q6mLdiwL_normal.jpg", "protected": false, "url": "https://t.co/mfUmBHKUWj", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/mfUmBHKUWj", "expanded_url": "https://tradfem.wordpress.com", "display_url": "tradfem.wordpress.com"}]}, "description": null}, "public_metrics": {"followers_count": 33, "following_count": 91, "tweet_count": 101, "listed_count": 0}, "withheld": null}
{"id": "21749927", "name": "Kate Kelly \u26a2 \ud83d\udc9a\ud83e\udd0d\ud83d\udc9c \ud83e\udd95", "username": "katekelly31", "created_at": "2009-02-24T12:35:58.000Z", "description": "Lesbian Feminist. Researcher, web and print designer based in South Wales. Pushover to three black and white cats and one wife. \u26a2", "location": "Garw Valley, South Wales", "pinned_tweet_id": "1429877335516385286", "profile_image_url": "https://pbs.twimg.com/profile_images/1441703409527177217/8vxhTTgc_normal.jpg", "protected": false, "url": "https://t.co/1iFCNmoIQd", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/1iFCNmoIQd", "expanded_url": "http://www.blackcatweb.com", "display_url": "blackcatweb.com"}]}, "description": null}, "public_metrics": {"followers_count": 405, "following_count": 2101, "tweet_count": 5490, "listed_count": 1}, "withheld": null}
{"id": "52505429", "name": "Joe Mac", "username": "joemac5367", "created_at": "2009-06-30T20:13:10.000Z", "description": "", "location": "England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1398396065724911620/haAeggI-_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 45, "following_count": 169, "tweet_count": 1007, "listed_count": 0}, "withheld": null}
{"id": "1076600104742719488", "name": "MartyMcSpoopyFly \ud83d\udc7b #MeatEatingVegansAreValid \ud83e\udd8e", "username": "FliesNeverDies", "created_at": "2018-12-22T22:07:22.000Z", "description": "Not 'Cis', Unstraight\ud83c\udff3\ufe0f\u200d\ud83c\udf08 Proud owner of a Sex & Personality but NO 'Gender Identity.' Autistic. V. experienced @ Dysphoria.\nAnti-'Gender-Woo'. Quite Cross.", "location": "In the spoup", "pinned_tweet_id": "1317060582244274176", "profile_image_url": "https://pbs.twimg.com/profile_images/1317069315628302342/Vw5VtxjN_normal.jpg", "protected": false, "url": "https://t.co/FrGA44PcuF", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/FrGA44PcuF", "expanded_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstleyVEVO", "display_url": "youtube.com/watch?v=dQw4w9\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 758, "following_count": 1343, "tweet_count": 6355, "listed_count": 2}, "withheld": null}
{"id": "1036231538134933504", "name": "Caca Mwnci \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc77\udb40\udc6c\udb40\udc73\udb40\udc7f", "username": "CMwnci", "created_at": "2018-09-02T12:37:05.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1037033547947802624/30zom4Te_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 269, "following_count": 413, "tweet_count": 869, "listed_count": 0}, "withheld": null}
{"id": "899676368379805696", "name": "spoopysaurus", "username": "Kelly1dm", "created_at": "2017-08-21T16:55:36.000Z", "description": "\u26b0 Speak freely, speak often... Communication is a fundamental part of life but not as important of food \ud83c\udf72 proudly a female!", "location": "Northern Ireland ", "pinned_tweet_id": "1440734118363361287", "profile_image_url": "https://pbs.twimg.com/profile_images/1451604474422759425/FR8W-eE-_normal.jpg", "protected": false, "url": "https://t.co/vgnFv0QTyJ", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/vgnFv0QTyJ", "expanded_url": "https://youtube.com/c/NecessaryDramaAddictionNDA", "display_url": "youtube.com/c/NecessaryDra\u2026"}]}, "description": null}, "public_metrics": {"followers_count": 1130, "following_count": 1537, "tweet_count": 45118, "listed_count": 8}, "withheld": null}
{"id": "1047071760389165058", "name": "\ud83e\udd96Belstaffie\ud83e\udd96", "username": "Belstaffie", "created_at": "2018-10-02T10:32:16.000Z", "description": "UK Radfem writer and seditionist. (Rtd) Probation Officer, specialising in the assessment & management of risk in male sex offenders. #Holbeck. #EndVAWG", "location": "North West, (UK).", "pinned_tweet_id": "1332450394405015553", "profile_image_url": "https://pbs.twimg.com/profile_images/1412366022741532674/VfQgT16j_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 134, "end": 142, "tag": "Holbeck"}, {"start": 144, "end": 152, "tag": "EndVAWG"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 11079, "following_count": 2751, "tweet_count": 15236, "listed_count": 38}, "withheld": null}
{"id": "48492254", "name": "MsChopsy \ud83e\udd96\ud83e\udd0d\ud83d\udc9c", "username": "MsChopsy", "created_at": "2009-06-18T21:14:39.000Z", "description": "Bit sweary. Quite cranky. Soft-centred. Mixed Race. Mid-life. Anti-theist. Not 'Cis'.", "location": null, "pinned_tweet_id": "1067627903377162240", "profile_image_url": "https://pbs.twimg.com/profile_images/994744710299357184/qPthl6Yj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1002, "following_count": 632, "tweet_count": 27493, "listed_count": 2}, "withheld": null}
{"id": "311941798", "name": "Rab, Est 1967 \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f\ud83c\udf40\ud83d\udeb9\ud83d\udeba\ud83d\udfe2\u26aa\ufe0f\ud83d\udfe3", "username": "scooterrab", "created_at": "2011-06-06T09:55:50.000Z", "description": "Independence for Scotland, Nationalist. Celtic FC. my views are my own. Atheist. Male (there are only 2 sexes)", "location": "6.1 mile from Paradise", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1451585688328183841/o6r2pxB4_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1553, "following_count": 1717, "tweet_count": 16273, "listed_count": 9}, "withheld": null}
{"id": "392274576", "name": "Sasha Jansen \ud83c\udfc1", "username": "Neevill", "created_at": "2011-10-16T19:55:22.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400569855821164545/G6Jt-jHj_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 608, "following_count": 2246, "tweet_count": 2358, "listed_count": 1}, "withheld": null}
{"id": "410381776", "name": "Goody Soup Dragon/Dr Heinz Kiosk/Dinosaur", "username": "Jessie_XL", "created_at": "2011-11-12T01:13:06.000Z", "description": "Adult human female\nGender heretic\nPronouns? Your choice.\nNot bothered about your politics, only your principles and integrity. No legacy is so rich as honesty.", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/378800000824155182/1aee9ed2c38114692c1bd21120a99eb7_normal.png", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1077, "following_count": 4341, "tweet_count": 8144, "listed_count": 6}, "withheld": null}
{"id": "1097823840858787840", "name": "\ud83e\udd96 ReSisters United UK & Ireland \ud83e\udd96", "username": "ReSistersU", "created_at": "2019-02-19T11:42:55.000Z", "description": "ReSister groups from around the UK & Ireland united in the protection of women's rights. admin@resistersunited.org to find your local grp/get help in setting up", "location": "Uk & Ireland", "pinned_tweet_id": "1255872834875916289", "profile_image_url": "https://pbs.twimg.com/profile_images/1157793157221888002/4Twi7bly_normal.png", "protected": false, "url": "https://t.co/0e0ubXJwoH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/0e0ubXJwoH", "expanded_url": "https://resistersunited.org/", "display_url": "resistersunited.org"}]}, "description": null}, "public_metrics": {"followers_count": 7709, "following_count": 3572, "tweet_count": 9524, "listed_count": 42}, "withheld": null}
{"id": "1023461059653296128", "name": "Christine", "username": "ChristineBucko", "created_at": "2018-07-29T06:51:46.000Z", "description": "", "location": "T.", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1023629867789819904/eoNZ7C00_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 49, "following_count": 116, "tweet_count": 468, "listed_count": 0}, "withheld": null}
{"id": "880897862112079876", "name": "Space Invader \ud83d\udc7e \ud83d\udc7e", "username": "JurassicLark72", "created_at": "2017-06-30T21:16:31.000Z", "description": "Sex not gender. Female homosexual. No such thing as cis.\n\nI hate rainbows & Stonewall.\n\nPronouns: Are/bullshit.", "location": "UK", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1415786033967517706/wJK5nVba_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 629, "following_count": 809, "tweet_count": 5372, "listed_count": 0}, "withheld": null}
{"id": "1179743650487701507", "name": "decommissioned pie bot", "username": "upcuntrydegen", "created_at": "2019-10-03T13:03:10.000Z", "description": "I like unions and the second amendment", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1423395741884731393/BqEE8eEu_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 238, "following_count": 617, "tweet_count": 20270, "listed_count": 2}, "withheld": null}
{"id": "1511635784", "name": "Damn' Rebel-Bitch \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f #BLM \u270a\ud83c\udffe\ud83c\udf52", "username": "Damn_RebelBitch", "created_at": "2013-06-12T21:07:07.000Z", "description": "No Compromise on Women's Rights! \n#WomenWontWheesht \n\nScotland = self-determination \ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc73\udb40\udc63\udb40\udc74\udb40\udc7f", "location": null, "pinned_tweet_id": "972836763617185792", "profile_image_url": "https://pbs.twimg.com/profile_images/746012656935514112/DBM59EXk_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 34, "end": 51, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1836, "following_count": 1258, "tweet_count": 27013, "listed_count": 0}, "withheld": null}
{"id": "351739016", "name": "\ud835\ude72\ud835\ude91\ud835\ude8a\ud835\ude9b\ud835\ude95\ud835\ude8e\ud835\ude9c \ud835\ude77\ud835\ude8a\ud835\ude9b\ud835\ude9d", "username": "charles_hart", "created_at": "2011-08-09T17:37:09.000Z", "description": "Turn the page and it's\nThe scoop of the century\nDon't wanna be L7 I had enough of this\nThis is brainwash & this is a clue\nTo the stars who fooled you\n#TeamTERF", "location": "Manchester, TERF Island", "pinned_tweet_id": "1448778331537780740", "profile_image_url": "https://pbs.twimg.com/profile_images/1438454992193662976/uxT7Kyfu_normal.jpg", "protected": false, "url": "https://t.co/mgiUwfevKH", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/mgiUwfevKH", "expanded_url": "https://en.wikipedia.org/wiki/Chrystal_Macmillan", "display_url": "en.wikipedia.org/wiki/Chrystal_\u2026"}]}, "description": {"urls": null, "hashtags": [{"start": 150, "end": 159, "tag": "TeamTERF"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1623, "following_count": 4308, "tweet_count": 3580, "listed_count": 3}, "withheld": null}
{"id": "1404030741105741825", "name": "Tides of Luna \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a", "username": "tidesofluna", "created_at": "2021-06-13T11:00:14.000Z", "description": "Luna. Cooking, folk music, and teaching. \"Worthy of respect in a democratic society\". Working for women's liberation. No fun at parties. #WomenWontWheesht", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1418158486479941632/CanUoqie_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 137, "end": 154, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 54, "following_count": 100, "tweet_count": 624, "listed_count": 0}, "withheld": null}
{"id": "1395185363715514368", "name": "three sixteeners", "username": "ThreeSixteeners", "created_at": "2021-05-20T01:11:47.000Z", "description": "Pro-woman, pro-child, science-loving non-inerrantist, experienced Christ in addiction. Clean and sober by the grace of God.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1395185617550577665/mZHTf78S_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 534, "following_count": 775, "tweet_count": 9190, "listed_count": 1}, "withheld": null}
{"id": "3394403589", "name": "Kerry McCranor", "username": "kerry_mccranor", "created_at": "2015-07-29T20:13:17.000Z", "description": "", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1318898715822784518/EQLGS5AC_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 412, "following_count": 1048, "tweet_count": 18197, "listed_count": 11}, "withheld": null}
{"id": "344528867", "name": "Allectus \ud83d\udee1\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f\ud83c\udde9\ud83c\uddea\ud83c\uddeb\ud83c\uddf7", "username": "allectus99", "created_at": "2011-07-29T05:46:34.000Z", "description": "Social and cultural conservative. V\u00e9rit\u00e9 soyez ma garde.", "location": null, "pinned_tweet_id": "1122497285047365632", "profile_image_url": "https://pbs.twimg.com/profile_images/1467088091/allectus_normal.jpg", "protected": false, "url": "https://t.co/mbePQoUu2n", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/mbePQoUu2n", "expanded_url": "http://allectus-allectus.blogspot.com", "display_url": "allectus-allectus.blogspot.com"}]}, "description": null}, "public_metrics": {"followers_count": 503, "following_count": 54, "tweet_count": 33635, "listed_count": 0}, "withheld": null}
{"id": "2453664565", "name": "M.J. Fangy \ud83d\udd78\ud83e\udddb\u200d\u2640\ufe0f\ud83c\udf83", "username": "MJFahy2", "created_at": "2014-04-19T20:28:30.000Z", "description": "Writer & illus. of #MGlit. Short story jotter. #scbwi Love wildlife & nature. Working class. Gryffindor. Wimpundist. Safeguarding! Seeking representation #NoFGM", "location": "The Writing Shed, England", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1372299083159863301/J7Dum6GY_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 19, "end": 25, "tag": "MGlit"}, {"start": 47, "end": 53, "tag": "scbwi"}, {"start": 154, "end": 160, "tag": "NoFGM"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 9966, "following_count": 9795, "tweet_count": 73535, "listed_count": 373}, "withheld": null}
{"id": "91676647", "name": "Jane Doe/St\u00e9phane\ud83c\udde8\ud83c\udded \ud83e\udd95\ud83e\udd0d\ud83d\udc9c leave the kids alone", "username": "Janedoeordont", "created_at": "2009-11-21T23:25:52.000Z", "description": "#nothankyou? https://t.co/VpZ3jEU2ia #sexnotgender\n\n\"Hey doctor, leave the kids alone!\" https://t.co/3USKV8bt2O #nochildisborninthewrongbody", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1393668001258422276/Y-fh4lf-_normal.jpg", "protected": false, "url": "https://t.co/37ImjKD31R", "verified": false, "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/37ImjKD31R", "expanded_url": "https://www.womensdeclaration.com/fr/", "display_url": "womensdeclaration.com/fr/"}]}, "description": {"urls": [{"start": 13, "end": 36, "url": "https://t.co/VpZ3jEU2ia", "expanded_url": "http://womensdeclaration.com/fr", "display_url": "womensdeclaration.com/fr"}, {"start": 88, "end": 111, "url": "https://t.co/3USKV8bt2O", "expanded_url": "http://www.amqg.ch/l-appel", "display_url": "amqg.ch/l-appel"}], "hashtags": [{"start": 0, "end": 11, "tag": "nothankyou"}, {"start": 37, "end": 50, "tag": "sexnotgender"}, {"start": 112, "end": 140, "tag": "nochildisborninthewrongbody"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 841, "following_count": 1844, "tweet_count": 2760, "listed_count": 5}, "withheld": null}
{"id": "412445670", "name": "Sister Suffragasaurus \u2640\ufe0f #FBGC \ud83d\udc9c\ud83e\udd0d\ud83d\udc9a \ud83e\udd95\ud83e\udd96RAWR!", "username": "VeggieBeef", "created_at": "2011-11-14T18:04:39.000Z", "description": "Politically homeless. #genderfree\ud83c\udfc1 #IStandWithJKRowling #NoThankYou\n#WomenWontWheesht", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1400556000478957575/eR6aLtW6_normal.jpg", "protected": false, "url": "", "verified": false, "entities": {"url": null, "description": {"urls": null, "hashtags": [{"start": 22, "end": 33, "tag": "genderfree"}, {"start": 35, "end": 55, "tag": "IStandWithJKRowling"}, {"start": 56, "end": 67, "tag": "NoThankYou"}, {"start": 68, "end": 85, "tag": "WomenWontWheesht"}], "mentions": null, "cashtags": null}}, "public_metrics": {"followers_count": 1583, "following_count": 2837, "tweet_count": 13466, "listed_count": 5}, "withheld": null}
{"id": "1358820953615183873", "name": "Sally Says No To All Men \ud83d\udfe5. \ud83d\udfe3\u26aa\ufe0f\ud83d\udfe2. \ud83e\udd96", "username": "AuntSally_ca", "created_at": "2021-02-08T16:52:30.000Z", "description": "Adult human dinosaur\nPronouns: whose/whom, have fun using these in a sentence.\ud83d\ude02\nDenying women & girls spaces for undressing without males is not \u2018inclusive\u2019.", "location": null, "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1445363635367337996/h74-5AYN_normal.jpg", "protected": false, "url": "", "verified": false, "entities": null, "public_metrics": {"followers_count": 1033, "following_count": 976, "tweet_count": 1429, "listed_count": 6}, "withheld": null}
{"id": "1287023153449852928", "name": "Millie", "username": "MOSound5", "created_at": "2020-07-25T13:54:32.000Z", "description": "Adult human female. #EffingBirds is grouse. Eora Nation. Plays guitar for anyone who\u2019ll listen. Blocks misogynists.", "location": "Here", "pinned_tweet_id": null, "profile_image_url": "https://pbs.twimg.com/profile_images/1297321784618835969/opJAIUgc_normal.jpg", "protected": false, "u
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment