Socket
Socket
Sign inDemoInstall

twitterbot_utils

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twitterbot_utils

wrapper around the Tweepy


Maintainers
1

Readme

============ Twitterbot utils

.. image:: https://img.shields.io/travis/strizhechenko/twitterbot_utils/master.svg :target: https://travis-ci.org/strizhechenko/coveralls-python

Useful functions for everyone who want to write one more xxx everyword bot.

By the Oleg Strizhechenko <oleg.strizhechenko@gmail.com>_

============ Introduction

This library provides bunch of functions for tasks on creating twitter bots.

========== Installing

You can install twitterbot-utils using::

$ pip install twitterbot-utils

================ Getting the code

The code is hosted at https://github.com/strizhechenko/twitterbot_utils

Check out the latest development version anonymously with::

$ git clone git://github.com/strizhechenko/twitterbot_utils.git
$ cd twitterbot_utils

Setup a virtual environment and install dependencies:

$ make env

Activate the virtual environment created:

$ source env/bin/activate

============= Running Tests

No test on current state avaible.

============= Documentation

Authorize your bot:

    source env/bin/activate
    export consumer_key=xxx
    export consumer_secret=xxy
    python -m twitterbot_utils.TwiAuth

When, copy PIN and get your access token/secret to put in heroku config.

===== usage (ru guide)

https://github.com/strizhechenko/twitterbot_example.git

===== TODO

Usage, docs, tests.

See also:

https://github.com/strizhechenko/twitterbot_farm

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc