Skip to content

Instantly share code, notes, and snippets.

View giacomoran's full-sized avatar

Giacomo Randazzo giacomoran

View GitHub Profile
@giacomoran
giacomoran / twitter-handle-bot.py
Created December 9, 2022 15:49
Telegram bot that sends you a message when a Twitter handle is available
# Refs:
# - ChatGPT ;)
# - https://medium.com/codex/using-python-to-send-telegram-messages-in-3-simple-steps-419a8b5e5e2
import time
import requests
# First find out your Telegram chat id:
# - create a bot with @BotFather
@giacomoran
giacomoran / dlib_opencv_android.md
Last active January 22, 2020 18:01
How to create an Android Studio project with OpenCV and dlib.