- ✨ Beautiful, intuitive UI
- 🏎️ Blazing fast performance
- 💬 IGMessenger support for direct messaging
- 🖥️ Available on web and as a desktop app
- 🧠 Smart caching for optimal speed
- 🔋 Efficient resource usage for longer battery life on laptops
- 🌐 Can be self-hosted and self-built
Unable to interact directly with Instagram API endpoints due to CORS policies[Resolved using a Chrome Extension, which will be bundled with Electron Desktop application and mobile application.]- API Requests are being refused with error
{"message":"Your version of Instagram is out of date. Please upgrade your app to log in to Instagram.","status":"fail","error_type":"needs_upgrade"}
Speedgram is available as a pre-built web app at web.speedgram.dev. No installation required!
For detailed instructions on self-hosting and building Speedgram, please refer to our wiki at wiki.speedgram.dev.
Speedgram is currently a work in progress, with an estimated completion date of October 10th, 2024. Here's what we're working on:
- Create web interface
- Create a browser extension for Chrome, Firefox, and Safari that enable CORS interactions.
- Create a bundled Desktop and Mobile distribution that contain a self-regulated CORS proxy.
- Fetch and display posts
- Handle like and comment interactions
- Implement Instagram DM/direct
- Handle sharing
- Implement reels
- More to-do items TBD
We are actively accepting contributions! 🎉
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
We are utilizing API endpoints that have been taken right off subzeroid/instagrapi and we adapted them to JS. It is a supporting pillar for this project, so huge thanks to them!
This project is licensed under the terms of the GNU General Public License v3.0. See LICENSE
for more information.
Arya Sarukkai - [email protected]
Project Link: https://github.com/aryasarukkai/instagram-fast-react-client
Made with ❤️ by Arya Sarukkai and Daniel Yeh