Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.09 KB

socialModules

You can try to install (with dependencies) typing:

pip install social-modules@git+https://[email protected]/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.