Gets news from liveuamap.com and sends it to a Discord webhook

Overview

Liveuamap News

Gets news from https://liveuamap.com/ and sends it to a Discord webhook.

Credit

This is a replica of ukraine_discord written in JavaScript.

Setup

  1. Install the Node.js runtime from it's official website.
  2. Install Git from it's official website.
  3. Clone the repository:
$ git clone https://github.com/VoltrexMaster/liveuamap-news
  1. Create a Discord webhook in a channel (Skip this step if you've already done it):
  • Right-click on a Discord channel.
  • Click on the "Edit Channel" button.
  • Click on the "Integrations" tab.
  • Click on the "View Webhooks" button.
  • Click on the "Create Webhook" button to create a new webhook for that channel.
  • Customize your webhook if you want and click on the "Save changes" button to save the changes made to your webhook.
  • Finally click on the "Copy Webhook URL" button to copy the URL of the webhook (Only share this URL to those you trust as the webhook can be hijacked and spammed/edited/deleted).
  1. Create a config.json file and put your Discord webhook URL you just copied to the url field:
{
  "url": "Your Discord webhook URL goes here"
}

and save the file.

  1. Install the dependencies by running:
$ npm install
  1. Finally run the program by running:
$ node .
You might also like...

SEE WHO GETS TO A SCORE OF A 100 FIRST

SEE WHO GETS TO A SCORE OF A 100 FIRST

PIG-GAME RULES 1 . The main goal is to reach a score equal or above to a 100. 2 . To play, click on the button named " ROLL DICE ". 3 . To hold your s

Jun 12, 2021

Sorting Arrays as simple as it gets.

Sort Sorting Arrays as simple as it gets. This module is published at: https://deno.land/x/sort. Simple Usage Example import { SortService, Direction

May 12, 2022

Gets system requirement information to compare to the ones shown in Steam.

Steam SysReq Gets system requirement information to compare to the ones shown in Steam. Usage import getSteamSysReq from 'steam-sysreq'; const steamS

Nov 15, 2022

Chrome Extension - Gets your Trybe Agenda from slack

Chrome Extension - Gets your Trybe Agenda from slack

Trybe Schedule Notification Extensão para navegadores base chromium para facilitar o dia a dia do estudante da Trybe. Sumário Instalação Uso FAQ Contr

Apr 8, 2022

Cryptostat is a Node.js based CLI that gets you the real-time stats of your favorite cryptocurrency.

Cryptostat-CLI Cryptostat is a Node.js based CLI that gets you the real-time stats of your favorite cryptocurrency. Installation Use the npm package m

Dec 15, 2022

A JavaScript Library that allows you to execute function when a certain element gets added to the document

wait-for-it.js A JavaScript Library that allows you to execute function when a certain element gets added to the document Getting Started If you want

Apr 26, 2022

Look up a city and get back weather forecast for searched city and top News headline related to that city and an interactive map which shows the location of that city.

Look up a city and get back weather forecast for searched city and top News headline related to that city and an interactive map which shows the location of that city.

WeatheredVibes Description As a user I want to look up a city to get the current weather and suggested current news articles based on the location sea

Mar 12, 2022

Discovers and parses news, blog and podcast posts from any website

post-feed-reader A library to fetch news, blog or podcast posts from any site. It works by auto-discovering a post source, which can be an RSS/Atom/JS

Mar 14, 2022

Cloud Native, DevOps, GitOps, Open Source, industry news, culture, and the 'ish between.

Cloud Native, DevOps, GitOps, Open Source, industry news, culture, and the 'ish between.

DevOps'ish DevOps'ish is authored by Chris Short and Made in Michigan. What is DevOps? I'm glad you asked. Newsletter Writing Process Everyone needs a

Jan 12, 2022
Comments
  • perf: code and performance optimizations

    perf: code and performance optimizations

    • switched from node-fetch to undici since it has 0 dependencies and was made by the Node.js organization.
    • made so that readConfig() won't do I/O calls every time you call it. the config data should be stored in a global variable called configData, writeConfig() would also overwrite this.
    • other misc code refactors. see changes in commits.
    opened by null8626 1
Owner
Mohammed Keyvanzadeh
Principal software engineer and open-source enthusiast. Core collaborator @nodejs, maintainer @EchidnaHQ and @animality-xyz.
Mohammed Keyvanzadeh
The world's fastest game! User gets ten dice. Then rolls and rolls as fast as they can until he gets all their dice on the same number.

tenzies-game The world's fastest game! User gets ten dice. Then rolls and rolls as fast as they can until he gets all their dice on the same number. I

Babur Shah Sayer 6 Nov 26, 2022
A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

Henrique Corrêa 5 Jan 8, 2022
News API Wrapper for Violetics API News

News API Wrapper for Violetics API News

Violetics 3 Mar 23, 2022
📟🤖 PagerDuty Discord Webhook Relay

PagerDuty Webhook Relay PagerDuty doesn't natively have Discord webhooks, so we made this CloudFlare worker to relay them to Discord. We use Uptime Ku

Hop 10 Aug 2, 2022
Minecraft 1.8.9 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

R.A.T Retrieve Access Token Check DxxxxY/TokenAuth to login into an MC account with a name, token and uuid combo. Features Grabs the username, uuid, t

null 45 Jan 9, 2023
Webhook service built with serverless technologies

Webhook service built with serverless technologies

Luciano Pellacani Franca 10 May 13, 2022
Truemoney Wallet webhook server by express.js

Truemoney webhook gateway Repo นี้สำหรับใช้ในการศึกษา โดยข้อมูลที่ได้รับมาจาก Webhook จะถูกเก็บลงในตัวแปร หาก Restart process แล้วจะไม่สามารถนำข้อมูลก

Tanakorn Chotayakrit 31 Sep 22, 2022
This is a bot for Telegram that can be used to receive webhook notifications from Gitlab. It is built with the Next.js API.

Telegram Bot for Gitlab Webhook ?? Note This project is still in development. Just relax ?? This is a bot for Telegram that can be used to receive web

M. Zakiyuddin Munziri 2 Oct 22, 2022