https://github.com/eyaadh/watermark-bash-telegram-bot
This is an opensource Telegram Bot built based on bash. Follow the instructions given on README.md to clone this project.
https://github.com/eyaadh/watermark-bash-telegram-bot
Last synced: 5 months ago
JSON representation
This is an opensource Telegram Bot built based on bash. Follow the instructions given on README.md to clone this project.
- Host: GitHub
- URL: https://github.com/eyaadh/watermark-bash-telegram-bot
- Owner: eyaadh
- Created: 2018-08-12T21:29:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T11:36:36.000Z (over 3 years ago)
- Last Synced: 2023-03-11T10:06:12.775Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 1
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Source and A Final Note:**
_This is an open source development built based on bash. Follow bellow instructions to clone this project._
*Tools used by the bot:*
1. [jq](https://stedolan.github.io/jq/)
2. [curl](https://launchpad.net/ubuntu/xenial/+package/curl)
3. [ImageMagick](https://www.imagemagick.org/script/index.php)_Once when you are sure that you have all the required tools mentioned above installed on your system, download the latest source and extract it:_
```
wget http://bot.eyaadh.net/wmakre.tar.gz
tar -xvf wmakre.tar.gz
```
_If you are cloning the github repository, instead of downloading from the above given link:_
```
git clone https://github.com/eyaadh/Watermark-Bash-Telegram-Bot.git
```
_Now browse into the directory at which you extracted the compressed file we just downloaded, ammend/add your bot token on .tgconfig file, set the correct permission and run the core.bash script:_
```
cd wmaker/ #if you cloned github repository cd Watermark-Bash-Telegram-Bot/
jq '(.config)|=(.token="your bot token")' .tgconfig > tgconfig.new
mv tgconfig.new .tgconfig
chmod 755 core.bash
./core.bash
```
_I do not have much time to ammend as per any requirements you might put forward, however I will try. Atleast it's free and it does not try to squeez money out of your pocket for a simple process unlike many other bots do. Since the source has already been shared I would suggest that you clone it and ammend it as you desire. However kindly do also have a look at my most favorite porject and always my number one priority_ [@roanuedhuru_bot](https://t.me/roanuedhuru_bot). _I am most of the time available at_ [@botlistchat](https://t.me/botlistchat) _incase you would like to throw up some sarcastic comments or feedback._```
DO NOT BLOODY GIVE TO GET! GIVE TO INSPIRE OTHERS TO GIVE!
```
_Thanks, @eyaadh_