Giter VIP home page Giter VIP logo

tucat's Introduction

tucat

TuCat is a generic tool to extract data from APIs

Installation guide for Debian/Ubuntu

Prerequisites: Docker & Docker Compose

Clone the Tucat repository

# git clone https://github.com/natoinet/tucat

# cd tucat

Copy the .env.example file into .env and edit the .env file

Run the following and copy the result in SECRET_KEY in the .env file

# python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'

Optional : Get the extra fixtures

Sometimes, you may need to import extra fixtures for account users & socialaccount. You just need to copy the corresponding json files into ./config/fixtures/. And they will be copied in the docker image in the next step.

Build docker images

# sudo docker-compose build

Setup with initial data

# sudo docker-compose run --rm djangoapp ./config/setup.sh

Start

# sudo docker-compose up

LICENSE: BSD

tucat's People

Contributors

natoinet avatar

Stargazers

Adrià Padilla avatar  avatar

Watchers

 avatar James Cloos avatar

tucat's Issues

logo contribution

Hi @natoinet I contributing to open source software.

If you want it, I want to contribute to this warehouse by designing a logo. Please give me a feedback.

Best regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.