Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advra/instasend
A light weight desktop messenger for instagram using Chromium/Electron!
https://github.com/advra/instasend
application browser client desktop instagram mac osx portable viewer
Last synced: about 2 months ago
JSON representation
A light weight desktop messenger for instagram using Chromium/Electron!
- Host: GitHub
- URL: https://github.com/advra/instasend
- Owner: advra
- Created: 2020-04-02T09:41:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:28:57.000Z (about 2 years ago)
- Last Synced: 2024-10-14T07:48:32.054Z (3 months ago)
- Topics: application, browser, client, desktop, instagram, mac, osx, portable, viewer
- Language: SCSS
- Homepage:
- Size: 7.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InstaSend
InstaSend is a macOS and windows client for Instagram. This is a single-site browser application that injects some CSS and JS to provide a better user experience for desktop!
![preview image](preview.gif)
## Download
Grab the latest version in [Releases](https://github.com/advra/InstaSend/releases).## Feature Request
I am open to requests and recommendations. Feel free to discuss or open issues. Not all features will be implemented as the single goal is to make this lightweight.## Build and Debug
```
npm install
npm run start
```## Deployment
The app can easily be built for windows or mac running the following command (assuming you already ran `npm install`)
```
sudo npm run dist
```## Todo
```
[x] - inject css for better UX
[x] - add windowStateKeeper
[x] - app closing and recovery
[x] - add custom toolbar for minimize, maximize, close buttons (for cross-compaibility). Done but not yet merged to master.
[ ] - fix ipc for login and dashboard
[ ] - notifications
[ ] - night-mode
```