Skip to content

mayflyman4/InstaMore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card GoDoc Coverage Status

List Of Features

Scroll down for the CLI and API reference

  1. Like every photos of a given Instagram Profile

Some Good Habits to Follow in a Project

  1. Use Package/Repo Management tool for a Project. In this project we are Using Glide which is taking care of it. You can find the glide.yaml of this project to know more.

  2. Maintain a file to describe and document RESTful APIs in a Project. We are Using Swagger Tool, Which can also create the CLI for us using the swagger.yaml. You can refer the swagger.yaml of this project to know more.

  3. There are many libraries available in go, Use it whenever possible. To build a CLI, In this project we are using cli library, viper for config file management and the lists will go on as the feature increases.

  4. Make use of free tools to keep your code clean and unbreakable whenever possible to maintain the sanity of the project, We are using Travis CI in this project, which will be running on every PR's created. Many more tools are available in this opensource world and try to make use of it.

CLI Reference

Pre-Requisites:

Login to Instagram

InstaMore login --username <your_instagram_username> --password <password>

Features

  1. Like every photos of a given Instagram Profile

API Reference

Pre-Requisites:

Start the API Server

InstaMore server start --port 5555

Login to Instagram

Put login api reference

Features

  1. Like every photos of a given Instagram Profile

Releases

No releases published

Packages

No packages published

Languages