Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

piterpy-meetup/postpost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postpost Build Status

metameta. Service for posting to social media

Required

python3.6, redis

Quick Start

pipenv install

export PYTHONPATH=/full/path/postpost

export DJANGO_SETTINGS_MODULE=main.settings

pipenv run python manage.py migrate

pipenv run python manage.py runserver

pipenv run celery -A main worker -B

Add basic user

python manage.py createsuperuser

Login to admin interface and create OAuth Application with these params:

  • User: 1
  • Client type: Public
  • Grant type: Resource owner password based
  • Name: e.g. frontend

Congrats! Now, there your swagger and redoc

About

metameta. Service for posting to various social medias from one place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5