All Projects → maddox → instagrammer

maddox / instagrammer

Licence: MIT license
Get personal RSS feed access to your Instagrams

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to instagrammer

Feeds
Importiert Daten aus API-Quellen wie Facebook, Instagram, Twitter, YouTube, Vimeo oder RSS (ehemals YFeed)
Stars: ✭ 34 (+126.67%)
Mutual labels:  rss, instagram
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+120640%)
Mutual labels:  rss, instagram
loread
RSS Android client,support Inoreader, Feedly, TinyTinyRSS, Fever。
Stars: ✭ 60 (+300%)
Mutual labels:  rss
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+533.33%)
Mutual labels:  instagram
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (+40%)
Mutual labels:  rss
HomeAssistant.AppStarter
Home Assistant 'Hass' is a home automation system running on Unix-systems. This package aims to enable .NET developers to create their own 'app-like' programs that integrate with Home Assistant through it's Websocket and Web API's.
Stars: ✭ 13 (-13.33%)
Mutual labels:  home-automation
Tweet-2-RSS
Convert your Twitter API requests to RSS Feeds
Stars: ✭ 14 (-6.67%)
Mutual labels:  rss
HomeAssistant-Tapo-Control
Control for Tapo cameras as a Home Assistant component
Stars: ✭ 327 (+2080%)
Mutual labels:  home-automation
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (+40%)
Mutual labels:  instagram
ioBroker.homepilot20
Rademacher Homepilot 2.0 (version >= 5.0.39)
Stars: ✭ 19 (+26.67%)
Mutual labels:  home-automation
rss-finder
Find rss feeds url
Stars: ✭ 62 (+313.33%)
Mutual labels:  rss
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (+166.67%)
Mutual labels:  rss
homeassistant-cli
Control your smart home from the terminal
Stars: ✭ 12 (-20%)
Mutual labels:  home-automation
InstaLite
Instagram api not official easy-to-use class, minimal number of features
Stars: ✭ 72 (+380%)
Mutual labels:  instagram
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (-13.33%)
Mutual labels:  instagram
ioBroker.knx
connect KNX via eibd
Stars: ✭ 46 (+206.67%)
Mutual labels:  home-automation
automation-scripts
Simple scripts that I'm using to automate the boring things.
Stars: ✭ 14 (-6.67%)
Mutual labels:  home-automation
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+1373.33%)
Mutual labels:  rss
ioBroker.ecovacs-deebot
Control your Ecovacs Deebot vacuum cleaner with ioBroker
Stars: ✭ 36 (+140%)
Mutual labels:  home-automation
Pentest-Bookmarkz
A collection of useful links for Pentesters
Stars: ✭ 118 (+686.67%)
Mutual labels:  rss

Instagrammer!

Have you ever wished you could integrate your Instagrams into other software easily? Have you ever wanted an RSS feed of your Instagrams? Do you just want quick personal access to your Instagrams via a URL without having to spin up an Instagram client with auth?

Welp, Instagrammer is here to help you. Sure, it fills a really niche need, but if you want to do something with your instagrams with another piece of software that has no ability to talk to Instagram, this is your jam.

Features

  • Fetch your Instagrams via RSS
  • Fetch your Instagrams via JSON
  • See your Instagrams in a web page
  • Authorize multiple users to have each user's Instagrams pulled in

It basically just lets your instagrams be more accessible for other things.

Setup

Clone down this repo or use the docker container.

Instagrammer runs on port 3001 by default.

Instagram Developer Credentials

You'll need to go to the Instagram Developer Console and create a new app. Once you've done that and gotten your CLIENT_ID and CLIENT_SECRET you can start setting up Instagrammer.

Protip: Make sure you enter the right redirect URI when creating the Instagram app, so that auth can complete correctly. Check the host and port you'll be accessing Instagrammer with before doing this.

Redirect URI: The format your Redirect URI will take is $host:$port/auth/instagram/callback. For example: http://192.168.1.50:3001/auth/instagram/callback.

Raw

  • Make sure you have node.js and yarn installed.
  • Clone down the repo.
  • Create a .env file based on the .env.example file
  • Enter your Instagram app credentials and optionally set a port (PORT=3005) Instagrammer will run on.
  • script/start

Instagrammer will set it self up and start running.

Docker

Running in Docker is the easiest.

Load up the container using your Instagram app credentials and optionally set the port.

docker run \
  --name instagrammer \
  --restart=always \
  -d \
  -p 3002:3002 \
  -e INSTAGRAM_CLIENT_ID='xxxx' \
  -e INSTAGRAM_CLIENT_SECRET='xxx' \
  -e PORT=3002 \
  jonmaddox/instagrammer

How To Use

Get Instagrammer running and load it in your browser. Click Sign In With Instagram to auth your account.

Instagrammer will fetch your last 20 photos and continually check for new photos every 10 minutes.

You can authorize as many users that you want. To do that, log out of your Instagram account, log into another account, and Sign In With Instagram on Instagrammer again. Voila, the second user will be added.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].