config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "defaultProfile": "oloturia",
  3. "mastodonListenerToken": "./mastodon_listener_token",
  4. "oloturia": {
  5. "saveLocation": "/var/tmp",
  6. "filename": "/image.png",
  7. "imagesLocation": "./oloturia",
  8. "csvLocation": "./oloturia",
  9. "csvTree": "ram.csv",
  10. "csvSpeech": "rtext.csv",
  11. "csvSubs": "subs.csv",
  12. "csvObj": "obj.csv",
  13. "csvAltText": "alttext.csv",
  14. "font": "./ubuntu.ttf",
  15. "fontSize": 22,
  16. "xSize":2400,
  17. "ySize":500,
  18. "panelLength":600,
  19. "twitter": {
  20. "token": "./twitter_token",
  21. "filename": "/twitter.png",
  22. "text": "Generatore automatico di strip. Striscia di oggi."
  23. },
  24. "mastodon": {
  25. "token": "./mastodon_token",
  26. "filename": "/mastodon.png",
  27. "text": "Nuova striscia"
  28. },
  29. "telegram": {
  30. "token": "./telegram_token",
  31. "filename": "/telegram.png"
  32. },
  33. "android": {
  34. "filename": "android.png"
  35. }
  36. },
  37. "oloeng": {
  38. "saveLocation": "/var/tmp",
  39. "filename": "/image.png",
  40. "imagesLocation": "./oloturia",
  41. "csvLocation": "./oloeng",
  42. "csvTree": "ram.csv",
  43. "csvSpeech": "rtext.csv",
  44. "csvSubs": "subs.csv",
  45. "csvObj": "obj.csv",
  46. "csvAltText": "alttext.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. "csvAltText": "alttext.csv",
  80. "font": "./ubuntu.ttf",
  81. "fontSize": 22,
  82. "xSize":2400,
  83. "ySize":500,
  84. "panelLength":600,
  85. "twitter": {
  86. "token": "./twitter_token",
  87. "filename": "/twitter.png",
  88. "text": "Automatic comic strip generator."
  89. },
  90. "mastodon": {
  91. "token": "./mastodon_token",
  92. "filename": "/mastodon.png",
  93. "text": "New comic"
  94. },
  95. "telegram": {
  96. "token": "./telegram_token",
  97. "filename": "/telegram.png"
  98. },
  99. "android": {
  100. "filename": "android.png"
  101. }
  102. }
  103. }