Posts

  • instauto

    Instagram bot / automation library written in Javascript for Node.js

    • First install Node.js 8 or newer.
      • On MacOS, it’s recommended to use homebrew: brew install node
    • Create a new directory with a file like example.js

    • Adjust your example.js to your needs. If you want to see how it would work without doing any invasive actions, use the dryRun: true option. Toggle headless to see it in action.

    • Open a terminal in the directory

    • Run npm i -g yarn

    • Run yarn add puppeteer instauto

    • Run node example

    You can run this code for example once every day using cron or pm2 or similar

    See index.js for available options.

    Tags: #javascript • instagram-bot • instagram

  • simple_token_authentication

    Simple (but safe) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.

    Tags: #ruby • devise • authentication

  • storytime

    Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs

    Tags: #ruby

  • byte-stream

    A non-blocking stream abstraction for PHP based on Amp.

    This package can be installed as a Composer dependency.

    composer require amphp/byte-stream
    

    Tags: #php • amphp • stream

  • azuredatastudio-postgresql

    azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases

    Connect, query, and manage Postgres databases with Azure Data Studio, a modern data editor available for Linux, MacOS, and Windows. This (preview) extension enables you to interact with Postgres using Azure Data Studio features like:

    • Connect to Postgres anywhere
    • Searchable object explorer view for database objects
    • Query authoring and editing with Intellisense, syntax highlighting and code snippets
    • View query results and save to csv, JSON, xml, or Excel
    • Integrated terminal for Bash, PowerShell, and cmd.exe
    • Go to Definition and Peek Definition for examining the DDL of objects
    • Source control integration with Git
    • Customize dashboards and insight widgets using SQL
    • Server groups for organizing connections
    • Customizable keyboard shortcuts, multi-tab support, color theme options
    • Backup and Restore

    See our [quickstart] for a step by step guide to getting started with PostgreSQL in Azure Data Studio.

    Tags: #typescript

  • anonaddy

    Anonymous email forwarding

    This is the source code for self-hosting AnonAddy.

    Tags: #php • privacy • email

  • popcorn-time-desktop

    🍿 🕐 🎞 A Modern Popcorn Time Client

    • I am a tester: Download the latest build from the releases section.

    • I am a developer: Compile the project with the installation steps below.

    Tags: #typescript • popcorn • time

  • phpvirtualbox

    A web interface to manage and access Virtualbox machines.

    phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)

    with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors)

    Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)

    FREE, WITHOUT WARRANTY:

    All files of this program (phpVirtualBox) are distributed under the terms contained in the LICENSE.txt file in this folder unless otherwise specified in an individual source file. By using this software, you are agreeing to the terms contained therein. If you have not received and read the license file, or do not agree with its conditions, please cease using this software immediately and remove any copies you may have in your possession.

    Tags: #php

  • DuckToolkit

    Encoding Tools for Rubber Ducky

    Encoding Tools for Rubber Ducky. The duck tools are available in the browser at https://ducktoolkit.com. From here you can also generate payloads from a selection of predefined scripts and templates.

    Tags: #python

  • kafka-connect-twitter

    Kafka Connect connector to stream data in real time from Twitter.

    This connector uses the twitter streaming api to listen for status update messages and convert them to a Kafka Connect struct on the fly. The goal is to match as much of the Twitter Status object as possible.

    Tags: #java • kafka-connect • twitter

subscribe via RSS