AstroGuide
Telegram bot "Your AstroGuide" is created for the automation of astrological and Tarot consultations. The bot provides an interactive experience, allowing users to find out their zodiac sign, receive a personal horoscope, and perform a Tarot spread. Key features:
Interactive registration: the user enters their name and selects their zodiac sign using the keyboard.
Tarot spread: the bot allows performing a spread of 3, 5, or 7 cards, depending on the user's request. Cards are chosen randomly, and their interpretation is generated using AI.
Flexible state logic: implemented based on FSM (Finite State Machine) for convenient dialogue management.
Adaptive interface: keyboards and messages adapt based on the user's choice, ensuring ease of use.
The bot is created in Python using the aiogram library. The development employs best practices for code structuring and AI integration to generate meaningful responses.
Interactive registration: the user enters their name and selects their zodiac sign using the keyboard.
Tarot spread: the bot allows performing a spread of 3, 5, or 7 cards, depending on the user's request. Cards are chosen randomly, and their interpretation is generated using AI.
Flexible state logic: implemented based on FSM (Finite State Machine) for convenient dialogue management.
Adaptive interface: keyboards and messages adapt based on the user's choice, ensuring ease of use.
The bot is created in Python using the aiogram library. The development employs best practices for code structuring and AI integration to generate meaningful responses.