https://github.com/ivan-magda/Tagger
iOS hashtag generator, using image analysis and discovery
https://github.com/ivan-magda/Tagger
coredata flickr flickr-api hashtag imagga imagga-api instagram ios swift
Last synced: 7 months ago
JSON representation
iOS hashtag generator, using image analysis and discovery
- Host: GitHub
- URL: https://github.com/ivan-magda/Tagger
- Owner: ivan-magda
- License: mit
- Archived: true
- Created: 2016-06-07T04:58:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T17:36:41.000Z (about 6 years ago)
- Last Synced: 2024-11-12T20:46:39.678Z (about 1 year ago)
- Topics: coredata, flickr, flickr-api, hashtag, imagga, imagga-api, instagram, ios, swift
- Language: Swift
- Homepage:
- Size: 2.11 MB
- Stars: 48
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Tagger
README
# Tagger


[](https://codebeat.co/projects/github-com-vanyaland-tagger)
## Description
*Want to be popular on some social network easily?* Use Tagger to make your account content more popular and to raise your popularity.
Content like photos and videos with tags can be much easier to be searched and recommended by social networks algorithms to other users, especially the users that have the same interest in the tags. Tagger always searches for the most trending hashtags and choose the better ones related to yours. Moreover, Tagger searches hashtags in the *real-time* while other apps take the results from a static list. This allows you to get the highest results.
*Discover new hashtags that you'd never thought of that!*
### Features:
- Automatically assign tags to your images
- Image analysis and discovery
- Search tags for a given category in real time
- Gain up likes and followers with matching hashtags
- Select an image from your library, camera or Flickr camera roll
- Get a list of hot tags for the given period, for a day or a week
- Unlimited number of tag categories
## Requirements
- Swift 4.2
- Xcode 10.0
## Installation
- Open `Tagger.xcworkspace` and build.
- Goto [Flickr](https://www.flickr.com/services/apps/create/) and create an App.
Get your API Key and Secret.
- Goto [Imagga](https://imagga.com/) to register for a free account and get your API Details(Key, Secret, Authorization).
- In `Constants.swift`, change the properties with your own instances.
- Build & run, enjoy.
`FlickrOAuthCallbackURL` example: `tagger://oauth-callback/flickr`.
## Components
- Keychain-Swift - https://github.com/marketplacer/keychain-swift
## Third-Party Services
- [Flickr](https://www.flickr.com/services/api/) - online photo management and sharing application.
- [Imagga](https://imagga.com/) - image recognition API.
## Author
I'm [Ivan Magda](https://www.facebook.com/ivan.magda).
Email: [imagda15@gmail.com](mailto:imagda15@gmail.com).
Twitter: [@magda_ivan](https://twitter.com/magda_ivan).
## LICENSE
This project is open-sourced software licensed under the MIT License.
See the LICENSE file for more information.
## More Images