A functional, easy to use Python wrapper of Notion Api

A functional, easy to use Python wrapper of Notion Api. pip install notion-potion Quick Start Authentication from potion import Request, NotionHeader token = ” nh = NotionHeader(authorization=token) req = Request(nh.headers) Create an integration follow this official tutorial to get token. A ‘retrieve’ example. (Full code can be found here) from potion.api import * print(req.get(

Read more

WhatsApp ChatBot with Ultramsg API

Demo WhatsApp ChatBot with Ultramsg API for Build a WhatsApp Chatbot With Python . The output of the command list . The output of the server time of the bot running on . Sending image to phone number or group . Sending audio file . Sending ppt audio recording . Sending Video File. Sending contact . Ultramsg account is required to run examples. Log in or Create Account if you don’t have one ultramsg.com. go to your instance or Create […]

Read more

Minimal open source Screen-Time Tracker for Linux

Minimal Open source Screen-Time Tracker (CLI-app) Table of Contents About Watcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time Gallery Day Summary Week Summary Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet… Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time Installation Note: […]

Read more

Automatically calibrate RGBD cameras with PyTorch

Automatically calibrate RGBD cameras with PyTorch. The intrinsics and extrinsics of the camera pair are optimized based on photometric consistency after projecting the ToF camera into the color camera. I tested on semi-rectified color and Kinect continuous wave ToF cameras from the NYU Depth V2 dataset. Related work using photometric consistency as a loss signal: LSD-SLAM, KinectFusion, CVPR 2017, ICCV 2019, ICCV 2021. Setting up color camera and ToF camera

Read more

Screenshots of news homepages around the world

Screenshots of news homepages around the world Follow on Twitter at @newshomepages Getting started Fork the repository and clone it. Move into the code directory and install the Python dependencies. Install pre-commit hooks. pipenv run pre-commit install Install the shot-scraper web browser. pipenv run shot-scraper install Screenshots Try a screenshot. The shoot.py command, as well as all the other commands, expects you pass in the Twitter handle of the target site. The supported sites are listed in newshomepages/sources/sites.csv. pipenv run […]

Read more

The next generation deep reinforcement learning framework

AI-Optimizer is a next generation deep reinforcement learning suit, privoding rich algorithm libraries ranging from model-free to model-based RL algorithms, from single-agent to multi-agent algorithms. Moreover, AI-Optimizer contains a flexible and easy-to-use distributed training framekwork for efficient policy training. -For now, AI-Optimizer privodes following built-in libraries and more libraries and implementations are comming soon. Multiagent Reinforcement learning Representation Reinforcement Learning Offline Reinforcement Learning Transfer Reinforcement Learning Model-based reinforcement learning Repo: Multiagent Reinforcement Learning (MARL) MARL repo contains the released codes […]

Read more

Paaster – A secure by default end to end encrypted pastebin built with the objective of simplicity

Paaster is a secure by default end to end encrypted pastebin built with the objective of simplicity. Preview Features What is E2EE? E2EE or end to end encryption is a zero trust encryption methodology. When you paste code into paaster the code is encrypted locally with a secret generated on your browser. This secret is never shared with the server & only people you share the link with can view the paste. Can I trust a instance of paaster not […]

Read more

Download hundreds of images from Google. Do image post processing later

This repo contains the Python script that can let you download the images from Google for the given keyword. Also, there are some additional functionalities added that can help in post-image processing. Preparing the image dataset which is not publicly available, is still a challenging task. Machine Learning Engineers need image data when building something of a Computer Vision. But due to the non-availability of the data, they are left with nothing but 2 choices – either to drop the […]

Read more

Tool to scan for RouterOS (Mikrotik) forensic artifacts and vulnerabilities

Forensics tool for Mikrotik devices. Search for suspicious properties and weak security points that need to be fixed on the router. This tool’s functionalities include the following: Get the version of the device and map it to CVEs Check for scheduled tasks Look for traffic redirection rules Look for DNS cache poisoning Look for default ports change Look for non-default users Look for suspicious files Look for proxy, socks and FW rules Executing and arguments The arguments: args Description Must […]

Read more

Rebuilding and extending the Autoproxy tool in Python

Photoshop scripting to generate high-quality Magic card renders, original concept developed by Chilli-Axe, rewritten in Python for extended functionality. If you need help with this app, join our discord: https://discord.gg/qdR2S4nQ6U A copy of Photoshop (2015-2022 Tested) The Photoshop templates The following fonts, included in fonts folder: Beleren Bold, Beleren2016 Bold, Beleren Smallcaps, MPlantin and MPlantin-Italics Keyrune and Mana (Keep Keyrune updated for expansion symbols) Relay Medium,

Read more
1 180 181 182 183 184 914