pmusolino / nora

Create Groups with hashtags for your Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nora

Create groups according to your niche on Instagram and manage your hashtags

Download the App for free from the App Store

- To Be Published-

Downlaod the Project and compile it on your machine

All you need is an Access Token from Instagram. I think it was this answer that I used to get it: https://stackoverflow.com/questions/16496511/how-to-get-an-instagram-access-token

And then you'll need to create a struct with a static property inside the project:

struct InstagramSecret {
  static let accessToken: "your-access-token-here"
}

Then you should be able to compile and use it โœŒ๐Ÿป๐Ÿ˜Š

One more thing

You can do whatever you want with this project as long as the outcome is for free.
Meaning no commercial use. I want to provide value for free and try to maintain it ๐Ÿ˜‰

About

Create Groups with hashtags for your Instagram

License:MIT License


Languages

Language:Swift 100.0%