Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/battlefield-portal-community/portal_helper
This is a bot to display documentation of various blocks in Battlefield 2042's Portal logic builder, use command `/d`
https://github.com/battlefield-portal-community/portal_helper
bot discord-bot discord-py pycord python
Last synced: 3 months ago
JSON representation
This is a bot to display documentation of various blocks in Battlefield 2042's Portal logic builder, use command `/d`
- Host: GitHub
- URL: https://github.com/battlefield-portal-community/portal_helper
- Owner: battlefield-portal-community
- Created: 2021-11-21T18:46:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T19:28:43.000Z (about 1 year ago)
- Last Synced: 2024-05-08T00:29:41.475Z (6 months ago)
- Topics: bot, discord-bot, discord-py, pycord, python
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portal Helper Bot
[![Docker Deployment](https://github.com/battlefield-portal-community/portal_helper/actions/workflows/docker-publish.yml/badge.svg?branch=release)](https://github.com/battlefield-portal-community/portal_helper/actions/workflows/docker-publish.yml)
A discord bot to display various things related to battlefield 2042's Portal Mode
Commands,- `/d` Show documenation of a block with its image
- `/tools` Shows Various Community made tools for Portal mode
- `experience info` Show Very helpful info about a experience made in Portal## How to run
```
make a .env file with these vars
PD_LOG_LEVEL=10
PD_DISCORD_TOKEN=
PD_DEVELOPMENT=True
```### Locally
```py
python -m bot
```### production
```py
docker run -d --env-file .env ghcr.io/p0lygun/portal_helper:main
```