GithubHelp home page GithubHelp logo

screenshot_twitterbot's Introduction

Screenshot Twitterbot

Build Status codecov

Tweets random screenshots every hour. Automated using cron.

Set up

  • Requires python3
  • Install required dependencies using pip3 install -r requirements/base.txt
    • For development install required dependencies using pip3 install -r requirements/dev.txt
  • Screenshots are kept in public/screens. When a screenshot is tweeted it is moved to public/screens/used.
  • twitterbot.py requires keys and secrets from the file .env kept in the root project directory.

Default .env

API_KEY=<api key>
API_SECRET=<api secret>
OAUTH_TOKEN=<oauth token>
OAUTH_TOKEN_SECRET=<oauth token secret>

Optional .env vars

PASTEBIN_KEY=<pastebin dev key>
PASTEBIN_USER_KEY=<pastebin user key>
USED_SCREENS_FILE=<path of used screens file relative to root project dir>

Cron Configuration

0 * * * * /usr/bin/python3 <path-to-projects-dir>/screenshot_twitterbot/twitterbot.py

Image Naming

  • Image names are formatted as {season}_{episode}_{frame}

screenshot_twitterbot's People

Contributors

ejnoring avatar

Stargazers

Edi Santoso avatar

Watchers

Aleutian avatar

screenshot_twitterbot's Issues

Make sync_public_dir a command line tool

Be able to add flags when running sync_public_dir.py to signify creating used_screens.txt, updating, or sync the public/screens dir according to the current used_screens.txt

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.