Giter VIP home page Giter VIP logo

mtlgens's Introduction

mtlgens

MTL generators for different things

UML to upwork job python API generator (C) Vrayo Systems http://vrayo.com This code is licensed under the AGPL v.3 or higher

Intro
=====

This generator emits python code that uses upwork python API
to automatically post the jobs for freelancers to write some python 
code based on UML in current project.

This generator assumes that vrayo_UML2python is used to generate
python code from UML and assumes that generated ZIP file and 
report are saved to some external service accessible via attachment
url link variable (see below).

Also you will need to create upwork_key.txt file with upwork public
and private keys separated by a whitespace.

Example:
$ cd job; ls -d
  ~/job/upwork_post_XXX.py # <-- script generated by this file
  ~/job/upwork_key.txt # <-- public and private key file
$ sudo pip install python-upwork
$ python ./upwork_post_XXX.py


How it works
============

Each package is a separate upwork job.

Jobs are generated only for packages that have 'jobtitle' and 'budget'
custom properties defined. Those set job title and budget in USD 
respectively.

'skills' custom property is used to set the skills required, in 'debian-os' 
notation.

TODO
====

- schedule to post at certain time, at which it is more likely to 
  get good offerings (morning in India, morning in Ukraine, US)
- validate the skills and category values against metadata before 
  executing a request

mtlgens's People

Contributors

grandrew avatar

Watchers

 avatar  avatar  avatar

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.