Find Subreddit Firstposts
Project description
# Reddit Firstposts
This script uses reddit’s cloud search features to find the first posts on a specific subreddit. The script just automates the process outlined [here.](https://www.reddit.com/r/NoStupidQuestions/comments/2icl6i/is_there_any_way_to_find_the_very_first_post_on/cl0xwr2/) Doing that manually takes a lot of time and is very error prone.
## Installation #### Install required packages.
pip install -r requirments.txt
#### Copy the configuration files.
cp config.yml.example config.yml
#### Setup Reddit API
Go to your reddit [preferences](https://www.reddit.com/prefs/apps) and create an app. Then add the client id, the secret id, and the user_agent to the config.yml file.
## Usage The script will automatically open the generated url in the default browser.
python firstposts.py subreddit days
Project details
Release history Release notifications
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 firstposts-0.1-py2-none-any.whl (4.7 kB) | File type Wheel | Python version py2 | Upload date | Hashes View hashes |
Filename, size firstposts-0.1.tar.gz (2.2 kB) | File type Source | Python version None | Upload date | Hashes View hashes |