Skip to main content

This is the Django component that helps to integrate aspects of twitter into your application.

Project description

🛠 Status: In Development

django-cpss-twitter currently in development.

Python Twitter API - Django CPSS by XGDFalcon®

Build Status PyPI version

Description

This is the Django component of the Python Twitter Tools project, it implements the needed functionality to integrate Python Twitter Tools in a Django based project.

Django version

This project will focus on the currently supported Django releases as stated on the Django Project Supported Versions table.

Backward compatibility with unsupported versions won't be enforced.

Documentation

Project documentation is available at TBP.

Setup

  1. Add "django-cpss-twitter" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'twitter-django.CPSSTwitterConfig',
    ]
  1. Include the django-cpss-twitter URLconf in your project urls.py like this::
    path('twitter/', include('django-cpss-twitter.urls')),
  1. Run python manage.py migrate to create the django-cpss-twitter models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a client config (you'll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/twitter/

Contributing

See the CONTRIBUTING.md document for details.

Versioning

This project follows Semantic Versioning 2.0.0.

License

This project follows the Apache license. See the LICENSE for details.

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-cpss-twitter-0.2.0.tar.gz (38.0 kB view details)

Uploaded Source

File details

Details for the file django-cpss-twitter-0.2.0.tar.gz.

File metadata

  • Download URL: django-cpss-twitter-0.2.0.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.1

File hashes

Hashes for django-cpss-twitter-0.2.0.tar.gz
Algorithm Hash digest
SHA256 acddd3fc3dedd0db6b26f9a125db8085182cf55efc1faeac541766a6d6905609
MD5 e8ecf459267154689706f72f678fb1b8
BLAKE2b-256 04ac0376723720096f0de31fe1eaf0e8347e6b8a7c0519b1c275e7c17e9561f9

See more details on using hashes here.

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