Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
/ mallerenga Public archive

Mallerenga is a library to help managing Twitter accounts

License

Notifications You must be signed in to change notification settings

pybcn/mallerenga

Repository files navigation

mallerenga

Mallerenga is a library to help managing Twitter accounts

Installation

You can install it using pip install as usual:

pip install mallerenga

Requirements

A Twitter account with consumer key and secret and access token and secret is required. These credentials must be provided in the following environment variables:

  • TWITTER_CONSUMER_KEY: Consumer key
  • TWITTER_CONSUMER_SECRET: Consumer secret
  • TWITTER_ACCESS_TOKEN: Access token
  • TWITTER_ACCESS_TOKEN_SECRET: Access token secret

Usage

As a module

Mallerenga is intended to be user mostly as a module:

from mallerenga.twitter.twitter import Twitter


twitter = Twitter()
status = twitter.tweet(msg)
print(status.link)

As a command

To update the Twitter status, use the following command:

mallerenga New status message

About

Mallerenga is a library to help managing Twitter accounts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages