A simple package for managing Discord dev applications.
Project description
# Discord App Manager
![Built With Love :)](https://forthebadge.com/images/badges/built-with-love.svg)
![Made with Python](https://forthebadge.com/images/badges/made-with-python.svg)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![PyPi](https://img.shields.io/v/dam.svg)](https://pypi.org/pypi/dam/)
A simple package for uploading and deleting Discord Rich Presence images.
### Example
```python3
from dam import login
session = login(email=EMAIL, password=PASSWORD)
app = session.get_app(name="Listening to Music :)")
image_id = app.upload_image('path/to/image.png')
app.delete_image(image_id)
```
![Built With Love :)](https://forthebadge.com/images/badges/built-with-love.svg)
![Made with Python](https://forthebadge.com/images/badges/made-with-python.svg)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![PyPi](https://img.shields.io/v/dam.svg)](https://pypi.org/pypi/dam/)
A simple package for uploading and deleting Discord Rich Presence images.
### Example
```python3
from dam import login
session = login(email=EMAIL, password=PASSWORD)
app = session.get_app(name="Listening to Music :)")
image_id = app.upload_image('path/to/image.png')
app.delete_image(image_id)
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dam-0.0.1.tar.gz
(3.1 kB
view details)
File details
Details for the file dam-0.0.1.tar.gz
.
File metadata
- Download URL: dam-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7640ab0e5aec6e8f3eb49e730bdc5bb46fc54c206bbc62b23064ae906c3a9112 |
|
MD5 | 9353f8c0c2014dcd83f9da1ed336deaa |
|
BLAKE2b-256 | 8e5307ab37db9d9ba7f2301cbaa8ce6d604dd483282c417932d18f9ff529be35 |