Skip to content

4.5.9

Latest
Compare
Choose a tag to compare
@IronKyle38 IronKyle38 released this 10 May 11:46
2795d16

Features

Bug Fixes

Fixes

Configuration

To function properly, you must have:

  • .env config var with Discord API TOKEN
  • .env config var with TMDb API TOKEN
  • .env config var with TMDb list ID for movies
  • .env config var with TMDb list ID for series
  • .env config var with TMDb list ID for shorts
  • .env config var with Twitter_API_Key
  • .env config var with Twitter_API_Secret_Key
  • .env config var with Twitter_Access_Token
  • .env config var with Twitter_Access_Token_Secret
  • TMDb_List.json complete like this :
    { "Movie": [ { "ID": 13053, "URL": "movies/volt-star-malgre-lui/3rv7GKMZTggh", "Film_Of_The_Day": false } ], "TV": [ { "ID": 95632, "URL": "series/chien-guide-daveugle-en-devenir/5iClwiby7D1y", "Number_Of_Seasons": 1, "Number_Of_Episodes": 6, "Special": null } ], "Short": [ { "ID": 574093, "URL": "movies/lenvol/7dIYGyfvHWEJ" } ] }