The web proxy you always wanted!
crispy-telegram is a copy of Noctura.
Feature | Explanation |
---|---|
🔡 Proxy Selection |
crispy-telegram allows you to switch between a selection of proxies to suit whatever you need. We support UV, Dynamic, Rammerhead, and Aero 2. |
🧠 AI |
Coming soon in a future update! |
🕹️ Games |
crispy-telegram provides a fairly sized library of games. Enough to keep you busy for a while. Noctura also has several emulators! |
🎵 Music |
crispy-telegram also has a Music Library. It's as simple as uploading your locally saved music and pressing play! If you upload several songs from the same album, it will automatically sort them for you. |
💽 Plugins |
On the plugins page, you can browse a library of scripts that you can apply to crispy-telegram. Proxy Injection scripts affect web browsing, whilst Modules affect crispy-telegram itself. If you wan't to create your own modules or scripts, use the script editor to create and modify anything you want in crispy-telegram. |
🎨 Themes |
If you go to Settings > Theme, you may notice a library of premade themes you can choose. If you want to make your own custom crispy-telegram theme, go to Plugins > Themes where you can import VSCode themes or edit the themes directly. |
Installation is very easy! Just follow the steps below:
- Clone the repository
git clone https://github.com/Ducky044/crispy-telegram/
- Install the dependencies
npm install
- Run Noctura
node .
ORnode index.js
index.js
will automatically build the website if the ./dist directory doesn't exist. If you make any changes to the website, either delete ./dist and run index.js or run "npm run bstart", which will rebuild the site then run index.js