/socialModules

Several modules to write and read in several social netwoks and content sites.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

socialModules

You can try to install (with dependencies) typing:

pip install social-modules@git+https://git@github.com/fernand0/socialModules

Several modules to write and read in several social netwoks and content sites.

We have two modules to manage content:

  • Content (Reading/Writing content)
  • Queing (Storing and managing temporal storage of content).

And two modules to manage the way queues are stored:

  • Caching (local storage)
  • Buffering (using the Buffer API, abandoned).

The previous home of this code was https://github.com/fernand0/scripts and it has been moved here following Splitting a subfolder out into a new repository

We can manage content from several sources, using a common interface, such as Twitter, Telegram, ... Each one has its own specific ways of initialization for the corresponding API.