Python async library for pulling news off of https://www.epicgames.com/fortnite/en-US/news
Project description
FortniteNewsGrabber
An async python library for grabbing the news from this site.
Basic Usage:
import FortniteNewsGrabber
import asyncio
async def main():
a = await FortniteNewsGrabber.getAllNews()
print(a[0].image)
asyncio.run(main())
This will print a url to the image of the first news element:
https://cdn2.unrealengine.com/13br-megadrop-blogthumb-576x576-730037014.jpg
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FortniteNewsGrabber-0.0.1.tar.gz.
File metadata
- Download URL: FortniteNewsGrabber-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10cb8ef8e3615f5ae92648ccd61f7950e1250e00ef9e4d9a38269e4fdb4d508c
|
|
| MD5 |
224e2faa1f34ea3f44db10de3ec5fdc1
|
|
| BLAKE2b-256 |
bf9014e5f6ce6c8abbcd7cc76f62546640d8b04c92d457a99d4a8c1839f82b39
|
File details
Details for the file FortniteNewsGrabber-0.0.1-py3-none-any.whl.
File metadata
- Download URL: FortniteNewsGrabber-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d9c00d623fcae79d51912ddc71b99b305e96840ed81323ea715e6877c99f9d4
|
|
| MD5 |
930e5314f125efdd59e7b6fa9f5843aa
|
|
| BLAKE2b-256 |
588818aa6ab6f105b0f7ccb504c090d00e443460d6ee240cc3e297bb546464c1
|