Lighthouse eliminates distractions on social media, focusing solely on messaging while allowing you to customize what you see 👀—with all your chats in one app.
- Reverse-engineered Instagram's story-fetch process
- Mimicked user behavior with Python, fetched stories via GraphQL, and displayed them with JavaScript and Vue
- Awarded opportunity to present at a company event to 100+ attendees and recognized as top intern
- JavaScript
- Vue
- Python
- GraphQL
For fetching Instagram stories:
$ pip3 install instaloader
Have not add random sleep, do not use it on main IG account. IP ban possibble.
$ instaloader --login YOUR-USERNAME :stories
Pull images into Instagram stories display
For WhatsApp interface:
In reverse-beeper-main/backend
$ npm install
In reverse-beeper-main/frontend
$ npm install
In root, /reverse-beeper-main
$ npm run dev
- Combine backend and frontend