BulletSecretLetter
One-time encrypted message self-destruct after reading.
Install / Use
/learn @Nyarime/BulletSecretLetterREADME
Bullet Secret Letter
One-time encrypted message self-destruct after reading.
- This is the community open source version
- If you don’t want to build it, please visit https://nmqu.com
Features
- Added clipboard.js to click and copy the generated link
- Added Mata information, which can display the title of the bullet secret letter in the preview in Telegram and other applications
- Fix some browser display abnormalities, adapt to mobile browsers such as Safari
- Provide QRCode generation services based on idc.moe, which can quickly generate linked QR codes
- Solve the problem of invalidation of the generated bullet secret letter link due to the link preview function of Tencent (QQ, WeChat), Twitter, Facebook, and Telegram
Install
Web
DataBase
Here we use MySQL database software, at least MySQL5.6 and above are required. NMQU.COM uses MySQL 8.0 database software.
CREATE DATABASE
Create database
CREATE DATABASE BulletSecretLetter
Create table
CREATE TABLE IF NOT EXISTS `note` (
`id` text NOT NULL,
`message` text NOT NULL
)
Configuration
edit 'sql.php'
Demo Website
You can visit on https://nmqu.com
Use the following items for secondary development
https://github.com/guillaC/privateNote
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
