All Projects → Nukesor → sticker-finder

Nukesor / sticker-finder

Licence: MIT license
⚡ A telegram bot for searching all the stickers (just like @gif).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sticker-finder

ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (-10%)
Mutual labels:  emoji, sticker
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+177.78%)
Mutual labels:  emoji
React Native Emoji Selector
⚛️😎 Simple, customizable and theme-able Emoji selector for React Native
Stars: ✭ 217 (+141.11%)
Mutual labels:  emoji
React Tater
A React component to add annotations to any element on a page 🥔
Stars: ✭ 235 (+161.11%)
Mutual labels:  emoji
Emojipedia
MacOS X Dictionary containing Emoji and their meanings
Stars: ✭ 220 (+144.44%)
Mutual labels:  emoji
Base100
base💯 - Encode your data into emoji
Stars: ✭ 244 (+171.11%)
Mutual labels:  emoji
Emoji Catalog
Get access to +3500 emojis as class constants
Stars: ✭ 211 (+134.44%)
Mutual labels:  emoji
React Emoji Render
Normalize and render emoji's the way your users expect.
Stars: ✭ 250 (+177.78%)
Mutual labels:  emoji
Emojibase
🎮 A collection of lightweight, up-to-date, pre-generated, specification compliant, localized emoji JSON datasets, regex patterns, and more.
Stars: ✭ 248 (+175.56%)
Mutual labels:  emoji
V Emoji Picker
🌟 A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
Stars: ✭ 231 (+156.67%)
Mutual labels:  emoji
Java China
🍡 此项目已废弃,请移步至 https://github.com/junicorn/roo
Stars: ✭ 232 (+157.78%)
Mutual labels:  emoji
Twitter Text
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
Stars: ✭ 2,627 (+2818.89%)
Mutual labels:  emoji
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (+173.33%)
Mutual labels:  emoji
Markdown It Vue
The vue lib for markdown-it.
Stars: ✭ 219 (+143.33%)
Mutual labels:  emoji
Console Dot Emoji
🍕 Custom Console Logging with Emoji
Stars: ✭ 251 (+178.89%)
Mutual labels:  emoji
Streamoji
Custom emoji rendering library for iOS apps with support for GIF & still images - plug-in extension for UITextView - performance, cache ✅ - Made with 💘 by @GetStream
Stars: ✭ 215 (+138.89%)
Mutual labels:  emoji
Emoji Keyboard
Type emoji easily! Virtual keyboard-like emoji palette for Linux with lots of features.
Stars: ✭ 231 (+156.67%)
Mutual labels:  emoji
Emoji Selector For Gnome
This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.
Stars: ✭ 239 (+165.56%)
Mutual labels:  emoji
Emojitwo
Fork of the last fully free EmojiOne™ 2 artwork
Stars: ✭ 250 (+177.78%)
Mutual labels:  emoji
Emoji
🚀 Find the emoji(Unicode)
Stars: ✭ 250 (+177.78%)
Mutual labels:  emoji

Sticker Finder

GitHub release Test status MIT Licence

⚠️ ⚠️ ⚠️ State of the project ⚠️ ⚠️ ⚠️

The project is no longer actively maintained! I try to bump dependencies on a regular basis, but I won't review or accept any new pull requests!

If you started a successful fork of this repository that has been maintained over a longer period of time, feel free to contact me. I'll then point to your fork :).

⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️

Introduction

StickerFinder is a telegram bot for searching stickers (just like @gif).

You can search through community tags, on-image text, emojis and the sticker-set's title. There are already more than 4100 searchable sticker sets with over 230k stickers. In case the bot is missing some, you can easily add your own precious sets.

StickerFinder's search is super fast and features customized tagging as well as fuzzy searching!

Feel free to host your own bot. There is an up-to-date postgreSQL database dump in the repository.

Features

  • Inline query search by tags, text, emoji, sticker set name and title.
  • A dedicated search for sticker packs. Just add pack or set to your search e.g. @stfi_bot kermit set.
  • Fuzzy searching to match similar words or typos.
  • Individual search results (If you use a sticker often you will see it on top.)
  • Tagging of single stickers or whole sets.
  • NSFW and Furry filter. Use nsfw or fur tag to explicitly search for this stuff.
  • Sticker set addition in direct conversations or when the bot is added to groups.
  • Random tagging of stickers if you're bored.
  • /report [reason] Report a sticker set for some reason.
  • A minimalistic mode for groups that don't want user interaction (I already host one with the name @stfil_bot).

Available commands

/help       Display help
/tag [tags] Tag the last sticker posted in this chat or the sticker you replied to
/replace [tags] Replace the tags of the last sticker posted in this chat or the sticker you replied to
/cancel     Cancel all current tag actions
/forget_set Forget all usages of all stickers of a specific sticker pack. The sticker pack is determined by the latest sticker in this chat.

Installation and starting

This bot is developed for Linux.

Windows isn't tested, but it shouldn't be too hard to make it compatible. Feel free to create a PR.

Dependencies:

  • poetry to manage and install dependencies.
  • Just for convience.
  • Stickerfinder uses postgres. Make sure the user has write/read rights.
  1. Clone the repository: git clone [email protected]:nukesor/stickerfinder && cd stickerfinder
  2. Execute just setup to install all dependencies.
  3. Either start the stickerfinder once with just run or copy the misc/stickerfinder.toml manually to ~/.config/stickerfinder.toml. Adjust all necessary values.
  4. Run just initdb to initialize the database (or recreate it, if necessary) and set the migration stamp to the newest alembic head.
  5. Import the database pg_restore -O -j 4 -F c -d your_db_name name_of_the_dump
  6. Start the bot by running just run

Botfather commands

help - Display help
tag - Tag the last sticker posted in this chat or the sticker you replied to
replace - Replace the tags of the last sticker posted in this chat or the sticker you replied to
report - Report something regarding the sticker set of the last sticker in the chat.
cancel - Cancel all current actions.
forget_set - Forget all usages of a sticker pack.

Admin commands

This is just for people hosting a bot and those with admin permissions:

/ban Ban the last sticker posted in this chat.
/unban Unban the last sticker posted in this chat.
/make_admin [name|id] Make another user admin
/ban_user [name|id] Ban a user
/unban_user [name|id] Unban a user
/tasks Start to process tasks in a maintenance chat

/toggle_flag [maintenance|newsfeed] Flag a chat as a maintenance or newsfeed chat. Newsfeed chats get the first sticker of every new set that is added, while all tasks are send to maintenance chats.

/broadcast [message] Send the message after this command to all users.
/add_set [names...] Add multiple sets at once by `set_name` separated by newline
/delete_set [name] Completely delete a set
/show_sticker [file_id] Command sends the corresponding sticker for the given Id
/show_id Show file id of sticker you replied to
/authorize [user_id] Allow this user to access a secured instance.
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].