Skip to content

andrey-sobolev/django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blog_restapi

For run django project you should set environments variables:

HUNTERIO_API_KEY CLEARBIT_PUBLIC_KEY CLEARBIT_SECRET_KEY

you can use .env file in blog_restapi main folder.

Clearbit API running with celery, for start it you should install redis and run additional worker:

celery worker -A config --loglevel=debug --concurrency=1 -B

post_bot

You could config bot using config.ini file;

Users credentials for sign_up are stored in data/users.json file;

Text for new posts are stored in data/posts.json file;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages