Added arn to the main repository

This commit is contained in:
2019-06-03 18:32:43 +09:00
parent cf258573a8
commit 29a48d94a5
465 changed files with 15968 additions and 288 deletions

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
var ratings = map[string][]arn.AnimeListItemRating{}

View File

@ -11,7 +11,7 @@ import (
"github.com/aerogo/http/client"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -11,7 +11,7 @@ import (
"github.com/aerogo/log"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
var colorPool = []*color.Color{

View File

@ -7,7 +7,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/kitsu"
)

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/kitsu"
)

View File

@ -4,7 +4,7 @@ import (
"errors"
"flag"
"github.com/animenotifier/arn/stringutils"
"github.com/animenotifier/notify.moe/arn/stringutils"
"github.com/animenotifier/kitsu"
)

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/kitsu"
)

View File

@ -5,10 +5,10 @@ import (
"os"
"time"
"github.com/animenotifier/arn/osutils"
"github.com/animenotifier/notify.moe/arn/osutils"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/aerogo/crawler"
)

View File

@ -4,7 +4,7 @@ import (
"flag"
"github.com/aerogo/crawler"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

@ -6,7 +6,7 @@ import (
"os"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
malparser "github.com/animenotifier/mal/parser"
)

View File

@ -6,7 +6,7 @@ import (
"os"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
malparser "github.com/animenotifier/mal/parser"
)

View File

@ -8,7 +8,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"flag"
"path"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func parseCharacterDescription(input string) (output string, attributes []*arn.CharacterAttribute) {

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
)

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

@ -5,7 +5,7 @@ import (
"github.com/aerogo/http/client"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
)

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

@ -5,8 +5,8 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/arn/stringutils"
)
var tickerFFXIV = time.NewTicker(1100 * time.Millisecond)

View File

@ -5,8 +5,8 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/arn/stringutils"
)
var tickerOsu = time.NewTicker(500 * time.Millisecond)

View File

@ -5,8 +5,8 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/notify.moe/arn/stringutils"
)
var tickerOW = time.NewTicker(1100 * time.Millisecond)

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/akyoto/color"
"github.com/animenotifier/kitsu"

View File

@ -4,7 +4,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/shoboi"
)

View File

@ -4,14 +4,14 @@ import (
"os/exec"
"sync"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/akyoto/color"
)
var packages = []string{
"github.com/animenotifier/notify.moe",
"github.com/animenotifier/arn",
"github.com/animenotifier/notify.moe/arn",
"github.com/animenotifier/kitsu",
"github.com/animenotifier/anilist",
"github.com/animenotifier/mal",

View File

@ -6,7 +6,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/twist"
)