Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kewlbear/inssagram
Instagram-like iOS app.
https://github.com/kewlbear/inssagram
instagram ios nodejs swift
Last synced: 15 days ago
JSON representation
Instagram-like iOS app.
- Host: GitHub
- URL: https://github.com/kewlbear/inssagram
- Owner: kewlbear
- License: mit
- Created: 2021-10-14T06:21:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T03:54:15.000Z (about 3 years ago)
- Last Synced: 2024-12-03T16:56:43.657Z (25 days ago)
- Topics: instagram, ios, nodejs, swift
- Language: Swift
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inssagram
Instagram-like iOS app.
It uses instagram-private-api Node.js package with nodejs-mobile to access actual Instagram data.
https://user-images.githubusercontent.com/1168866/137264132-a6a54273-2154-4dbc-9875-3e91c278f991.mov
## DISCLAIMER
This project is NOT safe for production use. Facebook may block API access. Apple may reject your apps. Use at your own risk.
It is recommended that you create a test account for this app. If something goes wrong, the account may be blocked for several hours.
## Requirements
- npm: This repo doesn't include source codes of instagram-private-api. When you build the project, a run script phase will try to install it using npm.
### Swift Packages dependencies
- https://github.com/kewlbear/InstagramPrivateAPI
- https://github.com/kewlbear/NodeDecoder
- https://github.com/kewlbear/NodeBridge
- https://github.com/kewlbear/nodejs-ios## Credits
Thanks to the great https://github.com/dilame/instagram-private-api project!
## License
MIT