Pranjal-SB / OutN

An Amazing Self-hostable FOSS Pokémon assist and more bot for the discord game "Poketwo".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The OutN Project

current release : v6.0 stable

A Self-hostable FOSS pokemon recognition and assistant bot for discord and made more specifically for the discord pokemon game "Poketwo".

It can identify Pokémon from Pokétwo spawns, ping a role for rare and regional spawns and pin them, other many features!and it is fully automated and updated.

Made with ❤️ in Python

Table of Contents

Features

  • ⭐ can be used to make CUSTOM bots for your server
  • ⭐ completely FOSS i.e. Free and Open Source
  • ⭐ 'Ai' recognition
  • ⭐ built-in Starboard
  • Rare and regional ping
  • catch logging
  • built-in hint solver
  • Pretty embeds
  • Self-hostable
  • fully customizable
  • easy to use/Beginner-Friendly
  • ezy catch - just copy and paste
  • Automatic
  • Light and not system heavy
  • Cross platform

Roadmap

  • Ai identification <- v1.0
  • Rare ping <- v2.0
    • mythic
    • legendary
    • ultra beast
    • regional
  • Embeds <- v3.0
  • Hint solver <- v4.0
  • StarBoard <- v5.0
  • catch logs <- v6.0
  • spawn logs
  • help command
  • more..

Usage/installation

download the OutN by

  1. make a discord bot - guide / official page
  2. star this repo 😉 plz
  3. follow any of the below methods for usage

automatic

extract the folder just run 'run.bat'

it will install dependencies and run the program by itself

manual

  • requires

extract the folder and open a command prompt window in it

  1. install dependencies using:
pip install aiohttp aiosqlite discord numpy pillow tensorflow configparser
  1. then run the program using:
python main.py

the program will ask for your bot token, role ids (for rare and regional ping) and channel id (for starboard) on initialisation and then will save it to 'config.ini' so that it does not ask you every time it runs.

Note

the token is only saved locally and is not sent anywhere.

Caution

make sure not to upload 'config.ini' anywhere as it contains your bot token.

Changelog

CHANGELOG.md

FAQ

Q) I got this error ModuleNotFoundError: No module named '<module name>' what do i do?

A) do pip install <modulename>

rest -> you tell me 😆

Feedback and Support

All and every kind of feedback is welocome. And any constructive criticism is appreciated.

If you have any kind of feedback or need help feel free to contact me:

Contributing

Contributions are always welcome!

currently you can:

  • contribute by fixing any bugs in the code you find
  • suggesting features

Authors

Code Of Conduct

Please Adhere to the Code of Conduct

License

No License

In this case

  • you are free to use and share the software as long as you give credit to the developer a.k.a myself which is only fair.
  • you have no permission from the creator of the software to modify, or share the software without credits or without permission. Although a code host such as GitHub may allow you to view and fork the code, this does not imply that you are permitted to modify, or share the software for any purpose or without permission.

Star History

Star History Chart

About

An Amazing Self-hostable FOSS Pokémon assist and more bot for the discord game "Poketwo".

License:MIT License


Languages

Language:Python 96.4%Language:Batchfile 3.6%