Skip to content

Releases: progeroffline/tg-subscribe

Swtich to aiogram3 lib

24 Jan 14:03
33269d3
Compare
Choose a tag to compare

• Subscription renewal.
• Tariffs 1-3-6 months.
• 7-3-1 days notice when subscription ends.
• Removing users from emergency situations after deleting from channels.
• Referral link to the bot.
• Checking your subscription by activation date.
• Mailing module to users from the database with an inactive subscription.
• Home button
• “Check subscription” button

Fixed a conflict between versions of Aiogram and Babel.

22 Sep 12:31
7c86b64
Compare
Choose a tag to compare

Previously, we used AIogram 2.9 and Babel 2.12.1.
Now this is iogram 2.4 and babel 2.9.1

Minor update

19 Sep 11:01
Compare
Choose a tag to compare

🇺🇸 English

Added new functionality 🎉:

1️⃣ Channels or private chats

  • After the user sends the transaction ID, the bot sends a message with buttons that, when clicked, will submit an application to the chat. You can configure these buttons in src/date/config.py.
  • The bot checks all users in the chats specified in the src/date/config.py, and removes those whose subscription has expired.
  • The bot does not accept requests for chats from users whose subscription has expired.

2️⃣ Subscription

  • When the user has one day of subscription left, the bot notifies the user about this.

🇺🇦 Ukranian

Додана нова функціональність 🎉:

1️⃣ Канали або приватні чати

  • Після того, як користувач надіслав ідентифікатор транзакції, бот відправляє повідомлення з кнопками, які, натиснуті, будуть відправляти заявку у чат. Ви можете налаштувати ці кнопки у src/date/config.py.
  • Бот перевіряє всіх користувачів у чатах, вказаних у src/date/config.py, і видаляє тих, чию підписку закінчилася.
  • Бот не приймає запити на чати від користувачів, у яких закінчилася підписка.

2️⃣ Підписка

  • Коли у користувача залишилося один день підписки, бот сповіщає користувача про це.