Skip to content

๐Ÿ•บ๐Ÿผ Effortlessly Find and Share Gifs on the Fly!

License

Notifications You must be signed in to change notification settings

AkashRajpurohit/easy-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Bongo cat

Easy GIF!

Effortlessly Find and Share Gifs on the Fly!

Bug report ยท Feature request

Deployed to Cloudflare Workers Powered by Tenor Visitors count follow on twitter GitHub

Motivation ๐Ÿ’ช

Simple utility service which helps me save ~5 seconds for every time I want to send a GIF to communicate with someone.

These numbers adds up pretty quickly if you are a heavy GIF user as well. ๐Ÿ‘€

It uses Tenor GIF API to fetch the relevant GIF based on text search and returns the GIF image directly as the API response (not the URL).

Preview

You can self host it easily using Cloudflare Workers, see deployment section below for more details.

Endpoint ๐Ÿš€

  • ${HOST_URL}/${my awesome text} -> pass the text in URL format after slash.

    For example -> https://example.com/bongo-cat. Replace example.com with whatever your self hosted worker host name is.

Deployment โ˜๏ธ

Self hosting this is pretty straight forward, there are two ways.

The simplest way is to use the "Deploy with Workers" button and deploy the current version of service on your Cloudflare account.

Deploy to Cloudflare Workers

Another way is to fork this repository under your own Github account which will run the deploy-to-cf Github action workflow.

This workflow requires some environment variables so make sure add those

Github Actions

Add these to the forked repository github actions variables.

  • CF_API_TOKEN -> This is your Cloudflare API token which has permissions for Worker scripts.

    Add the API tokens from here

  • CF_ACCOUNT_ID -> This would be your Cloudflare Account ID.

Cloudflare Worker

  • TENOR_API_KEY - Get your tenor API key from here and save it on the worker environment one it is created.

Once these are added, run the workflow and you should see the service being deployed on Cloudflare workers.

Take the worker URL and start sending GIFs ๐ŸŽ‰

Technology Stack ๐Ÿ’ป

Bugs or Requests ๐Ÿ›

If you encounter any problems feel free to open an issue. If you feel the project is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull requests are also welcome.

Where to find me? ๐Ÿ‘€

Website Badge Twitter Badge Linkedin Badge Instagram Badge Telegram Badge

About

๐Ÿ•บ๐Ÿผ Effortlessly Find and Share Gifs on the Fly!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published