ghrlt / annoy-your-friends

This repo includes 3 bots, for Instagram & Discord bot/selfbot. Goal of the bots? Reply to your messages with a pun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annoy Your Friends

License: GPL v3

This project is composed of 3 chat bots - Instagram & Discord bot/selfbot.
The bots will listen for any incoming message, adressed to them directly or in a group/server they are, then, they will check if they are able to build a pun with the message content (Especially the last word of it, if text).

Yet, puns are made with and from English and French.

Installation

git clone https://github.com/ghrlt/annoy-your-friends
cd annoy-your-friends

Go in the directory of the bot you plan to use
cd instagram

Create & Fill with your own values .env file
cp example.env .env

Install required dependencies
pip3 install -r requirements.txt

Start the bot
python3 app.py

Usage

If you are running your own instance, just add your bot to your servers/groups/chats

If you want to use the instance I'm running, add:

About

This repo includes 3 bots, for Instagram & Discord bot/selfbot. Goal of the bots? Reply to your messages with a pun

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Shell 1.0%