Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
--- DEPRECATED: All future updates to the Gengo Python Library can be found here ---
Translating your tools and products helps people all over the world access them; this is, of course, a somewhat tricky problem to solve. Gengo is a service that offers human-translation (which is often a higher quality than machine translation), and an API to manage sending in work and watching jobs. This is a ruby interface to make using the API simpler (some would say incredibly easy).
Installing Gengo is fairly simple:
gem install mygengo
myGengo has a full suite of tests, however they're not currently automated. Each script in the examples directory tests a different Gengo API endpoint; run against those if you wish to test for now.
If you have questions or comments and would like to reach us directly, please feel free to do so at the following outlets. We love hearing from developers!
Email: api [at] gengo dot com
Twitter: @mygengo_dev
If you come across any issues, please file them on the Github project issue tracker. Thanks!
The usage of the API is very simple - the most important part is getting authenticated. To do this is just a few lines of code:
require 'mygengo'
mygengo = MyGengo::API.new({
:public_key => 'your_public_key',
:private_key => 'your_private_key',
:sandbox => true, # Or false, depending on your work
})
# Get some information
puts mygengo.getAccountBalance()
With that, you can call any number of methods supported by this library. The entire library is rdoc supported, so you can look at more method information there - there's also a full suite of test code/examples, located in the 'examples' directory. Enjoy!
FAQs
Unknown package
We found that mygengo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.