Skip to content

A discord bot that scrapes Pokemon GO data from different maps APIs and allows you to create configurable channels with specific data like Active Raids, Candy missions, Team Rocket locations etc

Notifications You must be signed in to change notification settings

waseem-h/QuestRocket-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quests

Pre-requisites

This bot requires the following tools:

  • docker
  • docker-compose
  • mongodb

Setting up mongodb

MongoDB can be deployed simply by running the following command:

docker-compose up

Bot Configuration

The bot can be configured by creating a config.yaml file like so:

discord:
  token: <token>
  channels:
    teamRocketChannelID: 12345
bot:
  refreshInterval: 10s
database:
  kind: mongodb
  address: localhost:27017
  username: root
  password: example
  name: questrocket

More configuration options will be added soon

About

A discord bot that scrapes Pokemon GO data from different maps APIs and allows you to create configurable channels with specific data like Active Raids, Candy missions, Team Rocket locations etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published