Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jimmy062006/Opux
Opux is a Discord bot for EVEOnline
https://github.com/Jimmy062006/Opux
auth bot discord eve eveonline
Last synced: 3 days ago
JSON representation
Opux is a Discord bot for EVEOnline
- Host: GitHub
- URL: https://github.com/Jimmy062006/Opux
- Owner: Jimmy062006
- License: gpl-3.0
- Created: 2017-03-10T11:10:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T09:24:54.000Z (8 months ago)
- Last Synced: 2024-08-02T14:07:40.016Z (3 months ago)
- Topics: auth, bot, discord, eve, eveonline
- Language: C#
- Size: 813 KB
- Stars: 12
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-eve - Opux - A Discord bot that provides various lookups and killmail feeds as well as Discord Role management. (Corporation/Alliance/Group tools)
README
# Opux
Opux is a Discord bot for EVEOnlineThis bot is currently under development and needs to run with dotnet SDK/Runtime. The following guide is a very short setup description. Complete documentation following soon™.
# Features
* Price check tool
* Auth
* Admin Reauth
* Radius Killmails
* Fleetup Operations Post
* MOTD Pulling to channel
* EVE Time ModFor any further questions contact us on discord:
https://discord.gg/csc7HNM
# Docker
An alternative to installing all dependencies locally is to use Docker Compose. The Docker Compose implementation will build an Opux image, start that as a container and link it with a MariaDB (MySQL) database container through a single command.
```
docker-compose up
```This implementation requires the existence of a settings.json file in the same directory as you run the command from that it maps into the Opux container. It will also map a logs directory that contains all the log information normally generated by Opux. Finally, it utilizes a Docker volume and healthcheck for cross-platform compatibility and controlled startups, respectively.