Takes posts from your Reddit saved tab and x-posts them to a subreddit of your choice.
Project description
Reddit Mirror
Python module that takes links from your "saved" and x-posts them to a subreddit of your choice.
The best way to install is using pip:
pip install redditmirror
For the script to know your authentication details you need to create a praw.ini file, see here.
Running
There are a few command line arguments which can be used to skip the prompts and even run in non-interactive mode. You can use -h or --help to get help.
Examples:
python -m redditmirror -a # run in automatic mode; tries to create a private subreddit
# called r/username if it does not exist
python -m redditmirror -as example # use subreddit r/example instead of r/username
python -m redditmirror -kn # 'k'eep saved posts, reprompt instead of creating new subreddit
python -m redditmirror -an # crash and burn if r/username does not exist
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
redditmirror-1.0.0.tar.gz
(2.7 kB
view details)
File details
Details for the file redditmirror-1.0.0.tar.gz.
File metadata
- Download URL: redditmirror-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.11.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e28134d6c22625f0e9c0de544ac0961d3ca0ea116402cb88805e37f83207243
|
|
| MD5 |
61c151374d5ba393e725275f051d06f8
|
|
| BLAKE2b-256 |
970ea0ea170678ee9a4b4fa13e764362fe99c5a3ddcba86f6b31ba886649a491
|