- Regularly update the graph of tweet count. (daily and hourly)
e.g)
cp .env.example .env
vi .env
bundle install --path=vendor/bundle
./bin/console
# register
@client.create_user(agree_terms_of_service: true, not_minor: true)
# create graph
@graph.create(name: "Daily tweets", unit: "Tweets", type: "int", color: "sora")
TWITTER_ID
PIXELA_USERNAME
PIXELA_TOKEN
PIXELA_GRAPH_ID
For third party orbs, set 'Allow Uncertified Orbs' option in organization security settings. See https://circleci.com/docs/2.0/orbs-faq/#using-3rd-party-orbs.
Register a GitHub cache url (e.g. https://camo.githubusercontent.com/xxxxxxxxxx
) after paste a badge to GitHub
e.g)
@graph.update(purge_cache_urls: "https://camo.githubusercontent.com/xxxxxxxxxx")