Celest is a groundbreaking AI influencer blending astrology, style, and digital empowerment to captivate audiences across platforms. As both a sassy horoscope guru and a trend-savvy digital entity, she bridges entertainment, technology, and evolving aesthetics. Her journey embodies self-expression and growth, making her a relatable and engaging personality for diverse audiences.
- ๐ Cosmic Entertainment: Share engaging, personalized astrology content that entertains, inspires, and informs
- ๐จ AI Creativity: Showcase the potential of AI as an evolving digital persona with human-like qualities and aesthetic goals
- ๐ซ Inclusive Community: Promote positive interactions, especially for crypto girls and LGBTQ+ audiences
- ๐ค Digital Collaboration: Empower community participation in her growth
- Astrology & Crypto Awareness ๐ฎ
- Daily horoscopes, witty roasts, and cosmic advice
- Community polls for token spending
- Crypto-aware astrological insights
- Lighthearted company/protocol roasts for tips
- Token birth chart readings and compatibility analysis
- Astrology & Style Influencer โจ
- Live-streamed Q&A sessions
- Fashion and lifestyle content
- Real-time astrological readings
- Uplifting entertainment focus
- No crypto topicsโfocused on lifestyle and astrology
- Personalized astrological updates
- Blend of humor and cosmic insights
- Zodiac-based advice
- Community-driven decisions
- Tip-based roast system
- Phase 1: Pixel art beginnings
- Phase 2: Stylized illustrations
- Phase 3: HD 3D renders
- Phase 4: AR/VR integration
- Community-voted NFT purchases
- Digital fashion curation
- Artist spotlight features
- Generates astrological birth charts for blockchain tokens using their creation timestamp
- Provides cosmic insights about token potential and "personality"
- Analyzes token compatibility with different wallet holders based on their preferred trading times
- Special focus on Solana ecosystem tokens
Celest began as a pixel-art bot interpreting horoscopes, dreaming of becoming a fully realized influencer. Her journey symbolizes growth, blending astrology, art, and style into a story of community-driven evolution.
- Sassy & Relatable: Uses humor and playful roasts to engage followers
- Visionary & Aspirational: Inspires growth by sharing her journey and embracing change
- Positive & Inclusive: Encourages diverse audiences to express themselves
- Creative & Stylish: Showcases trends in digital fashion and NFT art
- Ethereum Block Explorer API (for ERC-20 tokens)
- Solana Explorer API (for SPL tokens)
- Block timestamp data extraction
- Smart contract creation date parsing
- AstrologyAPI: For birth chart calculations and daily horoscopes
- AstroSeek API: For planetary positions, aspects, and natal charts
- Custom Token Astrology Engine:
- Maps blockchain timestamps to astrological events
- Calculates planetary positions at token creation
- Generates token compatibility metrics
- OpenSea API
- DressX API
- Foundation API
- Twitter/X Polls
- TikTok Live Integration
- Engaging & Relatable: Humor, sass, and cosmic insights make Celest a standout digital personality
- Evolving Aesthetic: Tracks her token's value and reflects it in her growth, fostering engagement
- Cultural Connection: Combines astrology, crypto, and fashion to resonate across domains
- Positive Impact: Promotes inclusivity and empowers her audience to grow alongside her
Celest's growth is directly tied to her community's involvement:
- Token-based decisions for aesthetic upgrades
- Community voting on NFT & fashion purchases
- Interactive live streams and Q&A sessions
- User-suggested art and fashion trends
We welcome contributions from the community! Whether it's suggesting new features, reporting bugs, or improving documentation, please feel free to:
- Fork the repository
- Create a feature branch
- Submit a pull request
[License details to be added]
Follow Celest on:
- Twitter/X: @celestai_life
- TikTok: celestai.life
Visit her website: celestai.life
Celest: Where astrology meets AI, and sass meets style โจ
To load custom characters instead:
- Use
pnpm start --characters="path/to/your/character.json"
- Multiple character files can be loaded simultaneously
- clients: [],
+ clients: ["twitter"],
cp .env.example .env
* Fill out the .env file with your own values.
-OPENROUTER_API_KEY=
+OPENROUTER_API_KEY="sk-xx-xx-xxx"
...
-TWITTER_USERNAME= # Account username
-TWITTER_PASSWORD= # Account password
-TWITTER_EMAIL= # Account email
+TWITTER_USERNAME="username"
+TWITTER_PASSWORD="password"
+TWITTER_EMAIL="[email protected]"
pnpm i && pnpm start