An app to manage toots (Mastodon posts) in a Django project
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
django-tweets
Create and delete tweets in a Django project.
This packages takes the advantage of the tweepy functionalities to connect it to a Django Backend.
The tweets objects can have media files as well.
Set up
- Install from PyPI
python -m pip install django-toots
- Add the package to your settings INSTALLED_APPS
INSTALLED_APPS = [
...
"django_toots",
...
]
- Add the following settings to your Django project.
Example:
import os
from dotenv import load_dotenv
load_dotenv()
...
# django-toots
MASTODON_ACCESS_TOKEN=os.environ.get("MASTODON_ACCESS_TOKEN", "")
MASTODON_API_BASE_URL = "https://fosstodon.org"
- Run migrations
python manage.py migrate
Usage
TODO: Document this!
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-toots-0.0.0.tar.gz.
File metadata
- Download URL: django-toots-0.0.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.31.0 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1087dcd3a53d0fd7687b4f510f982e5b820390aa09e8ec77c726ffb392f74d86
|
|
| MD5 |
254208de87dcb2673837815912fdb7a4
|
|
| BLAKE2b-256 |
ca54a20b7201beffa48031f1f7ed0c105997f3df318ae3fe5da9d631bf8fc397
|
File details
Details for the file django_toots-0.0.0-py3-none-any.whl.
File metadata
- Download URL: django_toots-0.0.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.31.0 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43e12f5169265f3b3476a0e058fe136a422300b2db5dd9140c9cc5008d6ca877
|
|
| MD5 |
0efed82d41bf88b2cf8160697b2756ea
|
|
| BLAKE2b-256 |
297574058ea92ad6e41bf9bdee32e337aaf20572170ec8902d9c860fc344cd69
|