Giter Site home page Giter Site logo

richardletshacks / marcidus Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 95 KB

WIP configurable reddit to instagram repost that also supports image galleries and videos.

License: GNU General Public License v3.0

Kotlin 100.00%
instagram instagram-bot instagram-api reddit reddit-api

marcidus's Introduction

marcidus

marcidus is a WIP configurable reddit to instagram repost bot that also supports image galleries (albums on instagram, up to 10 images) and videos (requires youtube-dl installed).

This project is using instagram4j as a wrapper for the private instagram api.

Configuration

{
  "username": "example",    -> The username of the bot account
  "password": "dummy123",   -> The password of the bot account
  "subreddits": [
    "okbuddyretard",        -> A list of subreddits you want the bot to repost from
    "dogelore"
  ],
  "min_delay": 3600000,     -> Minimum value for random delay (milliseconds)
  "max_delay": 5400000,     -> Maximum value for random delay (milliseconds)
  "description": "{title}"  -> Instagram post description template. Any field of the RedditPost class can be used as placeholder (See src/main/kotlin/yt/richard/marcidus/utils/RedditUtils.kt)
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU GPLv3

marcidus's People

Contributors

richardletshacks avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

xxiy vaginessa

marcidus's Issues

Bot stops working when a post is flagged

Instagram flagging and removing a post for for example hate speech causes the bot to stop working.
The bot has to acknowledge the removal which is currently not implemented.
This results in a com.github.instagram4j.instagram4j.exceptions.IGResponseException: checkpoint_required error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.