Coder Social home page Coder Social logo

watchbot's Introduction

Watch Bot

Watch Bot is designed to tweet unique images of watches captured from google image searching.

Instructions

Watch Bot is self-contained Python that can run via cron (for example, every four hours) with the attached watchbot.sh.

watchbot's People

Stargazers

Matt avatar

Watchers

Matt avatar

watchbot's Issues

Excess else in if statement chain

Think the last else might be excessive.

if not status and not filename:
    logging.error("Tweet error")
else:
    if filename:
        api.update_with_media(filename, status)
    else:
        if status:
            api.update_status(status)
        **else:
            logging.error("Nothing to tweet")**

Don't store files forever

This as written stores files forever. We could pare down beyond a certain timeframe (90 days?) but that could introduce duplicates to the feed over time.

Fix might require a rewrite to use the captured image file hash as the means to check for duplicates rather than the URL in order to safely dump the files.

Extend search if no unique images found

Would be nice to extend the search so that it looks for unique images longer than one google search pass.

Could put the entire main function in a loop and if no unique images are found either search a second google page or change the date for the search. Could also store images not used in a day in the database with an additional "unused" field that could be tapped when no unique images are found.

Log to file

It would be nice to have a configuration option to log to a file.

Add a catchy phrase to tweet

Rather than just tweet the same phrase every time, provide a set of possible tweets to choose from (possibly randomly).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.