An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by David-Lor

A curated list of projects in awesome lists by David-Lor .

https://github.com/david-lor/fastapi-pydantic-mongo_sample_crud_api

Example CRUD API in Python using FastAPI, Pydantic and pyMongo

crud fastapi fastapi-crud mongo mongodb pydantic pymongo python python3 python37 python38

Last synced: 24 Oct 2025

https://github.com/david-lor/thispersondoesnotexistapi

Unofficial "API" for the ThisPersonDoesNotExist webpage, that returns a random fictional person picture generated by AI

ai human people person python python-requests python3 requests thispersondoesnotexist

Last synced: 21 Aug 2025

https://github.com/david-lor/python-qqddm

Python wrapper for QQ "Different Dimension Me" AI (convert pictures into anime avatars)

ai anime different-dimension-me library python python3 qq scraper

Last synced: 24 Apr 2025

https://github.com/david-lor/vigobusapi

Updated REST API that provide Stops and Buses information for the public transport system of the city of Vigo (Galicia/Spain) 🚌🚏

api async bus-route bus-schedule bus-tracking fastapi public-transport public-transportation python rest rest-api vigo vigobus vitrasa

Last synced: 18 Jun 2025

https://github.com/david-lor/mqtt2notifysend

🌉Bridge between MQTT and 🖥️Freedesktop.org Notify-Send desktop notifications (Ubuntu & other distros)🐧 - Send notifications from MQTT directly to your desktop!

debian desktop-notifications freedesktop freedesktop-notifications linux linux-desktop mqtt notification notifications notify-send ubuntu

Last synced: 24 Apr 2025

https://github.com/david-lor/vigobus-telegrambot

Bot de Telegram para ver los horarios de los autobuses de Vigo por paradas 🤖🚌🚏

aiogram async asyncio autobuses bus bus-stop python python3 python3-7 python36 python37 telebot telegram telegram-bot vigo vigobus-telegrambot vitrasa

Last synced: 26 Apr 2025

https://github.com/david-lor/docker-python-git-app

🐳Docker image to deploy a 🐍Python app hosted on a Git repository

alpine docker docker-image git python python3

Last synced: 24 Apr 2025

https://github.com/david-lor/docker-portforward

Docker image for setting up one or multiple TCP ports forwarding, using socat

docker docker-image dockerfile port-forward port-forwarding socat

Last synced: 24 Apr 2025

https://github.com/david-lor/mqtt2mysql

Store all incoming 🦟MQTT messages on 🐬MySQL/MariaDB

Last synced: 07 Mar 2025

https://github.com/david-lor/telegram-busbot-datamanager

Persistent data managing API to be used by a Telegram bot serving a public transportation service 🤖🚌💾

api bot fastapi flask mongo mongodb persistent-data python python3 python36 python37 rest rest-api telegram telegram-bot telegram-bots transportation

Last synced: 03 Jul 2025

https://github.com/david-lor/tdtspain2vlc

Script Python para descargar el listado de canales TDT por streaming de TV-Online-TDT-Spain y convertirlo a una playlist XSPF para VLC

Last synced: 31 Jul 2025

https://github.com/david-lor/pnytter

Python library for scraping (Twiiter) Nitter

Last synced: 07 Mar 2025

https://github.com/david-lor/docker-ssh-port-forward-server

Dockerized SSH server that allows TCP local and remote port forwarding

docker docker-container docker-image dockerfile ssh ssh-forwarding ssh-server

Last synced: 24 Apr 2025

https://github.com/david-lor/docker-ssh-port-forward-client

Dockerized SSH client to forward a remote port to local host 🐳🔐🔌

autossh docker port-forwarding ssh ssh-server

Last synced: 24 Apr 2025

https://github.com/david-lor/rdr2-simplegangwar

Red Dead Redemption 2 script to create a basic battle between two teams

rdr2 rdr2-scripting red-dead-redemption red-dead-redemption-2 simplegangwar

Last synced: 24 Apr 2025

https://github.com/david-lor/gtaiv-simplegangwar

Grand Theft Auto IV script to create a basic battle between two teams

grand-theft-auto gta gta4 gta4-script gta4-scripting gtaiv gtaiv-script gtaiv-scripting simplegangwar

Last synced: 24 Apr 2025

https://github.com/david-lor/hurdygurdy-rock-metal-spotify-playlist

Spotify collaborative playlist featuring Rock/Metal songs that include Hurdy Gurdy

hacktoberfest hurdy-gurdy metal music playlist rock spotify spotify-playlist

Last synced: 24 Apr 2025

https://github.com/David-Lor/socks-proxy-balancer

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections

Last synced: 06 Apr 2025

https://github.com/david-lor/arduino-poweroutagedetector

Simple Arduino project to detect power outages

arduino power-outage

Last synced: 08 Sep 2025

https://github.com/david-lor/python-wait4it

Python module to wait for a TCP port to be available

python python-wait4it retries wait-for-it wait4it waitforit

Last synced: 24 Apr 2025

https://github.com/david-lor/skyrim-se-personal-mod-list

Personal mod list for Skyrim SE, focusing on realism and inmersion

modding skyrim skyrim-special-edition skyrimmodding

Last synced: 29 Mar 2025

https://github.com/david-lor/accuracyfix

A GTA V script for globally controlling the accuracy for all AI peds

Last synced: 29 Mar 2025

https://github.com/david-lor/mountagne

A disk automounting service

Last synced: 29 Mar 2025

https://github.com/david-lor/openwrt-mqtt-scripts

Useful MQTT-related shell scripts I use within OpenWRT routers

Last synced: 29 Mar 2025

https://github.com/david-lor/docker-duckdns

Docker image to auto-update DuckDNS domains

ddns docker docker-image dockerfile duckdns

Last synced: 29 Mar 2025

https://github.com/david-lor/basic_python_telegrambot

A very simple Python tool to send messages via a Telegram bot

python telegram telegram-bot

Last synced: 30 Oct 2025

https://github.com/david-lor/assassins-creed-ii-opentexmod-launcher

Pair of Batch scripts that launch Assassin's Creed II on PC using OpenTexMod

assassin-s-creed assassins-creed batch batch-script gaming gaming-tweaks opentexmod uplay videogame videogames

Last synced: 29 Mar 2025

https://github.com/david-lor/python_upnp_manager

A better understanding Python tool for creating, removing and managing UPnP port mappings using miniupnpc

miniupnpc portmapping python upnp upnp-portmapper

Last synced: 29 Mar 2025

https://github.com/david-lor/ping2mqtt

Service that periodically ICMP-pings hosts and publishes the results in MQTT topics

icmp icmp-ping mqtt ping ping2mqtt

Last synced: 06 Apr 2025

https://github.com/david-lor/fastapi-pydantic-sqlalchemy-petshelter-api

Example of a full REST API created with Python, FastAPI, Pydantic & SQLAlchemy to persist data for a fictional Pet Shelter

fastapi fastapi-crud fastapi-sqlalchemy pet-shelter pet-shop pydantic python python3 python36 python37 python38 python39 sqlalchemy sqlalchemy-orm sqlalchemy-python

Last synced: 06 Apr 2025

https://github.com/david-lor/python-enhanced-mqtt-client

Improved paho.mqtt-based client with initial reconnection and decorators

Last synced: 30 Oct 2025

https://github.com/david-lor/pvpc

Repositorio con los precios de la luz PVPC, actualizados diariamente mediante Github Actions

pvpc

Last synced: 24 Apr 2025

https://github.com/david-lor/mqtt2etcd

Send configuration from 🦟MQTT to ⚙️ETCD and vice versa

etcd etcd-keys mqtt mqtt-bridge paho-mqtt python python3 python36 python37

Last synced: 11 Oct 2025

https://github.com/david-lor/docker-nextcloud-webcron

Run a Docker container to keep the Nextcloud background jobs running using WebCron

Last synced: 14 Oct 2025

https://github.com/david-lor/david-lor

Last synced: 26 Oct 2025

https://github.com/david-lor/locationaldamage

A GTA V script featuring a realistic health-armor-damage system

Last synced: 29 Mar 2025

https://github.com/david-lor/phonebills

PhoneBills script for Grand Theft Auto V

Last synced: 11 Jul 2025

https://github.com/david-lor/dgtscraper

Utilidad para descargar y parsear datasets de matriculaciones de la DGT

Last synced: 07 Aug 2025

https://github.com/david-lor/archive.org-telegrambot

Telegram bot that saves links on Archive.org. Written in Go, using AMQP

Last synced: 29 Mar 2025

https://github.com/david-lor/fastapi_lightningtalk-notebook

FastAPI first steps with examples, within a Jupyter Notebook

Last synced: 29 Mar 2025

https://github.com/david-lor/pydantic-basesettings-lightning-talk

Lightning talk slideshow & examples about Pydantic's BaseSettings usage

dotenv lightning-talk pydantic python python-settings

Last synced: 23 Sep 2025

https://github.com/david-lor/action-tag-on-pr-merge

Github Action for creating a new Tag on a Pull Request merge

Last synced: 19 Apr 2025

https://github.com/david-lor/conda-menu

A console menu to manage your Conda virtual envs: create new envs, view created envs, activate an env, delete an env

Last synced: 04 Jul 2025

https://github.com/david-lor/python-pvpc

Librería Python para adquirir los precios PVPC por día

esios pvpc pydantic python python3

Last synced: 29 Mar 2025

https://github.com/david-lor/injuredragdollenhanced

Injured Ragdoll Enhanced script for Grand Theft Auto V (PC)

Last synced: 06 Oct 2025

https://github.com/david-lor/screaminginjuredpeds

Screaming Injured Peds script for Grand Theft Auto V

grand-theft-auto grand-theft-auto-5 grand-theft-auto-v gta gta5 gtav

Last synced: 29 Mar 2025

https://github.com/david-lor/gtav-gangwarreloaded

GTA V GangWar scripts

Last synced: 23 Jun 2025

https://github.com/david-lor/selectivefire

SelectiveFire is a GTA V mod, featuring alternative fire modes on weapons, such as semi-auto and burst fire

Last synced: 29 Mar 2025

https://github.com/david-lor/python-pubproxy-api

A Python wrapper for the pubproxy.com public proxy API

proxies proxy proxy-api pubproxy python python-pubproxy-api python-wrapper

Last synced: 29 Mar 2025

https://github.com/david-lor/node-red_torrentsearch

Node-RED flow to search and download torrents from RARBG

node-red nodered rarbg rarbg-torrentapi torrent

Last synced: 07 Jan 2026

https://github.com/david-lor/tmux-python-interface

Python script para controlar TMUX sin introducir comandos para crear pantallas o acceder a pantallas abiertas.

Last synced: 29 Mar 2025

https://github.com/david-lor/telegrambot-webhook-updates-receiver-service

Proof of Concept of a Service to receive Telegram Bot updates through Webhook and publish/enqueue them on a message broker

python python-3 python-webhook python3 telegram telegram-bot telegram-bot-api telegram-bots webhook webhooks

Last synced: 29 Mar 2025

https://github.com/david-lor/tirasledmicropythonmqtt

Proyecto de domotización de tiras LED con Micropython, ESP8266, MQTT y PIR

esp8266 led led-strip micropython mqtt pir python wemos-d1 wemos-d1-mini

Last synced: 31 Jul 2025

https://github.com/david-lor/action-dockerhub-get-tag-metadata

Github Action for fetching the information of a certain Docker image and tag (including the SHA digest) from the DockerHub public registry

docker docker-hub dockerhub github github-action github-action-docker github-action-javascript github-actions

Last synced: 29 Mar 2025

https://github.com/david-lor/camgrambot

Telegram bot that sends captures of live public cameras

Last synced: 29 Mar 2025

https://github.com/david-lor/pytest-talk-examples

Examples for PyTest introduction talk

pytest python python3 talk

Last synced: 29 Mar 2025

https://github.com/david-lor/node-red-contrib-duckdns

Node-RED Node to update DuckDNS domains

Last synced: 20 Jul 2025

https://github.com/david-lor/asusd541s_autofancontrol

Start and stop fan on the Asus D541S laptop when reaching certain temperatures, in Linux. Also changes the CPU Governor depending on the charging status.

asus bash d541s fan fan-speed fancontrol-script fancontroller laptop linux psutil python shell temperature ubuntu

Last synced: 29 Mar 2025

https://github.com/david-lor/steam-skipageverification

A JS script for Tampermonkey/Greasemonkey that will skip Steam age verification on their website

Last synced: 29 Mar 2025

https://github.com/david-lor/python-classmapper

A simple class mapping (conversion) Python library

Last synced: 15 Jul 2025

https://github.com/david-lor/node-red-contrib-public-ip-address

Node-RED Node that returns the current Public IP Address

Last synced: 07 Jan 2026

https://github.com/david-lor/docker-filemanagers-gui

Docker images with different GNU/Linux desktop file managers (Nautilus, Thunar, Dolphin) - accessible through web browser or VNC

desktop docker docker-image dockerfile dolphin gnu-linux nautilus novnc thunar vnc

Last synced: 28 Jul 2025

https://github.com/david-lor/python-helloworld

This repository serves as a testing repository for the Docker-Python-Autoclonable-App

Last synced: 29 Mar 2025

https://github.com/david-lor/autonice

Utility for setting nice in running applications based on settings

Last synced: 29 Mar 2025

https://github.com/david-lor/mdck

mdadm check & repair tool

Last synced: 15 Jul 2025

https://github.com/david-lor/pydantic-etcd

Class-based settings loader with ⚙️ETCD support, working from 🤓pydantic's BaseSettings class

Last synced: 29 Mar 2025

https://github.com/david-lor/assassinscreed_cheatengine

CheatEngine mods for Assassin's Creed games

Last synced: 06 Oct 2025

https://github.com/david-lor/github-actions-pr-tag-release

Example repository with Github Actions that create a tag when a Release PR is merged, and generate a release from it

Last synced: 29 Mar 2025

https://github.com/david-lor/python-laptop-battery-stats

A Python script to fetch laptop battery data and save to a DB

Last synced: 29 Mar 2025

https://github.com/david-lor/ideology-mashup

Mashup tool to generate fictional (or real) ideologies by combining two ideologies or philosophies

mashup mashup-bot python python3 pyyaml yaml

Last synced: 29 Mar 2025

https://github.com/david-lor/arduinocapactivesensortest

An Arduino sketch for trying several aluminum foil capacitive switches using the CapacitiveSensor library

arduino arduino-sketch capacitivesensor capsense

Last synced: 29 Mar 2025

https://github.com/david-lor/spotify-collaborative-public-playlists-test

Sample (testing) Spotify playlist using the Spotify-Collaborative-Public-Playlists-Template repository (https://github.com/David-Lor/Spotify-Collaborative-Public-Playlists-Template)

spotify spotify-playlist spotify-playlists

Last synced: 29 Mar 2025

https://github.com/david-lor/loguru-context-examples-lightning-talk

Examples about Loguru + context variables usage & lightning talk (ES)

logging logging-context loguru python

Last synced: 12 Jun 2025

https://github.com/david-lor/generic-template

My custom template for generic repositories

Last synced: 07 Jan 2026

https://github.com/david-lor/gmapshtml

A webpage that implements the Google Maps JavaScript API, for loading a full map with a set of markers defined through the URL (PHP-Like but working from a static web server, like Github)

google-maps google-maps-api google-maps-javascript google-maps-javascript-api html javascript

Last synced: 29 Mar 2025

https://github.com/david-lor/gtav-globalweaponsmodifiers

Some Grand Theft Auto V to change weapons for all peds

Last synced: 05 Jul 2025

https://github.com/david-lor/git.iourlshotenerbash

A Bash script to short any URL using the Git.io shortener service API

bash bash-script gitio linux script sh shell shell-script url-shortener url-shortening

Last synced: 29 Mar 2025