Using Python, How can I create a bot/script that let’s me re-post a subreddit’s post to Lemmy?
Just wanted to do a simple little project to practice my programming skills.
I just need to know the outline/backbone of things I should know to do this project.
You must log in or register to comment.
This question is probably a better fit for !learn_programming@programming.dev community.
thanks, will subscribe there too.
Use
https://github.com/amarpersaud/python-jplaw
to interact with Lemmy (make sure it’s v0.1.7+ since 0.1.6 had a bug and couldn’t create posts) and
https://github.com/praw-dev/praw to interact with Reddit