config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "defaultProfile": "oloturia",
  3. "defaultMastodonToken": "./mastodon_token",
  4. "defaultTelegramToken": "./telegram_token",
  5. "defaultTwitterToken": "./twitter_token",
  6. "oloturia": {
  7. "saveLocation": "/var/tmp",
  8. "filename": "/image.png",
  9. "imagesLocation": "./oloturia",
  10. "csvLocation": "./oloturia",
  11. "csvTree": "ram.csv",
  12. "csvSpeech": "rtext.csv",
  13. "csvSubs": "subs.csv",
  14. "csvObj": "obj.csv",
  15. "font": "./ubuntu.ttf",
  16. "fontSize": 22,
  17. "xSize":2400,
  18. "ySize":500,
  19. "panelLength":600,
  20. "twitter": {
  21. "token": "./twitter_token",
  22. "filename": "/twitter.png",
  23. "text": "Generatore automatico di strip. Striscia di oggi."
  24. },
  25. "mastodon": {
  26. "token": "./mastodon_token",
  27. "filename": "/mastodon.png",
  28. "text": "Nuova striscia"
  29. },
  30. "telegram": {
  31. "token": "./telegram_token",
  32. "filename": "/telegram.png"
  33. },
  34. "android": {
  35. "filename": "android.png"
  36. }
  37. },
  38. "oloeng": {
  39. "saveLocation": "/var/tmp",
  40. "filename": "/image.png",
  41. "imagesLocation": "./oloturia",
  42. "csvLocation": "./oloeng",
  43. "csvTree": "ram.csv",
  44. "csvSpeech": "rtext.csv",
  45. "csvSubs": "subs.csv",
  46. "csvObj": "obj.csv",
  47. "font": "./ubuntu.ttf",
  48. "fontSize": 22,
  49. "xSize":2400,
  50. "ySize":500,
  51. "panelLength":600,
  52. "twitter": {
  53. "token": "./twitter_token",
  54. "filename": "/twitter.png",
  55. "text": "Automatic comic strip generator."
  56. },
  57. "mastodon": {
  58. "token": "./mastodon_token",
  59. "filename": "/mastodon.png",
  60. "text": "New comic"
  61. },
  62. "telegram": {
  63. "token": "./telegram_token",
  64. "filename": "/telegram.png"
  65. },
  66. "android": {
  67. "filename": "android.png"
  68. }
  69. },
  70. "olofra": {
  71. "saveLocation": "/var/tmp",
  72. "filename": "/image.png",
  73. "imagesLocation": "./oloturia",
  74. "csvLocation": "./olofra",
  75. "csvTree": "ram.csv",
  76. "csvSpeech": "rtext.csv",
  77. "csvSubs": "subs.csv",
  78. "csvObj": "obj.csv",
  79. "font": "./ubuntu.ttf",
  80. "fontSize": 22,
  81. "xSize":2400,
  82. "ySize":500,
  83. "panelLength":600,
  84. "twitter": {
  85. "token": "./twitter_token",
  86. "filename": "/twitter.png",
  87. "text": "Automatic comic strip generator."
  88. },
  89. "mastodon": {
  90. "token": "./mastodon_token",
  91. "filename": "/mastodon.png",
  92. "text": "New comic"
  93. },
  94. "telegram": {
  95. "token": "./telegram_token",
  96. "filename": "/telegram.png"
  97. },
  98. "android": {
  99. "filename": "android.png"
  100. }
  101. }
  102. }