Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
.. image:: https://img.shields.io/pypi/v/doodle-dashboard.svg :target: https://pypi.org/project/doodle-dashboard/ :alt: Latest version
.. image:: https://img.shields.io/pypi/pyversions/doodle-dashboard.svg :target: https://pypi.org/project/doodle-dashboard/ :alt: PyPI - Python Version
.. image:: https://travis-ci.org/SketchingDev/Doodle-Dashboard.svg?branch=master :target: https://travis-ci.org/SketchingDev/Doodle-Dashboard :alt: Build status
.. image:: https://readthedocs.org/projects/doodle-dashboard/badge/?version=latest :target: https://doodle-dashboard.readthedocs.io/en/latest/?badge=latest :alt: Documentation status
.. image:: https://coveralls.io/repos/github/SketchingDev/Doodle-Dashboard/badge.svg?branch=master :target: https://coveralls.io/github/SketchingDev/Doodle-Dashboard?branch=master :alt: Test coverage
.. image:: https://img.shields.io/lgtm/grade/python/g/SketchingDev/Doodle-Dashboard.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/SketchingDev/Doodle-Dashboard/context:python :alt: Language grade: Python
Doodle-Dashboard is used to create dashboards for displaying information from multiple sources; such as Tweets from your favourite Twitterers, notifications from Slack or breaking news from an RSS feed.
.. image:: docs/images/raspberry-pi.png
WARNING: This project is under heavy development and will not have a reliable API until a stable version is released.
Python 3.4+ <https://www.python.org/downloads/>
_pip <https://pip.pypa.io/en/stable/installing/>
_Install package::
pip install doodle-dashboard
Start a dashboard:
A dashboard is a YAML file that declares the display to use and the notification to display on it. Dashboard files can be hosted locally or remotely.
Starting a single dashboard::
doodledashboard start \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/weather/dashboard.yml
Starting multiple dashboards::
doodledashboard start \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/weather/dashboard.yml \
https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/examples/rss/build-radiator/dashboard.yml
These steps assume that you're using virtualenv.
Clone the repository::
$ git clone https://github.com/SketchingDev/Doodle-Dashboard.git $ cd doodle-dashboard
Prepare project dependencies::
$ make dev
$ export PYTHONPATH=pwd
See usage help::
$ python doodledashboard/cli.py
Refer to the documentation <https://doodle-dashboard.readthedocs.io/en/latest/development.html>
_ for more detailed instructions.
FAQs
Extensible dashboard designed to display data from multiple sources.
We found that doodle-dashboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.