You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,45 +82,45 @@ Nel caso in cui tu voglia deployare il bot su heroku dovrai impostare le ENV. So
82
82
83
83
ENV: Setting this to ANYTHING will enable env variables
84
84
85
-
TOKEN: Your bot token, as a string.
85
+
TOKEN: Token del bot, come stringa.
86
86
87
-
OWNER_ID: An integer of consisting of your owner ID
87
+
OWNER_ID: Numero intero che identifica il proprietario del bot (id di Telegram)
88
88
89
-
OWNER_USERNAME: Your username
89
+
OWNER_USERNAME: Il tuo username
90
90
91
-
DATABASE_URL: Your database URL
91
+
DATABASE_URL: URI del db
92
92
93
-
MESSAGE_DUMP: optional: a chat where your replied saved messages are stored, to stop people deleting their old
93
+
MESSAGE_DUMP: opzionale: chat in cui sono salvate le risposte del bot dove non possono essere cancellate
94
94
95
-
LOAD: Space separated list of modules you would like to load
95
+
LOAD: Lista separata da spazi di moduli che vuoi abilitare
96
96
97
-
NO_LOAD: Space separated list of modules you would like NOT to load
97
+
NO_LOAD: Lista separata da spazi di moduli che NON vuoi abilitare
98
98
99
-
WEBHOOK: Setting this to ANYTHING will enable webhooks when in env mode messages
99
+
WEBHOOK: Impostarlo a ANYTHING abiliterà i webhooks nei messaggi env
100
100
101
-
URL: The URL your webhook should connect to (only needed for webhook mode)
101
+
URL: URL del webhook (richiesto solo se abilitata la modalità webhook)
102
102
103
-
SUDO_USERS: A space separated list of user_ids which should be considered sudo users
103
+
SUDO_USERS: Lista separata da spazi di ids di amministratori del bot
104
104
105
-
SUPPORT_USERS: A space separated list of user_ids which should be considered support users (can gban/ungban, nothing else)
105
+
SUPPORT_USERS: Lista separata da spazi di ids di utenti-supporter (possono gban/ungban, e basta)
106
106
107
-
WHITELIST_USERS: A space separated list of user_ids which should be considered whitelisted - they can't be banned.
107
+
WHITELIST_USERS: Lista separata da spazi di ids di utenti che non possono essere bannati
108
108
109
-
DONATION_LINK: Optional: link where you would like to receive donations.
109
+
DONATION_LINK: Opzionale: Link per le donazioni
110
110
111
-
CERT_PATH: Path to your webhook certificate
111
+
CERT_PATH: Path del certificato webhooks
112
112
113
-
PORT: Port to use for your webhooks
113
+
PORT: Porta usata per connettersi al tuo servizio webhooks
114
114
115
-
DEL_CMDS: Whether to delete commands from users which don't have rights to use that command
115
+
DEL_CMDS: Se cancellare i comandi dagli utenti che non hanno i diritti per usare quel comando
116
116
117
-
STRICT_GBAN: Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.
117
+
STRICT_GBAN: Imponi gban su nuovi gruppi e vecchi gruppi. Quando un utente gbanned parla, sarà bannato
118
118
119
-
WORKERS: Number of threads to use. 8 is the recommended (and default) amount, but your experience may vary. Note that going crazy with more threads wont necessarily speed up your bot, given the large amount of sql data accesses, and the way python asynchronous calls work.
119
+
WORKERS: Numero di threads da usare. 8 è raccomandato (e numero di default). Nota che aumentare questo numero non porterà necessariamente dei benefici alla velocità del bot.
120
120
121
-
BAN_STICKER: Which sticker to use when banning people.
121
+
BAN_STICKER: Sticker da usare quando viene bannato un utente.
122
122
123
-
ALLOW_EXCL: Whether to allow using exclamation marks ! for commands as well as /.
123
+
ALLOW_EXCL: Se consentire l'utilizzo di punti esclamativi ! per i comandi e /.
124
124
125
125
126
126
@@ -157,7 +157,7 @@ docker-compose -f docker/dev/docker-compose.yml up -d
157
157
158
158
*[tgbot](https://github.com/PaulSonOfLars/tgbot) - Bot modulare scritto in Python3
159
159
*[Trevis CI](https://travis-ci.com) - Deploy in production
160
-
*[Docker](https://www.docker.com/) - Used to generate RSS Feeds
160
+
*[Docker](https://www.docker.com/) - Usato per sviluppare il bot in ambiente dev
0 commit comments