Discord bot made 100% in python for official xfarmerx's discord
/poe2scout <currency_type> <reference_currency> - Queries poe2scout.com website for recent currency prices with ability to choose which currency you want to refer prices to
/gibcat - Gets an image of a sweet kitty
#Pricecheck request validator - If anyone asks for a pricecheck on their item and will not provide a valid link to poe2trade site to item with similar attributes the message will be deleted and it's gonna be followed up by bot's message .
- More features connected to market information
- Creating links with queries for a given item to make price checking process easier
If you wish to contribute to the project please follow these general steps:
- Fork the repository on github.
- Clone your forked repository to your local machine.
git clone <forked_repo_url> - Create a new branch
git checkout -b feature/your-feature-name - Make your changes.
- Commit your changes
git commit -m 'Added feature X' - Push to the branch
git push origin feature/your-feature-name. - Open a pull request
python -m venv .venv
pip install -r requirements.txt
.\.venv\Scripts\Activate.ps1
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
docker compose up --build
This project is licensed under the MIT license