Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryaxanden/automated-socialmedia-posting
Python program to automate posting content to social media websites
https://github.com/suryaxanden/automated-socialmedia-posting
automation-selenium flask instagramapi
Last synced: about 2 months ago
JSON representation
Python program to automate posting content to social media websites
- Host: GitHub
- URL: https://github.com/suryaxanden/automated-socialmedia-posting
- Owner: SuryaXanden
- License: lgpl-3.0
- Created: 2019-01-08T10:56:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T19:41:01.000Z (11 months ago)
- Last Synced: 2024-02-06T20:42:23.036Z (11 months ago)
- Topics: automation-selenium, flask, instagramapi
- Language: Python
- Homepage:
- Size: 4.32 MB
- Stars: 41
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Media Broadcast Portal
This project automates the task of posting the same media content onto multiple socialmedia platforms like facebook.com , twitter.com and instagram.com.
Python, Selenium and Flask are being used to make the magic happen.Setup
- git clone "https://github.com/SuryaXanden/Automated-Socialmedia-Posting"
- cd Automated-Socialmedia-Posting
- pip install -r requirements.txt
- python app.py
- Download the latest chromedriver from http://chromedriver.chromium.org/downloads and put it in this directory
Guidelines
- If any code from this project is used, do add my name in the list of contributers.
- Found an issue? Open a new issue if it's not already listed
- Want to contribute to this project? Fork the repo, make changes and then send a pull request.