Skip to content

Conversational AI group bot for Telegram. It can also schedule posts, combat raiders/spammers, generate memes, scrape images, provide drawing ideas, call all members and more!

License

Notifications You must be signed in to change notification settings

MekhyW/COOKIEBOT-Telegram-Group-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COOKIEBOT-Telegram-Group-Bot

Telegram chatbot responsible for protecting chats against spammers, conversating using natural language, perform speech-to-text, search media, schedule posts and provides fun features for events.

Installation on Ubuntu

sudo apt update -y
sudo apt-get install git-all -y
sudo apt install python3.11 -y
sudo apt install python3-pip -y
sudo apt install ffmpeg -y
sudo apt-get install libmagickwand-dev -y
sudo apt-get install screen -y
sudo apt install fail2ban -y
git clone https://github.com/MekhyW/COOKIEBOT-Telegram-Group-Bot.git
cd COOKIEBOT-Telegram-Group-Bot
pip3 install -r requirements.txt --break-system-packages
cd ..
git clone https://github.com/MekhyW/telepota.git
cd telepota
pip3 install . --break-system-packages
cd ..

Provide credentials

cd COOKIEBOT-Telegram-Group-Bot
nano .env # Add your credentials
nano cookiebot-bucket-key.json # Add your credentials

Set timezone

timedatectl list-timezones
sudo timedatectl set-timezone <your_time_zone>
timedatectl

Run the bot

cd Bot
screen
python3.11 LAUNCHER.py [isAlternate (int)] # Run with process monitoring
python3.11 COOKIEBOT.py [isAlternate (int)] # Run without process monitoring
# Press CTRL+A+D to detach from the screen

About

Conversational AI group bot for Telegram. It can also schedule posts, combat raiders/spammers, generate memes, scrape images, provide drawing ideas, call all members and more!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •