Home
NevinsBlog
Cancel

Scrape instagram images/videos using Termux

Termux is a cute little and efficient Linux environment on Android. It has a very good package repo and you can find and install almost everything. At least in my case, there were no oh-oh moments...

Integrate SSO to Cloudflare Access Applications

In one of the previous articles, I detailed how to ssh to any of your machines without port forwarding but instead make use of a secure cloudflare tunnel to do the job for you. It would be cool to ...

Update Security Lists on multiple OCI accounts

Code to update security lists on multiple OCI tenancies. This assumes that you have already setup the configs in the respective locations (check out the config_loc variable below.) import urllib....

Debian instance on Oracle Cloud Infrastructure [Free Tier eligible]

If you have explored OCI a bit, you would have already noticed that they do not provide a Debian image to create your VM (as of October 2022) and to my dismay, I noticed that the default Ubuntu ima...

Covid Booster Vaccine Notifications to WhatsApp

…since the government has announced free booster doses for 18+ age category Straight to the code: import requests from datetime import datetime, timedelta import json import time terminate = Fal...

SSH from the internet without port forwarding

If you do not want to open ports on your network but want to ssh from the internet you could use Cloudflare Access to achieve this. App on Cloudflare Access Head to the Zero Trust dashboard to cr...

Automate Teams Channels creation/edit using Powershell

…when a teacher would like to have a Team with their students and would like to have a channel for each of them however each of the channels should be locked such that the teacher and the respectiv...

Automate Teams creation on MS Teams using Graph API

If you have tried it once you know how cumbersome it is to create and customize teams via GUI. …but if you have the right level of access to the Azure tenancy and you have privileges to create app...

Using Telegram and Cloud Vision API to scan images for text

…to club it with Telegram and you can upload the image to Telegram and get back the text from the image as a reply! As you might already know, Google’s Cloud Vision allows developers to perform op...

Upload to Google Drive from CLI | Python3 | Drive API v3

Want to directly upload files from an ancient raspberry pi with a lite os or any device that has no GUI but has trust issues with third-party tools..? Pre-requisites Install the Google Librari...