A package to feed things on social
Project description
socialfeeder
Mini CLI to feed social activities with supported actions:
- click
- fill
- browse
- scroll down
- wait
- save-text
Installation:
- From pip
python -m pip install socialfeeder --upgrade
# install from git
python -m pip install git+https://github.com/datnguye/socialfeeder.git --upgrade
# check version
python -m socialfeeder --version
- From docker hub
docker pull tuiladat/socialfeeder:latest
- From source code
git clone https://github.com/datnguye/socialfeeder.git
cd socialfeeder
python -m pip install -e . --upgrade
Usage
- Using pip
python -m socialfeeder --help
Sample commands: ** Run facebook:
python -m socialfeeder --social "facebook" --config "C:\Users\DAT\Documents\Sources\socialfeeder\samples\like_top_5-share_2-posts.xml" --feed
- Using docker docker run
BUILD
Development Enviroment
Virtual enviroment:
python -m venv env
Activate virtual env:
Windows: .\env\Scripts\activate
Linux: source env/bin/activate
Install dependencies:
pip install -r requirements.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
socialfeeder-1.1.1.tar.gz
(8.9 kB
view details)
File details
Details for the file
socialfeeder-1.1.1.tar.gz
.File metadata
File hashes
728d3cf84bca8aa5fea4adf57bef84e34c38b5cc5dd71b8da0ab32342365de7d
52b3e54f022520009ded158c02bfbc09
7bd33858211acc968c3a7f1d487f0784bd5646d4644eb9df3e67b18da9216041
See more details on using hashes here.