Reply
  • Oct 27, 2023

    I’d like to set up a web browser ringtone and get SMS text alerts when I get notifications on KTT2, can we make it happen? @mods @s

  • OnyxShine9

    I’d like to set up a web browser ringtone and get SMS text alerts when I get notifications on KTT2, can we make it happen? @​mods @​s

    you should just pay for premium

  • Oct 27, 2023

    I would also be okay with phone call notifications

  • Oct 27, 2023

    it's under the advanced options on the settings page

  • Oct 27, 2023
    ·
    edited
    ·
    3 replies

    import time
    from bs4 import BeautifulSoup
    import requests
    import playsound

    Constants

    FORUM_URL = 'ktt2.com/notifications'
    USERNAME = 'yourUsername'
    PASSWORD = 'yourPassword'
    CHECK_INTERVAL = 60 # in seconds
    ALERT_SOUND = 'alert.mp3' # Replace with the path to your alert sound

    def get_notification_count():

    # Login and retrieve the notifications page
    with requests.Session() as session:
        # This may need to change based on your forum's login process
        payload = {'username': USERNAME, 'password': PASSWORD}
        session.post(ktt2.com + '/login', data=payload)
        response = session.get(FORUM_URL)
    
        # Parse the notifications page
        soup = BeautifulSoup(response.text, 'html.parser')
        
        # This also might need to change based on the structure of your forum's notification page
        notification_count = int(soup.find('span', {'class': 'notification-count'}).text)
    
        return notification_count

    def main():
    last_count = 0

    while True:
        current_count = get_notification_count()
    
        if current_count > last_count:
            playsound.playsound(ALERT_SOUND)
            last_count = current_count
    
        time.sleep(CHECK_INTERVAL)

    if name == 'main':
    main()

  • Oct 27, 2023

  • Oct 27, 2023
    ·
    1 reply
    lucky star
    · edited

    import time
    from bs4 import BeautifulSoup
    import requests
    import playsound

    Constants

    FORUM_URL = 'https://ktt2.com/notifications'
    USERNAME = 'yourUsername'
    PASSWORD = 'yourPassword'
    CHECK_INTERVAL = 60 # in seconds
    ALERT_SOUND = 'alert.mp3' # Replace with the path to your alert sound

    def get_notification_count():

    # Login and retrieve the notifications page
    with requests.Session() as session:
        # This may need to change based on your forum's login process
        payload = {'username': USERNAME, 'password': PASSWORD}
        session.post(ktt2.com + '/login', data=payload)
        response = session.get(FORUM_URL)
    
        # Parse the notifications page
        soup = BeautifulSoup(response.text, 'html.parser')
        
        # This also might need to change based on the structure of your forum's notification page
        notification_count = int(soup.find('span', {'class': 'notification-count'}).text)
    
        return notification_count

    def main():
    last_count = 0

    while True:
        current_count = get_notification_count()
    
        if current_count > last_count:
            playsound.playsound(ALERT_SOUND)
            last_count = current_count
    
        time.sleep(CHECK_INTERVAL)

    if name == 'main':
    main()

    Bro?

  • Oct 27, 2023
    ·
    1 reply
    OnyxShine9

    Bro?

    yes?

  • Oct 27, 2023
    lucky star

    yes?

    Is that for mobile or desktop only the website doesn’t work on mobile
    And did you just write up that script lol?

  • Oct 27, 2023

    Lowkey app come soon

  • Oct 27, 2023
    ·
    1 reply

    You are way too invested in KTT then

  • Oct 27, 2023

    Epic fail

  • Oct 27, 2023
    ·
    1 reply

    App coming November 2014

  • Oct 27, 2023
    HORIZONS

    You are way too invested in KTT then

    I just want to respond to my KTT2-kin in a respectful timely manner my friend

  • S abandoned the site lol

  • Oct 27, 2023
    ·
    1 reply

    That's for KTT3

  • Oct 27, 2023
    lucky star

    import time
    from bs4 import BeautifulSoup
    import requests
    import playsound

    Constants

    FORUM_URL = 'https://ktt2.com/notifications'
    USERNAME = 'yourUsername'
    PASSWORD = 'yourPassword'
    CHECK_INTERVAL = 60 # in seconds
    ALERT_SOUND = 'alert.mp3' # Replace with the path to your alert sound

    def get_notification_count():

    # Login and retrieve the notifications page
    with requests.Session() as session:
        # This may need to change based on your forum's login process
        payload = {'username': USERNAME, 'password': PASSWORD}
        session.post(ktt2.com + '/login', data=payload)
        response = session.get(FORUM_URL)
    
        # Parse the notifications page
        soup = BeautifulSoup(response.text, 'html.parser')
        
        # This also might need to change based on the structure of your forum's notification page
        notification_count = int(soup.find('span', {'class': 'notification-count'}).text)
    
        return notification_count

    def main():
    last_count = 0

    while True:
        current_count = get_notification_count()
    
        if current_count > last_count:
            playsound.playsound(ALERT_SOUND)
            last_count = current_count
    
        time.sleep(CHECK_INTERVAL)

    if name == 'main':
    main()

    I wonder if this script actually works if you host it on a server

    I mean, it would be more helpful if users had direct access to API like Twitter/X and Google offer on a per-account token basis

  • Oct 28, 2023
    ·
    1 reply

    imagine getting a phone call cause a ktt2 user quoted you and called you a dumbass

  • Oct 28, 2023
    goodkid mAAdposter

    That's for KTT3

  • Oct 28, 2023
    csr

    imagine getting a phone call cause a ktt2 user quoted you and called you a dumbass

    OP about to get spammed in the near future with phone calls because 20 people posted his avi

  • Oct 28, 2023
    Infamous

    App coming November 2014

    *2013.

  • Oct 28, 2023

    There’s a super premium option which comes with a microchip implant that goes into your brain to allow you to seamlessly view the site and instantly respond to comments and notifications.

  • Oct 28, 2023
    lucky star

    import time
    from bs4 import BeautifulSoup
    import requests
    import playsound

    Constants

    FORUM_URL = 'https://ktt2.com/notifications'
    USERNAME = 'yourUsername'
    PASSWORD = 'yourPassword'
    CHECK_INTERVAL = 60 # in seconds
    ALERT_SOUND = 'alert.mp3' # Replace with the path to your alert sound

    def get_notification_count():

    # Login and retrieve the notifications page
    with requests.Session() as session:
        # This may need to change based on your forum's login process
        payload = {'username': USERNAME, 'password': PASSWORD}
        session.post(ktt2.com + '/login', data=payload)
        response = session.get(FORUM_URL)
    
        # Parse the notifications page
        soup = BeautifulSoup(response.text, 'html.parser')
        
        # This also might need to change based on the structure of your forum's notification page
        notification_count = int(soup.find('span', {'class': 'notification-count'}).text)
    
        return notification_count

    def main():
    last_count = 0

    while True:
        current_count = get_notification_count()
    
        if current_count > last_count:
            playsound.playsound(ALERT_SOUND)
            last_count = current_count
    
        time.sleep(CHECK_INTERVAL)

    if name == 'main':
    main()

    don’t use this it drained my bitcoin wallet

  • Oct 28, 2023

    wait nvm it was already empty