Skip to content

kenzchiiro/axie-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot logo

AXIE FINDER with LINE Messaging API SDK

Status Platform Document Programming


🤖 Bot for search axie in marketplace and filtering by LINE command

📝 Table of Contents

🧐 About

Bot use for search axie and subcribe axie by LINE command then it's will fetch data every 30 minute.

🎥 Demo / Working

Bot logo

💭 How it works

The bot first extracts the command and filter from the message and then push filter into parameter and combie with graphql format to get axie with AXIE open API.

The response will be recive in json format, so this service will transform data into flex message to send back to LINE platform and display to users.

The entire bot is written in Go 1.16

🎈 Usage

To use the bot, template:

#find class;part,part,...;limit

Example:

#find aquatic;mouth-risky-fish,horn-shoal-star,tail-gravel-ant,back-perch;10

The first command, i.e. "find" is case sensitive.


🏁 Getting Started

Prerequisites

You need to have line account create linebot service.

follwing this :

Installing

A step by step series of examples that tell you how to get a development env running.

git clone https://github.com/kenzch1r0/axie-finder.git

go mod tidy

go run main.go

🚀 Deploying your own bot

To see an example project on how to deploy your bot, please see my own configuration:

⛏️ Built Using

✍️ Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages