Using Python, How can I create a bot/script that let's me re-post a subreddit's post to Lemmy?

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.

-4 points · 3 comments · view on lemmy.world

3 Comments

canpolat@programming.dev · 10 pts · 3y (1 reply)

This question is probably a better fit for !learn_programming@programming.dev community.

counselwolf@lemmy.fmhy.ml · 3 pts · 3y

thanks, will subscribe there too.

AMillionMonkeys@lemmy.world · 3 pts · 3y

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