Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teveclub-feeder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teveclub-feeder

Teveclub.hu camel keeper.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Camel feeder

This application can feed, teach and play with your camel on behalf of you on cool camels website (http://teveclub.hu).

What it does:

  • logs in
  • gives your pet drink and food
  • picks a subject to learn (if not selected already), teaches it
  • plays the lottery game

Configuration

You can set your camel login details in the config.json. Please check out example.config.json for more details. You can set a range of numbers which is needed for the lottery game. A random number is being picked from the range. You can debug the app, html, http requests and the results by setting the debug mode on.

{
    "camels": [
    {
        "username": "Camel Username",
        "password": "Camel Password",
        "min": 15,
        "max": 88
    }
    ],
    "debug": 1
}

Running the application

npm install
npm run build
npm start

For instant compiling

npm run dev

Version

1.0.0

Cron job

I suggest you to run the app once a day by setting up a cron job.

Keywords

FAQs

Package last updated on 22 Sep 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc