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]
- Host: GitHub
- URL: https://github.com/ihsanbal/knife
- Owner: ihsanbal
- Created: 2017-05-15T08:16:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T05:41:48.000Z (about 7 years ago)
- Last Synced: 2025-04-11T20:05:54.375Z (about 1 year ago)
- Topics: application, flood, knife, twitter, twitter-api
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.ihsanbal.knife
- Size: 18.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knife for Twitter - [](https://circleci.com/gh/ihsanbal/Knife/tree/master) 
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
--------