Download the PHP package hako/littlesnapper without Composer

On this page you can find all versions of the php package hako/littlesnapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package littlesnapper

a tool to capture and print snapchat pictures to a connected inkless BERG Little Printer.

BERG Little Printer http://bergcloud.com/littleprinter/

littlesnapper captures unread snapchat images, hosts the image for 45 seconds (or any amount you choose) to allow the little printer to parse and print the image and then deletes it.

littlesnapper's old name was 'whippersnapper'

note: due to the printer being a thermal printer, the images it will print will be black and white.

yu wer expekting culurs rite?

srry.

serious note: littlesnapper won't work anymore because BERG Cloud has shut down.

requirements

to run littlesnapper you would need:

(I've tried heroku and i'm working on it in the future.)

how to use

Here is a democast

http://quick.as/7zoi4wg

first of all, install dependencies by typing:

next, replace the following in the

snapchat config

= your snapchat username. eg: Evan

= your snapchat password. eg: Ghostface

= do you want to delete or keep captured snaps? eg: true

littleprinter config

= your littleprinter API key.

= your servers root directory that littlesnapper is hosted on.

also, make sure your folder permissions are setup properly.

and now using php in the command-line, type:

php littlesnapper.php

here's a few of mine.

It is possible to use cron jobs on a server for littlesnapper.

(I ran into alot of permissions errors when using the cron job. Sometimes littesnapper will print a blank image.)

to try, use

crontab -e

and enter the path to where php is (/usr/bin/php) & the directory to where littlesnapper is.

just don't turn it into a cron job disaster like mine was.

https://twitter.com/hakobyte/status/399846094852861953/photo/1

future/todo

(in order of precedence)

security

config file.

implement dithering algorithms (for shading)

support for printing multiple snaps.

include more dithering features for configuration.

snapchat stories!

license

MIT

=[],

munchi says thanks, for using this software, knowing that you will do good with it.

credits

littlesnapper was made by @hakobyte

php-snapchat - a fork of the reverse engineered snapchat library by @dstelljes

imagecrop - an image cropping library made by abraham daniel

Team Snapchat

and

BERG Cloud for creating Little Printer!

http://hakob.yt/e/


All versions of littlesnapper with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hako/littlesnapper contains the following files

Loading the files please wait ....