Hello Developers. Today, we will be programmatically saving screenshots of websites (generated image) in the Django model. We will use Python’s selenium to take screenshots and will save in in a Django database within the model field. Install prerequisites Install…
Tag: Automation
Top URL monitoring tools to track your links for free
URL monitoring is an essential part of website maintenance and online marketing. By monitoring your URLs, you can ensure that your website is always available and functioning properly, as well as track the performance of your marketing campaigns. There are…
Cool things to do with Python
Python is really a very awesome programming language, and you can do a lot of cool things with it. I’ll be addressing some of my initial and highly transitional Pythony things I did, that could be helpful for you as…
Slack bot in Python – #4 Sending Direct Messages
As you learned about creating a basic slack bot in python and added slash commands, and event handling features in our previous tutorials, today you’ll learn to send a direct message to a member. Getting started with Sending Direct messages with Slack bot in…
Slack Bot Python – #3 Handling Events
As you learned about creating a basic slack bot python and added slash commands features to it in our previous tutorials, today you’ll learn to add event handling features to the same bot. Getting Started with Slack Bot Python – Handling Events…
Slack Python Bot – #2 Creating Slash Commands
As you learned about creating a basic slack python bot in our previous tutorial, today you’ll learn to add more features to the same bot. Getting Started with Slack Python Bot – Creating Slash Commands This is the second part…
Python Slack Bot – #1 Creating your first Bot
Python Slack Bot is among one the highest-earning bot. Today, you’ll learn about what this bot is and will make a simple python slack bot. Getting started with Python Slack Bot In our previous tutorials, you learned about various automation…
Automation Libraries in Python
Machines are replacing almost all work that was previously done manually by humans. A lot of corporate and personal tasks, like sending bulk emails, sending keyboard inputs, day-to-day browser works, daily desktop tasks, etc. are automated too. For that similar…
Python Telegram Bot
Python Telegram Bot is among one the highest-earning bot. Today, you’ll learn about what this bot is and will make a simple telegram chatbot in python. Getting Started with Python Telegram Bot In order to make a Telegram bot, you…
Random Password Generator – Python
In this tutorial, you’ll learn to create a random password generator with python. This tutorial is dedicated to making you able to generate random passwords of the desired length whenever necessary. Why this? Where to use it? These kinds of…