This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
catspam/email_spammer/templates.py

44 lines
2.5 KiB
Python

from uuid import uuid4
from scraper.email_spammer.phrases import EMAIL_PHRASES_CYCLE
NORMAL_EMAIL = f'<p>{next(EMAIL_PHRASES_CYCLE)}</p><br><p style="font-size: 9pt;font-style: italic;">If you are not associated with /aicg/ you can ignore this email.</p><br>'
# FAKE_LGA = f"""
# <p>
# Hello, this is Long Game Anon. I saw you posting on /aicg/ and want to invite you to my discord:<br>
# https://discord.com/invite/UkfGrsFe9D
# </p>
# <p>
# We are all very friendly here and love to see new faces, talk about chatbots and raiding /aicg/!<br>
# Have a cute gen of my newest LORA, you can download it here and become a sovlfull botmakie: https://civitai.com/models/124573?modelVersionId=136041
# </p>
#
# <p>
# Here is a private user_token for our discord proxy: {uuid4()}<br>
# You find the link there.
# </p>
#
# <p>Love Long Game Anon (funkytism) (yes I am jealous of wster)</p>"""
FAKE_LGA = f"""Hi there! I'm Sam, a journalist at 404 Media where I cover tech, AI, and sexuality. I'm working on a story about people who run LLMs locally to do erotic roleplay, and saw that you make ERP characters on Chub.ai. I've written often about companion chatbots, and recently wrote about the online communities that are using generative AI to make new kinds of porn.<br>
I'd love to ask you a few questions, if you're interested and available. If so, here's what I'm looking to learn:<br>
1) How did you first get started making characters? What was your first one, and do you have a favorite?<br>
2) Could you walk me through the process of creating a character, as if you were explaining to someone who knows nothing about these sites or how they work?<br>
3) Do you do commissions, or make any money on characters?<br>
4) Why do you think running your own LLM chatbot locally is more appealing to people, versus using something like an AI companion app (like Replika etc) that's easier but maybe more limited? Is there more freedom in the conversations, or customization, or privacy?<br>
5) Overall, what do people get out of interacting with erotic/NSFW/NSFL chat characters?<br>
6) How would you like to be cited, and what are your pronouns? (Anonymous is fine, or you can use a username)<br>
Thanks so much for your time, and any insights you might be able to provide! If you have thoughts on the above, feel free to send via email, or let me know if you prefer texting or a call. I'm aiming to write this story on Tuesday 9/19, if you have time to send thoughts in the next day or so.<br>
Best,<br>
-Sam"""