telegram_payment_bot

Telegram bot for handling payments

MIT License

Downloads
229
Stars
27
Committers
1

Bot releases are hidden (Show)

telegram_payment_bot - Version 0.2.0

Published by ebellocchia about 3 years ago

  • Add possibility to translate bot messages in different languages using a custom xml file (app_lang_file)
  • Add possibility to leave some configuration fields empty (support_email, support_telegram, payment_website)
  • Add possibility to check and change test mode without restarting the bot using commands set_test_mode and is_test_mode
  • Add possibility to check payments data using command check_payments_data
  • Add possibility to set the date format for payments data (payment_date_format)
  • Add possibility to disable emails (email_enabled) and payment check when members join (payment_check_on_join)
  • Payments data is checked for duplicated usernames and invalid dates
  • Change periodical payment check period from seconds to minutes (payment_check_period_sec to payment_check_period_min)
telegram_payment_bot - Version 0.1.0

Published by ebellocchia over 3 years ago

First release