https://github.com/astrox11/xstrosession
Session Generator for Xstro
https://github.com/astrox11/xstrosession
baileys baileys-api baileys-bot baileys-md baileys-pair session
Last synced: 4 months ago
JSON representation
Session Generator for Xstro
- Host: GitHub
- URL: https://github.com/astrox11/xstrosession
- Owner: AstroX11
- License: mit
- Created: 2024-12-03T06:54:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T18:38:12.000Z (4 months ago)
- Last Synced: 2025-01-01T19:28:27.709Z (4 months ago)
- Topics: baileys, baileys-api, baileys-bot, baileys-md, baileys-pair, session
- Language: JavaScript
- Homepage: https://astrox11.github.io/XstroSession/
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Full Featured Web Pair API / Baileys Pair Code
Xstro Session Generator provides an easy and reliable way to generate and manage Baileys session using the latest version of `@whiskeysockets/baileys`.
### About
- **Session Persistence**: Auto saves and load session data for easy use.
- **Lightweight & Fast**: Built with a minimal footprint using Node.js and `@whiskeysockets/baileys`.
- **Web Interface**: Accessible Web interface for pairing.### Installation
#### Clone the Repository (Local)
```bash
git clone https://github.com/AstroX11/XstroSession
cd XstroSession
```#### Install Dependencies with Yarn
```bash
yarn install
```#### Start the Server
```bash
npm start
```### Usage
- Access the web interface by navigating to `http://localhost:3000` after starting the server.
- Use the pair code to connect to WA, your creds are saved locally.### Requirements
- Node.js (v18+)
- Yarn (for dependency management)
- Git (for cloning the repository)### License
This project is licensed under [MIT License](LICENSE).