You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an IRC (Internet Relay Chat)
- Create a login page with options to create user if none exists. Use nicknames to identify the user.
- Create a chat room, where you load message history and show incoming messages real-time.
- Create a text box to write messages.
- Messages should show sender and time information.
- Chat integrations: Create a bot with Giphy or Youtube that recognizes the following command in the text box:
- command format: /youtube_or_giphy <string>
- Look up string in the corresponding API. Suggest gifs or videos depending on the input string and the chosen API. Add funcionality to select video/gif and send it through the chat.