Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdevero/instatron
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
https://github.com/alexdevero/instatron
app application desktop desktop-app desktop-application electron electron-app instagram javascript uploader
Last synced: about 2 months ago
JSON representation
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
- Host: GitHub
- URL: https://github.com/alexdevero/instatron
- Owner: alexdevero
- License: mit
- Created: 2017-12-15T10:59:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T07:36:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T07:51:22.920Z (3 months ago)
- Topics: app, application, desktop, desktop-app, desktop-application, electron, electron-app, instagram, javascript, uploader
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 97
- Watchers: 6
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Instatron - Instagram desktop uploader
A simple Instagram desktop uploader & client app build with electron. Share your photos and images just like on your mobile phone!
### Table of contents
* [Features](#features)
* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)### Features
- Upload & post images
- Browse photos
- Follow/unfollow users
- Bookmark photos
- Like photos
- Manage your profile
- Manage your settings
- Watch moments### Install
#### Clone this repo
```
git clone https://github.com/alexdevero/instatron.git
```#### Install dependencies
```
npm install
```
or
```
yarn
```### Usage
#### Run the app
```
npm run start
```
or
```
yarn run start
```#### Build the app
```
npm run package
```
or
```
yarn run package
```### Support this project
I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously,
this takes time. You can use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).If you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
- Starring and sharing the project
- [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)—make one-time donations via PayPal.
- [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)—set up monthly donation via Patreon and get interesting news about what I'm doing.
- —send bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.Thank you!
### Code of Conduct
[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
### License
MIT © [Alex Devero](https://alexdevero.com).