{"id":16739373,"url":"https://github.com/zafarali/gif-bot-from-scratch","last_synced_at":"2025-03-15T22:43:51.681Z","repository":{"id":78568190,"uuid":"75553744","full_name":"zafarali/GIF-BOT-FROM-SCRATCH","owner":"zafarali","description":"Create a Facebook Messenger Chatbot from scratch.","archived":false,"fork":false,"pushed_at":"2016-12-04T19:14:03.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T11:47:41.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zafarali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-04T17:48:11.000Z","updated_at":"2018-01-07T23:56:42.000Z","dependencies_parsed_at":"2023-03-12T04:38:54.185Z","dependency_job_id":null,"html_url":"https://github.com/zafarali/GIF-BOT-FROM-SCRATCH","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zafarali%2FGIF-BOT-FROM-SCRATCH","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zafarali%2FGIF-BOT-FROM-SCRATCH/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zafarali%2FGIF-BOT-FROM-SCRATCH/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zafarali%2FGIF-BOT-FROM-SCRATCH/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zafarali","download_url":"https://codeload.github.com/zafarali/GIF-BOT-FROM-SCRATCH/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801611,"owners_count":20350106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T00:50:37.377Z","updated_at":"2025-03-15T22:43:51.673Z","avatar_url":"https://github.com/zafarali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GIF Bot from scratch!\n\nThe goal of this tutorial is to make a Messenger Chatbot that can parse and respond to a user using GIFS and text. The code will be written from scratch; no shortcuts will be used to do NLU and other stuff.\n\nAlternatively, you can fork this repo and run using from step 00.\n\n## Pre-requisites\n- [ ] Knowledge of JavaScript\n- [ ] an (Openshift)[https://www.openshift.com/] account.\n- [ ] A Giphy API Key or get the public one from [here](https://github.com/Giphy/GiphyAPI)\n\n### Warning\nI encourage the use of Openshift just because they allow you to run an app for absolutely no cost at all. Azure app services is a good alternative as they are free, but requires you to input your credit card details and might be limiting for people who do not have one. Heroku is another alternative; however, their apps only run for 20 hours a day.\n\n## How do I follow along with the tutorial?\n\nCode will be written in the `./code/` directory. `index.js` and `package.json` will be in the root folder to enable easy deployment.  The tutorial text is placed in `./tutorial/`. It is numbered as follows:\n\n* README - Accounts checklist.\n* 00 - Setting up your repository with boilerplate code\n* 01 - Setting up your Openshift app\n* 02 - Setting up a connection to Facebook Messenger\n* 03 - Hello world: Parsing user input\n* 04 - GIF world: Sending users GIFs!\n* 05 - NLP world: Extracting important words from user input\n* 06 - GIF + NLP world: Sending relevant GIFS to your users\n* 07 - Future work","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzafarali%2Fgif-bot-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzafarali%2Fgif-bot-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzafarali%2Fgif-bot-from-scratch/lists"}