Skip to content

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

Notifications You must be signed in to change notification settings

Pranjal-SB/OutN

Repository files navigation

OutN

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

Made with ❤️ in Python

current release : v3.0 stable

Features

  • ⭐ can be used to make CUSTOM bots for your server
  • ⭐ completely FOSS i.e. Free and Open Source
  • Pretty embeds
  • 'Ai' recognition
  • rare ping
  • ezy catch : just copy and paste
  • Automatic
  • Light and not system heavy
  • Cross platform
  • Self-hostable
  • easy to use

Roadmap

  • Ai identification
  • Rare ping
  • Embeds
  • catch logs
  • spawn logs
  • Add commands eg. help and all

Usage

  • requires python to be installed

download the latest code by clicking on the code button and then the download zip button.

extract the folder and open a command prompt window in it

install dependencies using:

python3 -m pip install -r requirements.txt

then run the program using:

python3 main.py

the program will ask for your bot token and rare ping role id 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

Documentation

will add soon

FAQ

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

A) do pip install <modulename>

rest will add soon

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

  • myself

License

MIT