Skip to content

Набор функций, общих для нескольких моих ботов, вынесенных сюда для унификации и упрощения

Notifications You must be signed in to change notification settings

strizhechenko/twitterbot_utils

Repository files navigation

Twitterbot utils

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

By the Oleg Strizhechenko

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

About

Набор функций, общих для нескольких моих ботов, вынесенных сюда для унификации и упрощения

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published