#
developer
Here are 64 public repositories matching this topic...
-
Updated
Jan 5, 2022 - Python
The TechStruck discord bot made for developers
-
Updated
Feb 4, 2022 - Python
CONTEST 6: 🥳 Devathon-21 🥳 Contribute to this repo- why did you become a developer? In your favourite Language
developer
beginner-friendly
hacktoberfest
contribute
firsttimers
hacktoberfest-accepted
hacktoberfest2021
codemacrocosm
devathon
anylanguage
contest-6
-
Updated
Oct 30, 2021 - Python
development
tutorial
howto
guide
francais
developer
how-to
home-assistant
french
hacktoberfest
homeassistant
tutoriel
french-speaking
developpeur
francophone
-
Updated
May 30, 2022 - Python
An automation CLI tool to controls most of the features of GitHub in an automated look
github
python
chrome
automation
magic
selenium
efficiency
click
developer
developer-tools
auto
gnv
set-theme
-
Updated
Apr 26, 2021 - Python
-
Updated
Feb 7, 2020 - Python
Identify VPN IP ADDRESS with python program.
security-audit
cybersecurity
developer
software-engineering
software-development
ethical-hacking
forensic-analysis
security-analysis
security-research
forensics-investigations
-
Updated
Apr 14, 2021 - Python
Random Junkyard for stuff I'm upto. FOSS, Life, Learning in one place :)
-
Updated
Sep 12, 2021 - Python
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.
python
api
social
experiment
hashtag
data
automation
twitter
networking
like
experimental
twitterbot
follow
developer
educational
hashtags
favorite
tweet
retweet
tweet-analysis
-
Updated
Dec 17, 2021 - Python
My resume, моё основное резюме
python
resume
data-science
machine-learning
deep-neural-networks
telegram
skills
sklearn
pypi
winforms
jit
kaggle
developer
evolutionary-computation
middle
rpubs
-
Updated
Apr 25, 2022 - Python
A basic python script which periodically tweet developers' mistakes and how to avoid them, bad habits, good habits, lessons learned in software development, some motivational programming quotes, advice and tips.
-
Updated
Apr 19, 2019 - Python
FusionDirectory developers manual
-
Updated
May 19, 2022 - Python
TrackerJacker is a location tracking program.It can help to track any ip address from google map.
cybersecurity
developer
software-engineering
software-development
security-engineering
security-research
forensics-investigations
cybersecurity-education
-
Updated
Apr 2, 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.
Add this topic to your repo
To associate your repository with the developer topic, visit your repo's landing page and select "manage topics."
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 argenvironment- t