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
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Python 3
|
||||
- conda/mamba
|
||||
|
||||
## Usage
|
||||
|
||||
1. Install conda env with `conda env create -f environment.yml`.
|
||||
|
|
|
@ -5,6 +5,6 @@ channels:
|
|||
dependencies:
|
||||
- praw
|
||||
- pip:
|
||||
- mastodon-py
|
||||
- python-dotenv
|
||||
- wget
|
||||
- mastodon-py==1.5.2
|
||||
- python-dotenv==0.21.0
|
||||
- wget==3.2
|
||||
|
|
Loading…
Reference in a new issue