- Joined
- Apr 6, 2022
Looks like our only choice now is to wait 1 - 2 years when these guys get busted and there is a million video essays about it.If I had time and kids weren't involved I'd join, but I'm not directly touching this shit show.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Looks like our only choice now is to wait 1 - 2 years when these guys get busted and there is a million video essays about it.If I had time and kids weren't involved I'd join, but I'm not directly touching this shit show.
What do you expect, from filthy little heathens?Discord is the worse thing to have happened to the Internet since Tumblr.
The amount of grooming, pedophilia, and degeneracy that has sparked from that absolute shithole is off the charts and the Internet has been permanently stained by it. I hate the modern Internet so much bros...
The thing is, most of these boys do NOT have gay tendencies. They're mostly traditionally masculine and attracted to women. If it's a psyop for anything, it's to increase porn addiction and sexual deviancy among straight boys because that makes good money for big tech. Crossdressing is especially dangerous because it's a fetish they can literally buy (in the form of clothes etc) to perform IRL, which can lead to escalation to worse stuff.Perhaps I’m going full tinfoil here but the femboy shit is almost certainly a psyop to get men with gay tendencies comfortable with the idea of crossdressing (and eventually trooning out) it’s so fucking creepy. In a just world we’d have shunned the faggots openly thirstposting about their fetishes years ago, especially the types to involve terms like “boykisser”
I think it would be best for this thread to focus on femboy communities in general and not just this one meme. There's a lot on this topic as a whole to talk about as seen in this thread.
Pretty good OP but I kind of hope you mean DON'T create digital copies of illegal material and DON'T post CPTry to gain access to illegal material and/or evidence and post.
- REPORT ILLEGAL BEHAVIOR/MEDIA! Don't post NSFW/NSFL media in thread. Text is fine, including links.
Pretty good OP but I kind of hope you mean DON'T create digital copies of illegal material and DON'T post CP
these boxes are checked as “N/A”What do their parents think?
What do their (non-Discord) friends think?
Middle guy's from Berserk right ? Donovan or something like that ?fucking donovan lmao
I haven't had much time to shitpost on KF lately, so I can't dig into this data a ton. But this thread is still in the prospering grounds which means it's pretty unlikely any of them know it's here. In my opinion the best time to archive is now, before they get wind of people looking into them and start cleaning things up or moving to private channels.I haven't seen @grand larsony in this thread and I feel like he may want to have a look at it.
import asyncio
import aiohttp
from datetime import datetime
selfbot_token = "YOUR_AUTH_TOKEN"
guild_id = 1115204691433893929
async def get_channels(guild_id):
async with aiohttp.ClientSession() as session:
async with session.get(f"https://discordapp.com/api/v9/guilds/{guild_id}/channels", headers={"Authorization": selfbot_token}) as resp:
return await resp.json()
async def get_messages(channel_id, before_id=None):
if before_id:
extra = f"&before={before_id}"
else:
extra = ""
async with aiohttp.ClientSession() as session:
async with session.get(f"https://discordapp.com/api/v9/channels/{channel_id}/messages?limit=100{extra}", headers={"Authorization": selfbot_token}) as resp:
return await resp.json()
async def main():
channels = await get_channels(guild_id)
for channel in channels:
if channel['type'] in [2, 4, 5, 15]:
continue
print(channel)
print(f"Channel: {channel['name']}")
before_id = None
chan_messages = []
while True:
messages = await get_messages(channel['id'], before_id)
if not messages:
break
for message in messages:
try:
print(f" [{datetime.strptime(message['timestamp'], '%Y-%m-%dT%H:%M:%S.%f%z').strftime('%b %d %Y %H:%M')}] {message['author']['username']}: {message['content']}")
chan_messages.append(f" [{datetime.strptime(message['timestamp'], '%Y-%m-%dT%H:%M:%S.%f%z').strftime('%b %d %Y %H:%M')}] {message['author']['username']}: {message['content']}")
except Exception as e:
print(e)
try:
before_id = messages[-1]['id']
except:
break
await asyncio.sleep(0.15) # Don't want to get ratelimited
with open(f"dump-{channel['name']}.txt", "w+") as f:
f.write("\n".join(chan_messages)[::-1])
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Actually, that's not true. @notorietus linked to this thread in the community happenings feed.But this thread is still in the prospering grounds which means it's pretty unlikely any of them know it's here.
I exported the entire server a few hours ago. You can find the export here: https://ws.spy.pet/exports/0e07a73c26603bfecbea2e42d9ba2634.csvI'm dumping the main Discord now. Will update later with the files
I use DiscordChatExporter for exporting Discord chats.
The messages endpoint either has no rate limit, or if it does, you have zero chance of reaching it unless you are requesting the entire server at once.await asyncio.sleep(0.15) # Don't want to get ratelimited
Yeah it's completely faggy politisperging but it doesn't affect the software in any way. He can't stop me from doing whatever with it.
I used this guy's Lightbulb project. After he added a nag screen to support muh Ukraine every time I opened it to configure it, first I just cut it out of the code and compiled it, then I just stopped using it because it has online checks and I do not trust a dev that's this off his rocker, and I don't feel like wasting my time to verify, edit and compile the code myself in case he goes full retard. I switched to Windows Night Mode and cut another excessive background process and tray icon.Yeah it's completely faggy politisperging but it doesn't affect the software in any way. He can't stop me from doing whatever with it.