legitnick / vandepar

bot to create YT videos from stackoverlow
MIT License
0 stars 0 forks source link

upload video with metadata #15

Open legitnick opened 1 year ago

legitnick commented 1 year ago

Currently, the title, description, etc. do not make any sense. What could be done to this is:

  1. call stackexchange API and ask it for question title from question id
  2. create a db, which would store all this info on the first call to the stackexchange API, reducing the ammount of calls

db would also probably help with file storage locations