Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xditya/mulearn-discord-tasks
https://github.com/xditya/mulearn-discord-tasks
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xditya/mulearn-discord-tasks
- Owner: xditya
- Created: 2023-10-06T15:06:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T10:09:44.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:40:51.913Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Intern Tasks
- Welcome Card Implementation
- Creating a Role and Channel on Webhook Trigger
- Role Synchronization between Database and Discord## Installation
```bash
pip install -r requirements.txt
```## Usage
```bash
python main.py
```## Testing Wehooks
> Edit the [`webhook_post.py`](./webhook_post.py) file and add your webhook url.
```bash
python webhook_post.py
```