All Projects → EmoteBot → Emotecollector

EmoteBot / Emotecollector

Licence: agpl-3.0
Collects emotes from other servers for use by people who don't have Nitro

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Emotecollector

Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (+621.57%)
Mutual labels:  bot, hacktoberfest
Bot
The community bot for the Python Discord community
Stars: ✭ 460 (+801.96%)
Mutual labels:  bot, hacktoberfest
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (+682.35%)
Mutual labels:  bot, hacktoberfest
Switchblade
The open source Discord bot that solves all of your problems.
Stars: ✭ 285 (+458.82%)
Mutual labels:  bot, hacktoberfest
Derek
Reduce maintainer fatigue by automating GitHub
Stars: ✭ 714 (+1300%)
Mutual labels:  bot, hacktoberfest
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+513.73%)
Mutual labels:  bot, hacktoberfest
Werewolf
Werewolf for Telegram
Stars: ✭ 458 (+798.04%)
Mutual labels:  bot, hacktoberfest
Discord Twitter Bot
Posts Twitter Tweets to Discord through Webhook
Stars: ✭ 219 (+329.41%)
Mutual labels:  bot, hacktoberfest
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+61986.27%)
Mutual labels:  hacktoberfest, emoji
Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+1150.98%)
Mutual labels:  bot, hacktoberfest
Python Telegram Bot
We have made you a wrapper you can't refuse
Stars: ✭ 17,209 (+33643.14%)
Mutual labels:  bot, hacktoberfest
Adhesive
A chatbot serving as your glue between Telegram and Signal sticker packs
Stars: ✭ 25 (-50.98%)
Mutual labels:  bot, hacktoberfest
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (+343.14%)
Mutual labels:  bot, hacktoberfest
Eggdrop
The Eggdrop IRC Bot
Stars: ✭ 314 (+515.69%)
Mutual labels:  bot, hacktoberfest
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (+341.18%)
Mutual labels:  bot, hacktoberfest
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+9056.86%)
Mutual labels:  bot, hacktoberfest
Pajbot
Twitch moderation bot
Stars: ✭ 198 (+288.24%)
Mutual labels:  bot, hacktoberfest
Noderssbot
Another Telegram RSS bot but in Node.js Telegram RSS 机器人
Stars: ✭ 212 (+315.69%)
Mutual labels:  bot, hacktoberfest
Guide
The official guide for discord.js, created and maintained by core members of its community
Stars: ✭ 512 (+903.92%)
Mutual labels:  bot, hacktoberfest
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+1325.49%)
Mutual labels:  bot, hacktoberfest

Emote Collector

Emote Collector lets you use emotes you don't have, even without Nitro.

Once you've found an emoji you'd like to use, just send it as if you were sending a regular Discord emoji (e.g. :speedtest:). It will be detected and sent by the bot. Using semicolons (;thonkang;) is also supported.

Note that this bot is still in beta status, and is subject to change at any time until it becomes stable.

Commands

To add an emote:

  • ec/add :thonkang: (if you already have that emote)
  • ec/add rollsafe https://image.noelshack.com/fichiers/2017/06/1486495269-rollsafe.png
  • ec/add speedtest https://cdn.discordapp.com/emojis/379127000398430219.png
If you invoke ec/add with an image upload, the image will be used as the emote image, and the filename will be used as the emote name. To choose a different name, simply run it like
ec/add :some_emote: instead.

Running ec/info :some_emote: will show you some information about the emote, including when it was created and how many times it's been used.

Running ec/big :some_emote: will enlarge the emote.

There's a few ways to react to a message with an emote you don't have:

  • ec/react speedtest will react with :speedtest: to the last message.
  • ec/react :speedtest: hello there will react with :speedtest: to the most recent message containing "hello there".
  • ec/react speedtest @Someone will react with :speedtest: to the last message by Someone.
  • ec/react ;speedtest; -2 will react with :speedtest: to the second-to-last message.
  • ec/react speedtest 462092903540457473 will react with :speedtest: to message ID 462092903540457473.
After running this command, the bot will wait for you to also react. Once you react, or after 30s, the bot will remove its reaction. Confused? It works like this:
demonstration of how the ec/react command works

ec/list [user] gives you a list of all emotes. If you provide a user (IDs, names, and @mentions all work), then the bot will limit the list to only emotes created by that user.

ec/popular will list all emotes, sorted by how often they've been used within the last 4 weeks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].