/threaduler

your notion connected open source social media scheduler

Primary LanguagePythonMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Threaduler 0.1 alpha - Your open-source Social Media scheduler

Currently Threaduler works for twitter/X, bluesky and soon^TM linkedin

Explore the repository »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Threaduler aims to solve a pain many content creators have - sharing their content while they sleep and ideally post similar content on multiple platforms. The driver for threaduler is notion, it stores the content and the meta information necessary to publish the posts. The project is currently in alpha - it works. BUT during the development of a stable future version some hickups will (most likely) happen.

You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!

(back to top)

Getting Started

To get a local copy up and running follow these example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  1. Install poetry - https://python-poetry.org/docs/#installation
  2. create notion integration - https://www.notion.so/my-integrations

  3. 1. duplicate the post database template
  4. add integration to your notion database page

Installation

  1. Get a free Notion API Key at https://developers.notion.com/

  2. Get a free Twitter/X API Key at https://developer.twitter.com/en

  3. Clone the repository

    git clone https://github.com/maikroservice/threaduler.git
  4. install dependencies with poetry

    cd threaduler
    poetry install
  5. Enter your API keys in .env

    API_KEY=ENTER YOUR API KEY

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

  1. duplicate the post database template
  2. use the template tweets to check out functionality such as threads, quote tweets and more.

(back to top)

Roadmap

  • Add Changelog
  • add bsky integration
  • add sqlite database to cache/store transformed content
  • refactoring to make it pretty and easily understandable
  • Linkedin Support
    • OrganicPosts
    • Carousel

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Maik Ro - @maikroservice

Project Link: https://github.com/maikroservice/threaduler

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)