config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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":1200,
  17. "ySize":1000,
  18. "panelLength":600,
  19. "panelHeight":500,
  20. "panelsPerRow":2,
  21. "twitter": {
  22. "token": "./twitter_token",
  23. "filename": "/twitter.png",
  24. "text": "Generatore automatico di strip. Striscia di oggi."
  25. },
  26. "mastodon": {
  27. "token": "./mastodon_token",
  28. "filename": "/mastodon.png",
  29. "text": "Nuova striscia"
  30. },
  31. "telegram": {
  32. "token": "./telegram_token",
  33. "filename": "/telegram.png"
  34. },
  35. "android": {
  36. "filename": "android.png"
  37. }
  38. },
  39. "oloeng": {
  40. "saveLocation": "/var/tmp",
  41. "filename": "/image.png",
  42. "imagesLocation": "./oloturia",
  43. "csvLocation": "./oloeng",
  44. "csvTree": "ram.csv",
  45. "csvSpeech": "rtext.csv",
  46. "csvSubs": "subs.csv",
  47. "csvObj": "obj.csv",
  48. "csvAltText": "alttext.csv",
  49. "font": "./ubuntu.ttf",
  50. "fontSize": 22,
  51. "xSize":1200,
  52. "ySize":1000,
  53. "panelLength":600,
  54. "panelHeight":500,
  55. "panelsPerRow":2,
  56. "twitter": {
  57. "token": "./twitter_token",
  58. "filename": "/twitter.png",
  59. "text": "Automatic comic strip generator."
  60. },
  61. "mastodon": {
  62. "token": "./mastodon_token",
  63. "filename": "/mastodon.png",
  64. "text": "New comic"
  65. },
  66. "telegram": {
  67. "token": "./telegram_token",
  68. "filename": "/telegram.png"
  69. },
  70. "android": {
  71. "filename": "android.png"
  72. }
  73. },
  74. "olofra": {
  75. "saveLocation": "/var/tmp",
  76. "filename": "/image.png",
  77. "imagesLocation": "./oloturia",
  78. "csvLocation": "./olofra",
  79. "csvTree": "ram.csv",
  80. "csvSpeech": "rtext.csv",
  81. "csvSubs": "subs.csv",
  82. "csvObj": "obj.csv",
  83. "csvAltText": "alttext.csv",
  84. "font": "./ubuntu.ttf",
  85. "fontSize": 22,
  86. "xSize":1200,
  87. "ySize":1000,
  88. "panelLength":600,
  89. "panelHeight":500,
  90. "panelsPerRow":2,
  91. "twitter": {
  92. "token": "./twitter_token",
  93. "filename": "/twitter.png",
  94. "text": "Automatic comic strip generator."
  95. },
  96. "mastodon": {
  97. "token": "./mastodon_token",
  98. "filename": "/mastodon.png",
  99. "text": "New comic"
  100. },
  101. "telegram": {
  102. "token": "./telegram_token",
  103. "filename": "/telegram.png"
  104. },
  105. "android": {
  106. "filename": "android.png"
  107. }
  108. }
  109. }