This is a simple telegram bot for making your message font small You can test it here: @smallText_bot
Just send a message to my bot and it will reply with your message but with cool little letters.
Now you can copy it and send it to your friends
* git clone https://github.com/JonaszPotoniec/telegramSmallTextBot.git
* npm install
* <insert your bot token into config.json>
* npm start
setting | description |
---|---|
remove_unknown |
Defines if characters that can't be converted should be deleted |
token |
This is your bot token. It's required and can be easily obtained from Bot Father |
no_text_message |
Message sent if no text has been found |
count_messages |
Defines if number of messages should be counted and saved in statistics.json |
count_messages_daily |
Grouping messages by days. It can slighty increase memory usage over time |
save_interval |
How often statistics should be saved. They are also saved on exit |