No project description provided
Project description
Ninegagposts
This is a python client to get 9Gag posts
Installation
Ninegagposts requires Python 3.6+ to run.
$ pip install ninegagposts
Examples
Get Last Post:
from ninegagposts import Client Client.get_last_post() #returns a dictionary
Get Fresh Posts:
from ninegagposts import Client Client.get_fresh_posts() #returns a dictionary list
Get Hot Posts:
from ninegagposts import Client Client.get_hot_posts() #returns a dictionary list
Get Trending Posts:
from ninegagposts import Client Client.get_trending_posts() #returns a dictionary list
Get Posts by Group:
from ninegagposts import Client Client.get_posts_by_group(group="default", type="fresh") #returns a dictionary list
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ninegagposts-0.0.1.1.tar.gz (3.5 kB) | File type Source | Python version None | Upload date | Hashes View |