Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetaphor/bsky-protoscript
Publish and execute JavaScript code from ATProto Personal Data Servers.
https://github.com/zetaphor/bsky-protoscript
atproto atproto-pds bsky
Last synced: 20 days ago
JSON representation
Publish and execute JavaScript code from ATProto Personal Data Servers.
- Host: GitHub
- URL: https://github.com/zetaphor/bsky-protoscript
- Owner: Zetaphor
- License: mit
- Created: 2024-10-27T06:56:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T08:09:53.000Z (2 months ago)
- Last Synced: 2024-10-27T08:17:18.620Z (2 months ago)
- Topics: atproto, atproto-pds, bsky
- Language: JavaScript
- Homepage: https://protoscript.atdev.pro
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProtoScript
ProtoScript is a platform that lets you publish Javascript code to your ATProto Personal Data Server (PDS). You can then view and execute the code from any user account directly in your browser.
### Installation
1. Clone the repository: ```
git clone https://github.com/yourusername/protoscript.git ```2. Navigate to the project directory: ```
cd protoscript ```3. Run the script with Deno: ```
deno start run.ts ```## Security Considerations
- App passwords are used for authentication, make sure your app password is not present in the input before executing someone else's code.
- This project is intended for educational and experimental purposes. Use it at your own risk.