CLI para o projeto Compilado (Newsletter e Podcast do Código Fonte TV)

Overview

Compilado CLI

Python - Version License - MIT

Automatização de tarefas através de linha de comando para a geração de assets para episódios do Compilado, a newsletter e podcast do canal Código Fonte TV.

Objetivo

compilado-cli gera thumbnails a partir de modelos pré-prontos disponíveis em arquivos PSD. As informações a serem preenchidas são automaticamente coletadas a partir do feed RSS do podcast:

Recursos

  • Gerador automático de thumbnail para o Youtube e Podcast a partir da data do último lançamento do podcast, usando o Adobe Photoshop.
  • Gerador do conteúdo da newsletter a partir de um documento no Dropbox Paper (EM DESENVOLVIMENTO)
  • Agendamento da newsletter (EM DESENVOLVIMENTO)

Como usar

Thumbnails

Geração automática a partir da data de publicação do último episódio do podcast

$ compilado thumbnail -a
...

-a ou --auto faz com que as informações sejam buscadas automaticamente a partir do feed RSS do podcast

Com informações personalizadas

$ compilado thumbnail -e "#027" -p "18/09 à 24/09"
...

-e ou --episode é o número do episódio

-p ou --period é o período a qual compreende o conteúdo do episódio

Instalação

$ pip install -r requirements.txt
...

Tecnologias utilizadas

Foi utilizado Python como linguagem de programação e algumas bibliotecas para leitura de feed rss do podcast, manipulação do Adobe Photoshop entre outras.

Autores

  • Gabriel Froes - Initial work - Twitter
  • Vanessa Weber - Initial work - Twitter

Youtube Channel

YouTube Channel Subscribers

Licença

Esse projeto está sob a licença GNU General Public License.

You might also like...
A supercharged AWS command line interface (CLI).
A supercharged AWS command line interface (CLI).

SAWS Motivation AWS CLI Although the AWS CLI is a great resource to manage your AWS-powered services, it's tough to remember usage of: 70+ top-level c

CLI program that allows you to change your Alacritty config with one command without editing the config file.
CLI program that allows you to change your Alacritty config with one command without editing the config file.

Pycritty Change your alacritty config on the fly! Installation: pip install pycritty By default, only the program itself will be installed, but you ca

QueraToCSV is a simple python CLI project to convert the Quera results file into CSV files.

Quera is an Iranian Learning management system (LMS) that has an online judge for programming languages. Some Iranian universities use it to automate the evaluation of programming assignments.

Simple CLI tool to track your cryptocurrency portfolio in real time.
Simple CLI tool to track your cryptocurrency portfolio in real time.

Simple tool to track your crypto portfolio in realtime. It can be used to track any coin on the BNB network, even obscure coins that are not listed or trackable by major portfolio tracking applications.

CLI utility to search and download torrents from major torrent sites
CLI utility to search and download torrents from major torrent sites

CLI Torrent Downloader About CLI Torrent Downloader provides convenient and quick way to search torrent magnet links (and to run associated torrent cl

Write Django management command using the click CLI library

Django Click Project information: Automated code metrics: django-click is a library to easily write Django management commands using the click command

a CLI that provides a generic automation layer for assessing the security of ML models

a CLI that provides a generic automation layer for assessing the security of ML models

GitFun - A Simplified Automated CLI tool for GIT😃

GitFun A Simplified Automated CLI tool for GIT, It's for Lazy Developers and Newbies 😜 Table of contents GitFun Installation Usage Development Contri

flora-dev-cli (fd-cli) is command line interface software to interact with flora blockchain.

Install git clone https://github.com/Flora-Network/fd-cli.git cd fd-cli python3 -m venv venv source venv/bin/activate pip install -e . --extra-index-u

null 14 Sep 11, 2022
AWS Interactive CLI - Allows you to execute a complex AWS commands by chaining one or more other AWS CLI dependency

AWS Interactive CLI - Allows you to execute a complex AWS commands by chaining one or more other AWS CLI dependency

Rafael Torres 2 Dec 10, 2021
Python-Stock-Info-CLI: Get stock info through CLI by passing stock ticker.

Python-Stock-Info-CLI Get stock info through CLI by passing stock ticker. Installation Use the following command to install the required modules at on

Ayush Soni 1 Nov 5, 2021
A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool

Privateer A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool How

Shreyash Chavan 2 Apr 4, 2022
Yts-cli-streamer - A CLI movie streaming client which works on yts.mx API written in python

YTSP It is a CLI movie streaming client which works on yts.mx API written in pyt

null 1 Feb 5, 2022
[WIP]An ani-cli like cli tool for movies and webseries

mov-cli A cli to browse and watch movies. Installation This project is a work in progress. However, you can try it out python git clone https://github

null 166 Dec 30, 2022
Dead simple CLI tool to try Python packages - It's never been easier! :package:

try - It's never been easier to try Python packages try is an easy-to-use cli tool to try out Python packages. Features Install specific package versi

Timo Furrer 659 Dec 28, 2022
CLI for SQLite Databases with auto-completion and syntax highlighting

litecli Docs A command-line client for SQLite databases that has auto-completion and syntax highlighting. Installation If you already know how to inst

dbcli 1.8k Dec 31, 2022
Postgres CLI with autocompletion and syntax highlighting

A REPL for Postgres This is a postgres client that does auto-completion and syntax highlighting. Home Page: http://pgcli.com MySQL Equivalent: http://

dbcli 10.8k Jan 2, 2023