An open API service indexing awesome lists of open source software.

https://github.com/ihsanbal/knife

You can now share without considering the 140 character limit. Knife application allows you to split the text into meaningful 140-character tweets and share it with one button with different options. [DEPRECATED]
https://github.com/ihsanbal/knife

application flood knife twitter twitter-api

Last synced: about 1 year ago
JSON representation

You can now share without considering the 140 character limit. Knife application allows you to split the text into meaningful 140-character tweets and share it with one button with different options. [DEPRECATED]

Awesome Lists containing this project

README

          



# Knife for Twitter - [![CircleCI](https://circleci.com/gh/ihsanbal/Knife/tree/master.svg?style=svg)](https://circleci.com/gh/ihsanbal/Knife/tree/master) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=square)
You can now share without considering the 140 character limit. Knife application allows you to split the text into meaningful 140-character tweets and share it with one button with different options.



# contributor are welcome
Knife application building on circleci with three different script. Writing Environment variables to files.
Help me to build new features and translate.



Sample script for [playServiceSetups.sh](https://github.com/ihsanbal/Knife/blob/master/firebaseSetups.sh)

```shell
#!/usr/bin/env bash

function copyFirebaseVarsToPlayFolder {
KNIFE_PATH=$HOME"/Knife/.play/knife.json"
echo "$KNIFE_PATH"

if [ ! -f "$KNIFE_PATH" ]; then
echo "Knife Json file does not exist"
fi
echo "Creating Knife Json file..."
touch ${KNIFE_PATH}

echo "Writing json to knife.json"
echo "$KNIFE_JSON" >> ${KNIFE_PATH}
}
```

Screenshots
--------