Skip to content

This is an opensource Telegram Bot built based on bash. Follow the instructions given on README.md to clone this project.

Notifications You must be signed in to change notification settings

eyaadh/Watermark-Bash-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. curl
  3. ImageMagick

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. I am most of the time available at @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

About

This is an opensource Telegram Bot built based on bash. Follow the instructions given on README.md to clone this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages