All Projects → vmarchesin → vemdezapbe.be

vmarchesin / vemdezapbe.be

Licence: GPL-3.0 license
Vem de zap bb 😏😊😂

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to vemdezapbe.be

Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+345.45%)
Mutual labels:  emoji, whatsapp
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (+3.03%)
Mutual labels:  emoji, whatsapp
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+275.76%)
Mutual labels:  whatsapp
slack-emoji-import
Simple bulk emoji importer for slack
Stars: ✭ 35 (+6.06%)
Mutual labels:  emoji
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+778.79%)
Mutual labels:  whatsapp
Whatsapp-Direct-Messaging-API
An API that opens Whatsapp application directly start a conversation based on given mobile number
Stars: ✭ 66 (+100%)
Mutual labels:  whatsapp
Emoji-Log-VSCode
Emoji-Log VSCode Extension — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 44 (+33.33%)
Mutual labels:  emoji
whatsapp-PWA
Progressive Web app of Whatsapp web
Stars: ✭ 16 (-51.52%)
Mutual labels:  whatsapp
emojix
Simple emoji library for Elixir 💩
Stars: ✭ 21 (-36.36%)
Mutual labels:  emoji
emoji-prediction
🤓🔮🔬 Emoji prediction from a text using machine learning
Stars: ✭ 41 (+24.24%)
Mutual labels:  emoji
ember-emojione
EmojiOne helper and components for your Ember App
Stars: ✭ 16 (-51.52%)
Mutual labels:  emoji
The-Code-Bending-Dictionary
🧚🏽‍♀️ learn tech vocab in a friendly way 🧚🏽‍♀️ CONTRIBUTIONS WELCOME! 🔥
Stars: ✭ 19 (-42.42%)
Mutual labels:  api-rest
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+15.15%)
Mutual labels:  whatsapp
node-red-contrib-whatsappbot
Whatsapp Bot 🤖 for Node-Red
Stars: ✭ 37 (+12.12%)
Mutual labels:  whatsapp
purescript-emo8
🍠 A functional 2D game engine that can create emoji games.
Stars: ✭ 47 (+42.42%)
Mutual labels:  emoji
apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+1087.88%)
Mutual labels:  emoji
spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 174 (+427.27%)
Mutual labels:  emoji
rafiki-zsh
👀👻 A zsh friend to watch over you.
Stars: ✭ 50 (+51.52%)
Mutual labels:  emoji
reedelk-runtime
Reedelk Runtime Platform Community Edition
Stars: ✭ 25 (-24.24%)
Mutual labels:  api-rest
whatsanalyze
Analyze your WhatsApp Chat in Seconds. Reveal insights & get statistics, while all data stays on your device. No chat data is sent to a server it runs only locally in your browser.
Stars: ✭ 41 (+24.24%)
Mutual labels:  whatsapp

Vem de zap bb 😏😊😂

vemdezapbe.be é um zapeador de textos automático. O objetivo é enviar um texto e receber de volta o mesmo texto com a adição de emojis.

É possível ver zaps criados pelos usuários pela conta @vemdezapbebe no Twitter.

Glossário

  • emoji: Qualquer caracter UTF-8 que se enquadre na RegEx:
/(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff]|[\u0023-\u0039]\ufe0f?\u20e3|\u3299|\u3297|\u303d|\u3030|\u24c2|\ud83c[\udd70-\udd71]|\ud83c[\udd7e-\udd7f]|\ud83c\udd8e|\ud83c[\udd91-\udd9a]|\ud83c[\udde6-\uddff]|\ud83c[\ude01-\ude02]|\ud83c\ude1a|\ud83c\ude2f|\ud83c[\ude32-\ude3a]|\ud83c[\ude50-\ude51]|\u203c|\u2049|[\u25aa-\u25ab]|\u25b6|\u25c0|[\u25fb-\u25fe]|\u00a9|\u00ae|\u2122|\u2139|\ud83c\udc04|[\u2600-\u26FF]|\u2b05|\u2b06|\u2b07|\u2b1b|\u2b1c|\u2b50|\u2b55|\u231a|\u231b|\u2328|\u23cf|[\u23e9-\u23f3]|[\u23f8-\u23fa]|\ud83c\udccf|\u2934|\u2935|[\u2190-\u21ff])/g
  • token: Palavra ou qualquer sequência de caracteres separada por espaço vazio (" ") ou terminador de palavra ("()[]{}./"'").

API

A API REST pode ser encontrada em https://vemdezapbebe.herokuapp.com/api. Os seguintes endpoints estão disponíveis:

GET

  • /api - Retorna a versão mais recente da API. A versão atual é v1.0. Todas as chamadas da API retornam junto a versão atual.
{
  version: "v1.0",
}

POST

  • /api/v1.0/zap - Zapeia um texto

    • Content-Type: applicaton/json

    • Request:

      • zap string: Texto a ser zapeado (required)
      • mood One of ["angry", "happy", "sad", "sassy", "sick"]: Humor do zap (default happy)
      • strength number 1..5: Número máximo de emojis por token. (default 3)
      • rate float 0..1: Taxa de zapeamento. Quão provável é que um token seja zapeado, 0 sendo 0% e 1 sendo 100%. Cada token é testado individualmente. (default 0.5)
      • tweet boolean: Se o zap deve ser enviado ou não para o Twitter pela conta @vemdezapbebe. Se o conteúdo do zap for maior que 280 caracteres o tweet não será feito. Todos os @ são escapados antes de enviar o tweet, portanto não é possível fazer menções usando a API. É possível criar hashtags, e qualquer texto no formato #texto será interpretado como uma hashtag.
    • Response:

      • zap string: Texto zapeado
      • gemidao string: Gemidao em texto. Chance de 1% de ser retornado. Se retornado toca o gemidão no site.
      • requestTime string: Tempo de execução do servidor em ms.
{
  version: "v1.0",
  zap: "Zapeia 😄 esse 😀☺😀 texto 👌😋😆 bb 👶",
  gemidao: "HÃÃÃÃÃÃNNN ÕÕÕÕHH ÕÕÕÕÕÕÃHHH ÃÃÃÃÃÃÃHNN",
  requestTime: "75ms",
}

Contribuidores:

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].