Compare commits
No commits in common. "7386bae4ed7ea06113a4e708989309ad1e5a31a1" and "56e8c3e066aa51a01468a381e90d330367f1c8ed" have entirely different histories.
7386bae4ed
...
56e8c3e066
2 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,5 @@
|
||||||
# Reddit Mastodon Crossposter
|
# Reddit Mastodon Crossposter
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
- Python 3
|
|
||||||
- conda/mamba
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Install conda env with `conda env create -f environment.yml`.
|
1. Install conda env with `conda env create -f environment.yml`.
|
||||||
|
|
|
@ -5,6 +5,6 @@ channels:
|
||||||
dependencies:
|
dependencies:
|
||||||
- praw
|
- praw
|
||||||
- pip:
|
- pip:
|
||||||
- mastodon-py
|
- mastodon-py==1.5.2
|
||||||
- python-dotenv
|
- python-dotenv==0.21.0
|
||||||
- wget
|
- wget==3.2
|
||||||
|
|
Loading…
Reference in a new issue