dlrocker / pikamon-py

Python native Pokemon bot for Discord
MIT License
0 stars 0 forks source link

HOW CAN I REACH YOU AND YOUR GAME #33

Closed Abdullahthebotmaker closed 3 years ago

Abdullahthebotmaker commented 3 years ago

please provide a link to your game and also how can i reach you concerning pokemon bot matters

dlrocker commented 3 years ago

Unfortunately, there is no link to the game. The bot works by connecting to a Discord server as a "user" with the OAuth token you provide. You get the OAuth token by registering your bot with Discord and assign your bot to the servers you want to run it on. The README for this repository goes over the steps necessary to do this. If something is confusing in this README, please open a defect/bug issue to track.

If there are defects with the bot you may open git issues. The bot as it is right now is not 100% complete. The MVP of the bot still has 3 outstanding issues. However, you are more than welcome to fork this repository to add your own features/improvements. You are also welcome to open issues in this git repository to propose features, bug fixes, or start any discussions.

With that said, this bot is a "for fun" project. This is not a service I will be hosting for many discord servers - anyone who wishes to use the bot will have to run it on their own hardware and follow the instructions in the README for registering the bot with their server. The bot already can be run in a Docker container, and one of the MVP issues is to provide instructions for running it on a Raspberry Pi. Furthermore, I make no guarantees that I will always be quick to respond to or fix issues, add features, or anything else of the like.

Abdullahthebotmaker commented 3 years ago

hi, i would really like to partner wiith you on the pokemon game i am making on telegram.

On Sun, 10 Oct 2021 at 15:43, David Rocker @.***> wrote:

Unfortunately, there is no link to the game. The bot works by connecting to a Discord server as a "user" with the OAuth token you provide. You get the OAuth token by registering your bot with Discord and assign your bot to the servers you want to run it on. The README https://github.com/dlrocker/pikamon-py#adding-bot-to-server for this repository goes over the steps necessary to do this. If something is confusing in this README, please open a defect/bug issue to track.

If there are defects with the bot you may open git issues. The bot as it is right now is not 100% complete. The MVP of the bot still has 3 outstanding issues. However, you are more than welcome to fork this repository to add your own features/improvements. You are also welcome to open issues in this git repository to propose features, bug fixes, or start any discussions.

With that said, this bot is a "for fun" project. This is not a service I will be hosting for many discord servers - anyone who wishes to use the bot will have to run it on their own hardware and follow the instructions in the README for registering the bot with their server. The bot already can be run in a Docker container, and one of the MVP issues is to provide instructions for running it on a Raspberry Pi. Furthermore, I make no guarantees that I will always be quick to respond to or fix issues, add features, or anything else of the like.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dlrocker/pikamon-py/issues/33#issuecomment-939494427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV4OPV622PZRJ6BHN7WRQ7TUGGRB3ANCNFSM5FVZXPPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Abdullah

dlrocker commented 3 years ago

This is a bot that I built for Discord on servers I am a part of. It was intended as a project I did for fun and for the benefit of myself/friends. I do not mind other people using this bot, but I do not want to do the following:

That being said, you are free to reuse part of this code/bot as you see fit as long as you follow the MIT License. This means, in part, that anything you write will need to remain open source as well. In addition, if you do wish to use the Pokemon API on a large scale, then you will need to lookup the PokeAPI and ensure that you follow their fair use policy. You may wish to call the API once to get all of the current Pokemon information and store it into a database so that you do not need to continuously to REST calls out to the PokeAPI service.