Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooksleep/skyfetch
SkyFetch is a simple and user-friendly online tool for obtaining high-resolution download links for images from the BlueSky social platform. Users can quickly get direct download links for high-resolution images by simply pasting the original image link. All data processing is done locally in the user's browser, ensuring privacy and security.
https://github.com/cooksleep/skyfetch
bluesky front-enddevelopment imageprocessing javascript responsivedesign socialmediatools spa vuejs webapplication
Last synced: 2 months ago
JSON representation
SkyFetch is a simple and user-friendly online tool for obtaining high-resolution download links for images from the BlueSky social platform. Users can quickly get direct download links for high-resolution images by simply pasting the original image link. All data processing is done locally in the user's browser, ensuring privacy and security.
- Host: GitHub
- URL: https://github.com/cooksleep/skyfetch
- Owner: CookSleep
- License: gpl-3.0
- Created: 2024-09-10T17:44:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T17:51:55.000Z (3 months ago)
- Last Synced: 2024-10-20T01:26:13.884Z (3 months ago)
- Topics: bluesky, front-enddevelopment, imageprocessing, javascript, responsivedesign, socialmediatools, spa, vuejs, webapplication
- Language: Vue
- Homepage: https://cooksleep.github.io/SkyFetch/
- Size: 29.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SkyFetch
SkyFetch is a simple and user-friendly online tool for obtaining high-resolution download links for images from the BlueSky social platform.
Users can quickly get direct download links for high-resolution images by simply pasting the original image link. All data processing is done locally in the user's browser, ensuring privacy and security.
The code for this project was primarily written by `claude-3.5-sonnet` and `chatgpt-4o-latest`, with numerous style and functionality design suggestions and feedback provided by me.
![Usage Example](usage_example.png)
## Features
- Quickly convert BlueSky image links to high-resolution version download addresses
- Clean and intuitive user interface
- Automatic copying of converted links
- Responsive design, supporting both desktop and mobile devices
- Local data processing to protect user privacy
- Supports Chinese and English interfaces, automatically switching based on browser language## How to Use
1. Visit [SkyFetch](https://cooksleep.github.io/SkyFetch/).
2. In the BlueSky web version, long-press/right-click on an image and select "Open image in new tab".
3. Copy the image URL from the new tab.
4. Paste the copied URL into the SkyFetch input box.
5. Click the "Get highest resolution image link" button or press Enter.
6. The converted high-resolution image link will be automatically copied to your clipboard.
7. Open the high-resolution image in a new tab using the link and long-press/right-click to download.## Contributing
Contributions to the project are welcome! If you have any suggestions or want to add new features, feel free to create an Issue or Pull Request.
## License
This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html). See the [LICENSE](LICENSE) file for details.