This should do the trick

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • SendWhatsppTextByJavaScript

    Here is small JS Script for sending a message in a loop.

    from selenium import webdriver import time \# Initialize the Chrome web driver driver = webdriver.Chrome() \# Navigate to WhatsApp web driver.get("https://web.whatsapp.com/") \# Wait for the user to scan the QR code and log in input("Please scan the QR code and press Enter to continue...") \# Find the chat input box and type the message chat_box = driver.find_element_by_xpath('//div[@class="_13mgZ"]') for i in range(1000): chat_box.send_keys("sorry babu") chat_box.send_keys(u'\ue007') # press Enter to send time.sleep(1) # wait for 1 second to send the next message

  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

    It's a rant about Java and the people who use it. I get ranting, but the examples are constructed to be bad, just like FizzBuzzEnterpriseEdition. At first, I thought we were talking about the language, and in Java, you definitely can do stupid stuff. This holds true for all languages I have programmed in so far, so I assume it's difficult to make a language that is flexible and has no room for bad patterns.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts