Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

gabposter-1.0.3-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page