Skip to content

syedsuhail/viralize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Viralize is an application that lets users create and publish their posts across multiple social media platforms (eg. Twitter, Facebook, Blogger)

Instructions

The channels which are being used in the application should authenticate the user.

1.Create .INI file with the list of channels and messages. example.ini

2.Call the setup file along with the .INI file

	./viralise example.ini

One Page Spec

  1. User Interface Level --> Get input from user (input as ini file):

      get_user_data(filename) -> returns json data(named as data
    
     show_info_message(message,type(like error, hint etc)) 
    
  2. Publish Level --> Manages the publishing of the message

    publish() --> given a list of dictionaries , for each channel appropriate publish function is called

    individual social media modules (like twitter_publish module, facebook_publish module etc)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages