trying to format readme

This commit is contained in:
Luke Ogburn
2022-04-05 21:11:27 -04:00
parent 84ac8d325d
commit 53a1460388

View File

@@ -8,24 +8,23 @@ is very much a work in progress.
- praw - praw
you can run `pip3 install Mastodon.py praw` to install both of these. you can run `pip3 install Mastodon.py praw` to install both of these.
TODO: ## Status:
done: **Done**
- [x] Download and posting of video files - [x] Download and posting of video files
- [x] Make sure text-only reddit posts work - [x] Make sure text-only reddit posts work
- [x] Eternal looping, run script every 5 mins or something - [x] Eternal looping, run script every 5 mins or something
- [x] Different masto post structures for different post types (videos need links) - [x] Different masto post structures for different post types (videos need links)
- [x] Import bot/scraper settings from file for automation - [x] Import bot/scraper settings from file for automation
- [x] Random post if low activity - [x] Random post if low activity
- [x] Separate methods methods to make code cleaner - [x] Separate methods methods to make code cleaner
- [x] Keep track of what has been scraped and tooted to not duplicate posts - [x] Keep track of what has been scraped and tooted to not duplicate posts
**Likely**
likely: - [ ] Debugging logging
- [ ] Debugging logging - [ ] Move all vars into config
- [ ] Move all vars into config - [ ] Docker image
- [ ] Docker image
unlikely: **Unlikely**
- [ ] Updating from @mention toot - [ ] Updating from @mention toot
- [ ] Make this an installable (pip?) package - [ ] Make this an installable (pip?) package
- [ ] Add twitter bot - [ ] Add twitter bot