Skip to content

This is a python based autoposting social media script where one can automatically post images, text captions, an url directly to their social media accounts by just running the python script.

Notifications You must be signed in to change notification settings

mrsidrdx/Autoposting-Social-Media-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoposting-Social-Media-Python

This is a python based autoposting social media script where one can automatically post images, text captions, an url directly to their social media accounts by just running the python script.

Getting Started

First things first, let's install all the necessary modules for this project.
Just clone this repository and open it in command line. Then type pip install -r requirements.txt and hit enter. All the required modules will be installed and ready to use.
Or Do it manually for each of the module:

  1. Facebook API - pip install facebook-sdk
  2. Twitter API - pip install tweepy
  3. Selenium - pip install selenium
  4. Pandas - pip install pandas

PERFECT!!

How It Works?

Okay for testing purposes I have already added access tokens for my dummy facebook, twitter pages. So you don't need to worry about that but it's better if you do it on your own account/pages. For linkedin, we are gonna use selenium with chrome driver so make sure that you have downloaded chrome driver from here https://chromedriver.chromium.org/downloads.
Also I have also added login credentials for my linkedin dummy account.
Now you are good to go. Just run the autopost.py script and play around with different functions. Type python autopost.py in command line and hit enter.

Facebook And Twitter Pages

So here I'm providing links for those facebook and twitter page where your content are gonna posted.

About

This is a python based autoposting social media script where one can automatically post images, text captions, an url directly to their social media accounts by just running the python script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages