Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RafRaf/boobogram-bot

Repository files navigation

https://travis-ci.org/RafRaf/boobogram-bot.svg?branch=master

https://coveralls.io/repos/github/RafRaf/boobogram-bot/badge.svg?branch=master

Boobogram Bot (@boobogram_bot)

Just a simple bot created for fun and relaxation. It's especially needed when you spend days and nights just coding.

How to Use

How to Contribute

Your PR (or even issue) will be very appreciate. Every PR merged to "master" branch triggers bot's code updating.

How to Use locally

You have to create local.py and define some variables:

import logging


# Enable logging
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)

# Settings
BOOBS_API_URL = 'http://api.oboobs.ru/'
BOOBS_MEDIA_URL = 'http://media.oboobs.ru/'
BOOBS_AMOUNT = 1
BOOBS_TOKEN = '***'

Docker support

You can build your own boobogram_bot container:

  • docker build . -t boobs
  • docker run -v /path_to_project_folder/boobogram-bot:/app --rm boobs

Have fun! ( . )( . )

About

Just a simple bot created for fun and relaxation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published