Skip to main content

Ein Discordbot für Django

Project description

Discordbot

PyPI PyPI - Django Version PyPI - Python Version PyPI - License

GitHub code size in bytes GitHub lines of code GitHub issues GitHub pull requests

A Discordbot to run in a django environment.

Planned features can be found in the project board.

Feel free to open an issue or start a pull request. ;)

Requirements

Django Admin is installed and activated.

Quick start

  1. Add "discordbot" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'discordbot',
    ]
    
  2. Include the discordbot URLconf in your project urls.py like this::

    path('discordbot/', include('discordbot.urls')),
    
  3. Run python manage.py migrate to create the models.

  4. Visit http://127.0.0.1:8000/admin/discordbot/ to manage the stored data

  5. Run the bot via python manage.py run-discordbot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-discordbot-1.2.5.tar.gz (54.2 kB view hashes)

Uploaded Source

Built Distribution

django_discordbot-1.2.5-py3-none-any.whl (77.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page