This commit is contained in:
Erik Winter 2024-05-23 11:29:54 +02:00
parent bfe5550739
commit 841f56659b
3 changed files with 12 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Small script
This is just a grab bag of small scripts I wrote for personal automation tasks that I did not know where to put else.
- [TheMovieDB export](tmdb-export/README.md)

View File

@ -1 +1,2 @@
*.md *.md
!README.md

5
tmdb-export/README.md Normal file
View File

@ -0,0 +1,5 @@
# TheMovieDB export
A quick way to search for a movie on [TheMovieDB](https://www.themoviedb.org/) and create a Markdown file with its details.
Expects an environment variable `TMDB_API_KEY`.