Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/traumatology/sc-track-grabber

telegram bot that saves new songs from soundcloud
https://github.com/traumatology/sc-track-grabber

abandoned drizzle drizzle-orm soundcloud soundcloud-api telegram-bot

Last synced: 22 days ago
JSON representation

telegram bot that saves new songs from soundcloud

Awesome Lists containing this project

README

        

# Soundcloud track grabber

Telegram bot that checks for new songs from specified SoundCloud profiles every minute, saves
them to supabase bucket and notifies through telegram.

also used drizzle for the first time. queries and filtering looks clean. migrations
are mid, prisma's full-cli approach is more comfortable than use drizzle-kit to generate migration
and then execute typescript to apply it (ik it could be automated, but i would prefer instant migration
option by default).

worth adding that drizzle-kit has some problems with .js imports in typescript code. my project wont
compile if i remove .js extensions, so i need to compile to javascript and generate migration
from it. perhaps thats intended behavior i don t know.

drizzle is awesome tool anyways