instamore

command module
v0.0.0-...-6d7107a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2019 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL