All Projects → JamieMagee → hashflags-function

JamieMagee / hashflags-function

Licence: MIT license
⚡ A collection of Azure functions related to Twitter hashflags

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to hashflags-function

wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+240%)
Mutual labels:  emoji, hashtag
vemdezapbe.be
Vem de zap bb 😏😊😂
Stars: ✭ 33 (+120%)
Mutual labels:  emoji
purescript-emo8
🍠 A functional 2D game engine that can create emoji games.
Stars: ✭ 47 (+213.33%)
Mutual labels:  emoji
azure-functions-python-library
Azure Functions Python SDK
Stars: ✭ 95 (+533.33%)
Mutual labels:  azure-functions
Juka
🥣 Juka Programming Language - Fast Portable Programming Language. Run code anywhere without complicated installations and admin rights. Simple, yet powerful new programming language [Easy to code and run on any system] IOT devices supported!
Stars: ✭ 68 (+353.33%)
Mutual labels:  azure-functions
ember-emojione
EmojiOne helper and components for your Ember App
Stars: ✭ 16 (+6.67%)
Mutual labels:  emoji
spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 174 (+1060%)
Mutual labels:  emoji
emoji-to-scale
Your favorite emojis. To scale.
Stars: ✭ 334 (+2126.67%)
Mutual labels:  emoji
emojix
Simple emoji library for Elixir 💩
Stars: ✭ 21 (+40%)
Mutual labels:  emoji
emoji-prediction
🤓🔮🔬 Emoji prediction from a text using machine learning
Stars: ✭ 41 (+173.33%)
Mutual labels:  emoji
rafiki-zsh
👀👻 A zsh friend to watch over you.
Stars: ✭ 50 (+233.33%)
Mutual labels:  emoji
CfpExchange
An online community website used to share interesting call for papers with speakers.
Stars: ✭ 24 (+60%)
Mutual labels:  azure-functions
slack-emoji-import
Simple bulk emoji importer for slack
Stars: ✭ 35 (+133.33%)
Mutual labels:  emoji
Funcaster
⚡ Serverless .NET solution for hosting your 🔊 podcasts with (nearly) zero costs using Azure Functions and Azure Storage Account.
Stars: ✭ 44 (+193.33%)
Mutual labels:  azure-functions
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+6680%)
Mutual labels:  azure-functions
media-services-v3-dotnet-core-functions-integration
The project includes several folders of sample Azure Functions for use with Azure Media Services v3 that show workflows related to ingesting content, encoding, publishing or live stream management.
Stars: ✭ 41 (+173.33%)
Mutual labels:  azure-functions
serverlessnotifications
Serverless notifications with Azure Cosmos DB + Azure Functions + Azure SignalR
Stars: ✭ 60 (+300%)
Mutual labels:  azure-functions
Emoji-Log-VSCode
Emoji-Log VSCode Extension — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 44 (+193.33%)
Mutual labels:  emoji
emojifont
🍭Emoji and fontawesom in both base and ggplot2 graphics
Stars: ✭ 61 (+306.67%)
Mutual labels:  emoji
a11y-react-emoji
⚛️ An accessible Emoji component for React applications
Stars: ✭ 69 (+360%)
Mutual labels:  emoji

Twitter Hashflags Azure Functions

GitHub Workflow Status MIT license

This git reposistory contains a collection of Azure functions related to Twitter hashflags. Currently there are 5 functions:

  1. ActiveHashflags fetches the active from Twitter, and stores them in a JSON object in an Azure Storage Blob. You can find the list of current hashflags here.
  2. UpdateHashflagState reads the JSON, and updates the hashflag table with the current state of each hashflag.
  3. StoreHashflagImage downloads the hashflag image, and stores it in a blob store.
  4. CreateHeroImage creates a hero image of the hashtag and hashflag.
  5. TweetHashflag tweets the hashtag and hero image.

What is a Hashflag?

A hashflag, sometimes called Twitter emoji, is a small image that appears after a #hashtag for special events. They are not regular emoji, and you can only use them on the Twitter website, or the official Twitter apps.

Hashflags from Eurovision 2015 Hashflags from Eurovision 2015

Why create a Azure Functions?

Currently Twitter doesn't provide an official API for hashflags, and there is no official list of currently active hashflags. @hashflaglist tracks hashflags, but it's easy to miss one – especially as many of them are temporary.

The aim of this project is to allow people to use hashflags outside of Twitter, provide an up to date list of all the latest hashflags, as well as a historical archive of previous hashflags. In same the way that you can miss context when an emoji doesn't display correctly, hashflags are integral to talking about Twitter trends outside of the microcosm of Twitter. In the Eurovision example above, it's very hard to place the three letter hashtag alone without the distinctive Eurovision hashflag.

What's the architecture of the functions?

Architectural diagram of the functions

Credits

If you like this follow @Jamie_Magee on Twitter.

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