Build a Simple WhatsApp bot in Python using Selenium

Selenium is a web automation package available for all popular languages. To know more about selenium you can refer to official Selenium docs. Here, we will be making a simple WhatsApp bot using Python and Selenium which will reply the current time for every message. Installing Selenium So, first of all, we need to install Selenium for Python by running following command in terminal. pip install selenium Selenium also requires a driver to interface with the chosen browser. For Firefox, we need to install geckodriver. Without proper driver, you will get WebDriverException. Download latest geckodriver from Mozilla’s GitHub Repo and add to the path. ...

October 20, 2017 · 3 min · Vikas Kumar

Some 'cool' things Visual Studio Code can do you may haven't known

Mircosoft’s Visual Studio Code has proven to be the dark horse of code editors. Don’t confuse yourself by seeing Microsoft as it is completely free, open source and MIT licensed. Even being late to the party, it has attracted enough users. The reason behind this is a perfect balance between speed, features, and hackability. ...

September 28, 2017 · 2 min · Vikas Kumar

Dear CS Freshman, Kali Linux is not what you are thinking

This post is intended for college Freshmans those who have little or no experience with Linux. If you are an experienced Linux user you may skip the post safely. What is Linux? Linux is basically a term to refer all the distributions (or say OS) based on Linux Kernel collectively. some of its notable distributions are Ubuntu, Fedora, Arch, your favorite Kali Linux. Where may you have heard about Kali Linux? I bet it is your friend or someone elder who said to you that Kali Linux can hack computers. I have seen students being obsessed with this distro without knowing anything about Linux. Easiest way to become a Hacker Now hack is a stupid term. Most of the people think that it something by which you can access information without proper permission. No, my friend, the term is much broader. The hack is defined as “a tip, trick, or efficient method for doing or managing something” or in the Indian language, we say Jugaad. ...

September 1, 2017 · 2 min · Vikas Kumar

Epic Pen is great Windows Ink workspace alternative for Windows 7

Windows Ink workspace is great addition to Windows 10. Due to this tool, annotating has never been easier. However, Windows 7 is still rock solid in the marked. Apart from corporate users many personal users are on Windows 7 which include my relatives. When I use thier PC, only option to achieve the screen sketch is to take screenshot in paint and draw on it using pain. This method is not bad but also doesn’t goes smoothly with my work flow. Mainly because it involes too much clicks ...

August 2, 2017 · 1 min · Vikas Kumar