Selenium driver that posts to gab.
Project description
Gabposter
Posts to a gab account text and image.
Install
python -m pip install gabposter
Api
from gabposter import gab_post
USER = "gabusername"
PASS = "gabpassword"
FILE_JPG = "myfile.jpg"
gab_post(USER, PASS, "test", jpg_path=FILE_JPG)
Tests
Just simply run tox
at the command line and everything should be tested. You may need to install tox
with python -m pip tox
.
Changes
- 1.0.3: Fixed a bug where posts would sometimes not go through, due to the browser exiting too quickly.
- 1.0.0: Initial code submit
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
gabposter-1.0.3.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file gabposter-1.0.3.tar.gz
.
File metadata
- Download URL: gabposter-1.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0acda539b1b9a0dafe40bd57bd090903ae62552feea03526fd4b3007f644ae |
|
MD5 | 264f2ef336b7cfd3717206b82a1dbb5d |
|
BLAKE2b-256 | 0c7cac359777ab941d59101993206c2f4a1af198be7b4c371a5505f0245f5779 |
File details
Details for the file gabposter-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: gabposter-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2a4e08a41d6b0dcf8a6799c632871982e411db6554902ad82a3ced9bcc2246e |
|
MD5 | 5a25f6321f16539e3ccdbf74d9d6b30e |
|
BLAKE2b-256 | e5d38c908285aa96386d52987ea10150d387855447db0338cefaf7ea95d9863b |