A small tool that is there to send messages with beta webhooks

📎 Webhook-discord Le but de se tool c’est que tu peux envoier vos webhook discord sur vos serveur et les customiser Pour lancer le projet il faut avoir python installer sur votre machine puis ensuite télécharger le projet et glisser le dossier du projet sur votre Ide de votre choix et puis installer le module : pip install discord_webhook Ensuite lancer le projet. 👤 Auteur GitHub View Github    

Read more

A simple tool helping to track information, metrics, and files during code development, testing, probing

A simple tool helping to track information, metrics, and files duringcode development, testing, probing, experimentation and analysis. The idea You write Python code, annotate a function, call it. Votakvot takes care about tracking what function parameters are, its result, git repo status, etc… Change your code, change parameters, try to rerun the function, experiment. Then votakvot may load back all information to pandas DataFrame. Play with it and find the best combination of function parameters and version of a source […]

Read more

A python tool to Automate Whatsapp through Whatsapp web

Objective: This python tool is used to Automate Whatsapp through Whatsappweb. We can add number of contacts whom we want tosend text messages on perticular time Discription: Using this python script we can schedule Happy Birthday or Happy Diwali messages at a particulartime to our loved ones . If at 12 o’clock you want to wish your friend happybirthday so schedule your messages and sleep peacefully. Installation First add some data in data.xlsx file like name , phone number ,messages […]

Read more

Tools used by Ada Health’s internal IT team to deploy and manage a serverless Munki setup

This repository contains cross platform code to deploy a production ready Munki service, complete with AutoPkg, that runs entirely from within a single GitHub repository and an AWS S3 bucket. No other infrastructure is required. More specifically it contains the following: Terraform code to setup a Munki repo in AWS S3. Actions workflows to handle AutoPkg runs and related tasks. Directories for maintaining Munki items and AutoPkg overrides. How it works After following the deployment steps outlined below to setup […]

Read more

Playwright Python tool practice pytest pytest-bdd screen-play page-object allure cucumber-report

Playwright Python tool practicepytest pytest-bdd screen-play page-object allure cucumber-report How to run Run tests execute_tests.sh Notes: Pretty interesting and fast-growing tool for test automation. It can have some troubles with the first setup(especially with Docker), but generally this tool faster than Selenium and have pretty nice facade methods out of the box. It’s hard to say if I can recommend this tool to young Python AQA engineers because Selenium is a standardand supports by W3C. But if you have a […]

Read more

Additional useful operations for Python

Additional useful operations for Python Available Operations MulDiv64: calculate m1*m2/d with no overflow on multiplication (TEAL 3+) Min, Max: calculate minimum/maximum of 2 expressions, without using slots or evaluating arguments more than once (TEAL 4+) LazyAnd, LazyOr: lazily evaluate arguments in And/Or operation State manipulation GlobalState and LocalState allow for manipulating global and local state respectively. They both have the same interface. from pyteal import App, Bytes, Int, Seq, TealType from pytealext import LocalState user_counter = LocalState(“UC”, TealType.uint64) program

Read more

A tool was created in order to automate some basic OSINT tasks for penetration testing assingments

This tool was created in order to automate some basic OSINT tasks for penetration testing assingments. The main feature that I haven’t seen much anywhere is the downloadd google dork function where this function first perform basic google dorking to find the targets public documents. These documents will then be downloaded to the attackers computer and can be used further to identify metadata about the client. Installation Create virtual enviroment: python3 -m venv enumit Activate the virtual enviroment: source enumit/bin/activate […]

Read more

A python tool perform some quick tasks for CTFs and Pentesting

================ This tool lets you convert strings and numbers between number bases (2, 8, 10 and 16) as well as ASCII text. You can use the IP address analyzer to find out details on IPv4 and perform abbreviation as well as expansion on IPv6 addresses.It can also perform a two’s complement calculation as well. You can visit CodingPeps to learn more about how to use it. Installation ================ $ rm -rf AlteMatrix/ $ git clone https://github.com/Ir0n-c0d3X/AlteMatrix $ cd AlteMatrix $ […]

Read more

CBMPy Metadraft: a flexible and extensible genome-scale model reconstruction tool

CBMPy Metadraft: a flexible and extensible, GUI-based genome-scale model reconstruction tool that supports multiple Systems Biology standards. MetaDraft version 0.9.2 now defaults to the 2019-1 template library, if you are working directly in a cloned repository please initialise the new template library: cd cbmpy-metadraft git submodule update –init –remote — modeldb/2019-1/ If you want to switch back to the 2018-1 library and results please edit the _metadraft.cfg file and change the value of the “metadraft_db_version” key to “2018-1” (it is […]

Read more
1 9 10 11 12 13 21