Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexflipnote/ukraine_discord
A script that gets the news from liveuamap.com to post is on Discord as a webhook
https://github.com/alexflipnote/ukraine_discord
discord invasion news python russia ukraine ukraine-invasion updates webhook
Last synced: 3 months ago
JSON representation
A script that gets the news from liveuamap.com to post is on Discord as a webhook
- Host: GitHub
- URL: https://github.com/alexflipnote/ukraine_discord
- Owner: AlexFlipnote
- License: mit
- Created: 2022-02-26T21:05:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T15:42:04.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T01:33:06.095Z (9 months ago)
- Topics: discord, invasion, news, python, russia, ukraine, ukraine-invasion, updates, webhook
- Language: Python
- Homepage: https://discord.gg/AlexFlipnote
- Size: 43.9 KB
- Stars: 27
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ukraine_discord
A script that gets the news from liveuamap.com to post is on Discord as a webhook# Live view
The bot is currently running and posting news right now as an example inside [my personal Discord server](https://discord.gg/AlexFlipnote), inside the channel `#general_whatever` within the thread called `Ukraine Vs Russia - Discussion and News`.# Requirements
- Python 3.6 or higher
- Discord webhook URL# Credits
- [Atomikkunn](https://github.com/Atomikkunn)
- Figuring out how to check what category each posts are## Config file
| Variable | Description |
| --- | --- |
| embed_image | Define if images should be shown in embed or not (Bool) |
| user_agent | Make custom User-Agent for requests |
| webhook_url | Discord webhook URL from your Discord |
| article_fetch_limit | How many articles it will go through to see if anything's new |
| debug | Debug mode, true/false |## Example outputs
![](https://i.alexflipnote.dev/P1967aY.png)![](https://i.alexflipnote.dev/4Ty6Yb3.png)