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.

  • @[email protected]OP
    link
    fedilink
    51 year ago

    I can’t speak for everybody, but I found python easier to understand than the other language I tried (C++).

    Also, python has Pandas which was really good because my initial track was related to data scientist.

    • @RookiMA
      link
      21 year ago

      Yeah c++ is a bit difficult.