Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revengisquad/docs
Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.
https://github.com/revengisquad/docs
Last synced: about 1 month ago
JSON representation
Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.
- Host: GitHub
- URL: https://github.com/revengisquad/docs
- Owner: RevEngiSquad
- License: mit
- Created: 2024-10-06T09:34:54.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T22:29:53.000Z (about 1 month ago)
- Last Synced: 2024-11-25T23:27:55.481Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://revengi.vercel.app/
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RevEngiBot Docs
This is the official documentation repository for [RevEngiBot](https://t.me/RevEngiBot), powered by [Next.js](https://nextjs.org), [Fumadocs](https://github.com/fuma-nama/fumadocs) and [Nyxb UI](https://github.com/nyxb-ui).
## Features
This documentation includes an overview of all the powerful tools and commands offered by RevEngiBot, including but not limited to:
- Smali to Java conversion
- Dex to Java conversion
- APK Protection, Analysis, Signing, and much more
- Integration with Blutter
- Coding AI Assistant and moreFeel free to explore the docs for detailed feature descriptions and command usage.
## Getting Started
To run this documentation site locally for development or testing purposes:
```bash
# Install dependencies
npm install# Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.
## Commands
To view the bot's commands in detail, please refer to the documentation. Some of the popular commands include:
- `/start` - Displays the welcome message.
- `/help` - Opens the help section with available commands.
- `/apk` - Powerful APK file interaction features.
- `/askai` - Ask Gemini Pro AI for assistance.
- `/dex2java`, `/smali2java`, `/java2smali` - Convert files between Java, Dex, and Smali.
- `/blutter` - Integration with Blutter framework.## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request if you'd like to improve the documentation or suggest new features.
---
Thanks for using [RevEngiBot](https://t.me/RevEngiBot) and supporting our work!
### Summary of Changes:
- Finalised **Home Page UI**
- Customized the description to reflect that this is the official documentation for **RevEngiBot**.
- Highlighted key **features** of the bot.
- Provided instructions on **running the project** locally.
- Added information about **commands** and **premium plans**.
- Included links to **Next.js** and **Fumadocs** resources, along with a section for **contributing**.