Erin Reed / Anthony Reed II / @ErinInTheMorn / @ErinInTheMorning / @ErinInTheNight / _supernovasky_ / beholderseye / realitybias / AnonymousRabbit - post-op transbian Twitter/TikTok "activist" with bad fashion, giant Reddit tattoo. Former drug dealer with felony. Married to Zooey Simone Zephyr / Zachary Todd Raasch.

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
ETA: this fucker is  really trying to carve out a career as a political authority/public speaker. I'd love to watch him react if anyone in that class were brave enough to ask any actual questions, but no one will. Easiest job ever these days - speaking on Tranny "rights." If anyone asks a question that you can't answer because your ideology is baseless, just shriek "MY RIGHT TO EXIST IS NOT UP FOR DEBATE!!" And everyone will prob *literally* applaud. He is so fucking repulsive when you actually see/hear him talking that I'd laugh this aspiration of his off except fucking Chuck Clymer gets speaking gigs so obviously it's not outside the realm of possibility. Sigh.
It's great because he doesn't know anything about politics and he doesn't actually seem interested enough in it to do better. Look how fast he lost interest in his own state and his own party. At least with the troon cult stuff he's memorized a lot of the talking points.

He has a very emotive notion of politics, this you can see back to his 2004 Daily Kos posts, that if he simply expresses his emotions on it then things will happen. He's not alone in this certainly and I'm not sure I'd necessarily say it's wrong since it's such a popular a form of politics, but if you truly desired to become an activist it wouldn't help you accomplish much practically. Emoting on Twitter is about the extent of it. (Although, to be fair, this can get you pretty far these days.)

I think the narcissism ties in to this. I'm saying how it should be, so it should be. Everyone else is failing to correct reality even though I am telling them what to do. I shouldn't have to work much at it, they should already know to be reading my Twitter. Look at the effort I'm putting in, I'm creating a studio for my videos, yet people continue to not listen. (Any similarities to other of Tony's essential life interests is purely coincidental of course.) The narcissist injury, and often connected narcissist rage, comes when reality continues to refuses to conform itself to my wishes despite how important I am to it.
 
Oh Tony you know exactly what I want. (source, archive)

View attachment 3305344

The Blair Witch found-footage effect is so perfect because to start you're looking at a normal guy and then suddenly

View attachment 3305350

Edit: First frame after the cut effect.

View attachment 3305419
It's a meme for a reason.
61ecf10285de2e9eeb671fcf4691b477 (1).jpg

Screenshot_20220521-224015~2.png
 
I figured a crash and burn was a likely eventuality with Tony, but after reading his shroomery stuff it's really really obvious that he's going to go down down in flames really hard some day. One day he's gonna wake up out of copium and won't be able to escape the reality that he got his fucking dick turned inside out, and for what?

God, imagine if he dropped acid right now with that dark reality lurking in the corners of his mind. That sounds like hell.
 
Attached is the new-and-improved tonydb script that will get you up and running with a searchable database of Tony's Twitter, Reddit and Instagram accounts, including images and videos. (Note this works for anyone's Twitter, Reddit and Instagram accounts, not just Tony.)

Here's a simple example:



Instructions below. I'll apologise now that if you don't know what a "package manager" is then it'll probably be incomprehensible. If you’re incredibly desperate to get up and running despite that, PM me.

Simpler setup for those who find these bewildering or don't want to install things on their machine.

Install these requirements with your usual package manager:

  • zsh - the script itself isn't bash compatible, sorry
  • sqlite3
  • jq
  • curl (if you want to download the pictures and videos)
  • python3

For example: brew install zsh sqlite3 jq curl python3

And install these python packages either with pipx (recommended) or pip:

(If you're on a Mac check out the datasette website for a standalone application. You won't have to install anything below that starts with "datasette", but you will have to download the plugins separately - see the website for details.)
  • snscrape
  • sqlite-utils (you may be able to install this with your usual package manager instead)
  • datasette (ditto)
For example:
Code:
pipx install snscrape
pipx install sqlite-utils
pipx install datasette

As well as these datasette plugins so they're accessible to datasette:

  • datasette-cluster-map
  • datasette-media
  • datasette-render-html
  • datasette-render-markdown

For example:
Code:
pipx inject datasette datasette-cluster-map datasette-media datasette-render-html datasette-render-markdown

Download the tonydb.sh.txt file, rename it to tonydb.sh and make it executable with chmod u+x tonydb.sh.

Create text files for your target's social media accounts. So for Tony:

Code:
==> instagram-accounts.txt <==
erininthemorning

==> reddit-accounts.txt <==
_supernovasky_
erininthemorning

==> twitter-accounts.txt <==
erininthemorn
erininthenight
realitybias
benchmarkpol

Then run it with zsh tonydb.sh scrape, which will download all of the person's posts. This can take some time, especially Twitter - Tony's main account took just under 10 minutes.

If you want a local copy of all of the photos and videos Tony's posted, run zsh tonydb.sh media. It'll come to a couple of gigs total.

If you already have a bunch of .jsonl files from snscrape already, stick them in a directory, set the json_dir environment variable to the directory path and run zsh tonydb.sh load. This will skip the scraping step and just create the database from the existing files. Inserting the Twitter data will still take some time because it needs a lot of reshaping to be useful.

Once that's done, you can start up datasette with the following command

Code:
datasette erin-reed.db -m metadata.json --static assets:assets

It'll tell you something like:

Code:
INFO:     Uvicorn running on http://127.0.0.1:8041 (Press CTRL+C to quit)

Visit eg http://127.0.0.1:8041 in your web browser and search away!

When you want to update the database, just run zsh tonydb.sh scrape again. snscrape just pulls down the entire account each time, which is why it's slow, but the database is set up just to add in new posts.

You can add more accounts to the *-accounts.txt files as you find them, and they'll be added the next time you run scrape. As well, you can remove old accounts that you don't expect to be updated (eg Tony's old Twitter accounts and Reddit account), which will save some time - those records will be in the database from the first run but won't be checked if they're not in the accounts files.

Feel free to PM me when it breaks or if you get stuck.

Edit: Check my profile for the latest update.
 

Attachments

Last edited:
Attached is the new-and-improved tonydb script that will get you up and running with a searchable database of Tony's Twitter, Reddit and Instagram accounts, including images and videos. (Note this works for anyone's Twitter, Reddit and Instagram accounts, not just Tony.)

Here's a simple example:

View attachment 3308075

Instructions below. I'll apologise now that if you don't know what a "package manager" is then it'll probably be incomprehensible. If you’re incredibly desperate to get up and running despite that, PM me.

Install these requirements with your usual package manager:

  • zsh - the script itself isn't bash compatible, sorry
  • sqlite3
  • jq
  • curl (if you want to download the pictures and videos)
  • python3

For example: brew install zsh sqlite3 jq curl python3

And install these python packages either with pipx (recommended) or pip:

(If you're on a Mac check out the datasette website for a standalone application. You won't have to install anything below that starts with "datasette", but you will have to download the plugins separately - see the website for details.)
  • snscrape
  • sqlite-utils (you may be able to install this with your usual package manager instead)
  • datasette (ditto)
For example:
Code:
pipx install snscrape
pipx install sqlite-utils
pipx install datasette

As well as these datasette plugins so they're accessible to datasette:

  • datasette-cluster-map
  • datasette-media
  • datasette-render-html
  • datasette-render-markdown

For example:
Code:
pipx inject datasette datasette-cluster-map datasette-media datasette-render-html datasette-render-markdown

Download the tonydb.sh.txt file, rename it to tonydb.sh and make it executable with chmod u+x tonydb.sh.

Create text files for your target's social media accounts. So for Tony:

Code:
==> instagram-accounts.txt <==
erininthemorning

==> reddit-accounts.txt <==
_supernovasky_
erininthemorning

==> twitter-accounts.txt <==
erininthemorn
erininthenight
realitybias
benchmarkpol

Then run it with zsh tonydb.sh scrape, which will download all of the person's posts. This can take some time, especially Twitter - Tony's main account took just under 10 minutes.

If you want a local copy of all of the photos and videos Tony's posted, run zsh tonydb.sh media. It'll come to a couple of gigs total.

If you already have a bunch of .jsonl files from snscrape already, stick them in a directory, set the json_dir environment variable to the directory path and run zsh tonydb.sh load. This will skip the scraping step and just create the database from the existing files. Inserting the Twitter data will still take some time because it needs a lot of reshaping to be useful.

Once that's done, you can start up datasette with the following command

Code:
datasette erin-reed.db -m metadata.json --static assets:assets

It'll tell you something like:

Code:
INFO:     Uvicorn running on http://127.0.0.1:8041 (Press CTRL+C to quit)

Visit eg http://127.0.0.1:8041 in your web browser and search away!

When you want to update the database, just run zsh tonydb.sh scrape again. snscrape just pulls down the entire account each time, which is why it's slow, but the database is set up just to add in new posts.

You can add more accounts to the *-accounts.txt files as you find them, and they'll be added the next time you run scrape. As well, you can remove old accounts that you don't expect to be updated (eg Tony's old Twitter accounts and Reddit account), which will save some time - those records will be in the database from the first run but won't be checked if they're not in the accounts files.

Feel free to PM me when it breaks or if you get stuck.
Ive giggled too many times while using the "jq" for questioning querying JSON files.
 
Instructions below. I'll apologise now that if you don't know what a "package manager" is then it'll probably be incomprehensible. If you’re incredibly desperate to get up and running despite that, PM me.
For those who want to play along at home but don't want to jump through all those hoops, here's a much simpler alternative:

  • Download the files attached to this post.
  • Go to repl.it and create an account (it's free).
  • Create a new repl using the "Bash" template.
  • Copy the contents of main.sh.txt that you downloaded from here into main.sh (it's the first file that opens).
  • Use the three-dot file menu to show hidden files.
  • Open the file replit.nix.
  • Copy the contents of replit.nix.txt that you downloaded from here into replit.nix.
  • Drag tonydb.sh.txt that you downloaded from this post into the files sidebar, and rename it to just tonydb.sh
  • Drag scraped-jsonl.tar.gz.txt that you downloaded from this post into the files sidebar, wait until it appears, and rename it to just scraped-jsonl.tar.gz
  • Click the green play button at the top of the screen.
  • Wait for a bit (about 7.5 minutes).
After that you should see a pane open showing the running datasette server. There's a button in the top-right that will open it separately in a new tab.

You should be able to bookmark this tab and just come back in the future. Probably you won't have to touch anything on repl.it; should just start up when you visit the page.

You can update the database by running zsh tonydb.sh scrape from the repl.it shell as you would on your own machine.

The downside is that you don't get the images or videos, as collectively they take up a lot of space.

For those familiar with repl.it, I'm not providing a template repl that you can fork because presumably Tony would just complain and get it taken down.

Video of the setup process, minus the waiting:

 

Attachments

Last edited:
I fucking love that piece of hair he glues across his man brow. It always gets messed up and ends up looking like a sweaty comb-over and drawing attention right to the very thing he's trying to hide.
It’s hanging on for dear life, my sides
9AA5B6F4-EB85-47D5-8E1F-59E0C69B1E1E.jpeg
Tony how have you gotten WORSE at eyeliner
 
Erin’s hairline in his posed photos:
View attachment 3308844
Erin’s hairline IRL:
View attachment 3308843
Nothing says womanhood like male pattern baldness :story:
Also sorry for double posting but I just watched that horrendous video ( sound off).

He says that any therapy that tries to understand whether dysphoria is stemming from depression, sexuak abuse, or any other factors is conversion therapy. I know its obvious, since he is a mod on egg_irl and pushes informed consent clinics, but here he explicitly says that people with gender issues should not get any therapy that explores if there might be another cause. Just go take hormones and chop your dick like I did...

The utter lack of care for people's wellbeing that paints any form of treatment that doesn't result in permanent body mods as some kind of abuse is staggering.

He also states it is making them wait so that they have to transition as adults, which seems hopeless, so they won't transition at all. But transitioning at 30 went so amazing for him he passes 100% right? Right? If they still want to transition, they will, like you did... Right?

He also compares it to crisis pregnancy centers that in his mind, just try to delay abortions until women are unable to get them, not actually help people. Studies show a lot of women regret their abortions, maybe they are just trying to help women avoid something they will regret because our culture actually pressures women toward abortion. But again, anything that asks people to consider options other than what they immediately want is literally abuse.
 
Last edited:
God, imagine if he dropped acid right now with that dark reality lurking in the corners of his mind. That sounds like hell.
He might actually be visited by a ghostly image of the dick he cut off, the first true and honest penis haunting.

"Ideally POC" :story:
I too would hire PoC officers if 85% of us were white. It's not a bad strategy when you think about it: why not get PoCs as the police have a reputation of being Evul Hwuite Authorities. This way, not only can you say we like hiring PoCs, but if whitey gets rowdy the crowd will be on the officer's side, and if other PoCs get rowdy the company can hold their hands up and say "gee our officer is also black therefore he is right?"
 
Lol I wonder if he ever had any interactions with @Shiversblood or @formershroomeryuser? Wonder what he thinks about Trent's anus?

Heh, no problem. Going down to DC (I'll need to bounce through Union Station) is always a good afternoon.

What? They is be on the shroomery? I am curious too regarding this question that this man just asked in the post I quoted. Tell that person to message me directly on shroomery my name is the same on there, as, ShiVersblood. Oh no! I just had a horrible thought tho. What if this person actually saw Trent and his anus and read the stories that multiple men on the shroomery are writing about and, what if this person actually…I really don’t know how to say this but, what if they amputated their penis because they read about Trents anus?

Listen up everyone, the chronicles about Trent anus are about the anus, the anus of a man named Trent. Trents anus really shouldn’t be compared to Transgenders and nobody should consider Trents anus as a reason or motivation to cut off their penis. I know that me and Trent like to Joke about his anus a lot on the shroomery forum, but sex change operation is not something that someone should make a decision about based on Trents anus. Don’t cut off your penis.
 
Back