Skip to content
#

developer

Here are 64 public repositories matching this topic...

jakeberesford-palmetto
jakeberesford-palmetto commented Dec 2, 2021

Context
We use the click context heavily in palm commands since this is how we access the Environment for core functions like run_in_docker. The syntax is a little awkward as we have to access the Enviornment via ctx.obj, which is a click convention. We can improve the readability of our code by changing the implementation to use @pass_obj instead, and naming the first arg environment - t

enhancement good first issue

a simple twitter bot written in python to follow users and favorite and retweet tweets based on the specified string or hashtag supplied in the accompanying config.py file. a twitter developer account is necessary to supply the bot with the necessary api keys in the credentials.py file. the sleep function is used to comply with twitter account limits.

  • Updated Dec 17, 2021
  • Python

Improve this page

Add a description, image, and links to the developer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the developer topic, visit your repo's landing page and select "manage topics."

Learn more