Retrieve Imgur's viral posts from a given date (it goes back years).
Project description
# imgur-scraper
Retrieve Imgur's viral posts from a given date. No authentication required. Implemented using their frontend API.
# Usage
```python
>>> from imgur_scraper import get_viral_posts_from
>>> for post in get_viral_posts_from(date="12/31/15"):
>>> print(post)
The most viral images from Wednesday, Dec 31 2015
{
'title': 'Tire went flat overnight and decided to have a little fun',
'url': 'https://imgur.com/gallery/SIQgS',
'points': '15,893',
'tags': 'funny'
}
… prints all 500 of them
```
# Installation
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
imgur_scraper-0.1.0.tar.gz
(3.3 kB
view details)
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 imgur_scraper-0.1.0.tar.gz.
File metadata
- Download URL: imgur_scraper-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19cf3f443d76700b9796bdeec163ba0e6d10d93f9d055d6251570b77b907670
|
|
| MD5 |
6877d7129cbab702f2fbbc0dbfc1a7e2
|
|
| BLAKE2b-256 |
06e3cb110aeda0db9c8972d23cbdd0b37e610133be8627341aba03a29d096437
|
File details
Details for the file imgur_scraper-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: imgur_scraper-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e524e89d908e1e663d0814f526ac0b77c1e674212b722e26753dc5686157881
|
|
| MD5 |
d9858ce8bc267056e9e0e6b6cf5c959c
|
|
| BLAKE2b-256 |
4e2276a45ecd29457fb9eab4c37e6e5e00956b13d041b9a123b6dee1d1f9d03d
|