All Projects → Gelbpunkt → Idlerpg

Gelbpunkt / Idlerpg

Licence: agpl-3.0
A fantasy RPG bot for Discord.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Idlerpg

Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-16.67%)
Mutual labels:  discord-bot, rpg
Tokentool
TokenTool removes much of the tedium from creating tokens for use with MapTool or your favorite online gaming application. Just drag an image into the background, select a frame, zoom and pan to suit, and drag off a finished token. The resulting token is transparent around the edges and cropped to the size you wanted.
Stars: ✭ 96 (-11.11%)
Mutual labels:  rpg
Rem V2
Well, this is the rewrite of rem, now even cleaner and hopefully with less bugs
Stars: ✭ 81 (-25%)
Mutual labels:  discord-bot
Srd spells
A JSON formatted list of all the spells from the 5e SRD
Stars: ✭ 91 (-15.74%)
Mutual labels:  rpg
Hibiki
🤖 The best all-in-one Discord bot! Automod, fun, music, utilities, and more. Customizable, easy-to-use, and fully translatable.
Stars: ✭ 86 (-20.37%)
Mutual labels:  discord-bot
Nitro Generator
Discord Nitro Code Generator and Checker. Generates Classic and Boost Nitro Codes. Using HTTPS Proxy (Autoscraper)
Stars: ✭ 93 (-13.89%)
Mutual labels:  discord-bot
Spambot
Discord spambot to level up profiles on other bots.
Stars: ✭ 79 (-26.85%)
Mutual labels:  discord-bot
Sonarquest
A playful approach to refactoring code smells
Stars: ✭ 104 (-3.7%)
Mutual labels:  rpg
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-17.59%)
Mutual labels:  discord-bot
Gcs
GURPS Character Sheet
Stars: ✭ 96 (-11.11%)
Mutual labels:  rpg
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-20.37%)
Mutual labels:  discord-bot
Cotwelm
Castle of the Winds (A Remake in Elm)
Stars: ✭ 88 (-18.52%)
Mutual labels:  rpg
Blades In The Dark Srd Content
SRD for the Blades in the Dark RPG
Stars: ✭ 95 (-12.04%)
Mutual labels:  rpg
Sylphy
👑 the better discord bot framework
Stars: ✭ 85 (-21.3%)
Mutual labels:  discord-bot
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-9.26%)
Mutual labels:  discord-bot
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-25%)
Mutual labels:  rpg
Discordbot
A Java Discord bot using JDA
Stars: ✭ 92 (-14.81%)
Mutual labels:  discord-bot
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-2.78%)
Mutual labels:  discord-bot
Music Bot
Simple music bot with a full-blown queue system that is easy to understand
Stars: ✭ 102 (-5.56%)
Mutual labels:  discord-bot
Avalon
🤖 A scalable multi-function group robot for QQ and Discord. 多功能、可扩展的群机器人,支持QQ和Discord。
Stars: ✭ 95 (-12.04%)
Mutual labels:  discord-bot

IdleRPG

CI Dockerhub okapi teatro

This is the code for the IdleRPG Discord Bot.

You may submit an issue or open a pull request at any time.

License

The IdleRPG Project is licensed under the terms of the GNU Affero General Public License 3.0 ("AGPL"). It is a GPLv3 with extra clause for use over networks (see section 13).

AGPL for humans.

Running it

For development

Note: This requires you to have Podman and Git working. Development instances will wipe storage when stopped.

git clone https://git.travitia.xyz/Kenvyra/IdleRPG.git
cd IdleRPG
./scripts/beta.sh
podman build -t idlerpg:latest --build-arg beta=yes .
podman run --rm -it --name idlerpg --pod idlerpgbeta -v /path/to/config.py:/idlerpg/config.py idlerpg:latest

For hosting permanently

This is fully unsupported and we only provide basic tools. The setup script might be outdated and is unmaintained.

git clone https://git.travitia.xyz/Kenvyra/IdleRPG.git
cd IdleRPG
./scripts/setup.sh
systemctl start "podman-*"

Utility

IdleRPG uses black, flake8 and isort for code style. Please always run ./scripts/format.sh before submitting a pull request and fix any problems.

./scripts/dumpdb.sh db_name will update the database scheme from the postgres container.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].