Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owez/postmatic
Postmatic is a simple reddit-to-instagram posting bot based upon a cli
https://github.com/owez/postmatic
bot content instagram memes poster reddit social-network
Last synced: about 1 month ago
JSON representation
Postmatic is a simple reddit-to-instagram posting bot based upon a cli
- Host: GitHub
- URL: https://github.com/owez/postmatic
- Owner: Owez
- License: mit
- Created: 2021-03-19T00:49:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T00:54:02.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T19:52:06.038Z (2 months ago)
- Topics: bot, content, instagram, memes, poster, reddit, social-network
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postmatic
Postmatic is a simple reddit-to-instagram posting bot based upon a cli
## Usage
*Coming soon..*
## Example config
```json
{
"description": "Bot based upon Postmatic",
"reddit": {
"subreddit": "memes",
"client_id": "fdsfs",
"client_secret": "sfdfgdgsdfsdgdfgsdfsgsdff"
},
"instagram": {
"username": "fd",
"password": "fdfg"
},
"mins_per_upload": 1440
}
```## Under-the-hood
Postmatic uses a PRAW-based reddit fetcher and custom selenium for Instagram uploading so use at your own risk! Everything is written in Python and there are currently no plans to change anything major; this program is in maintenance-mode.