Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Why not just use git and have it add, commit, and push from the command line? Once you've added your credentials for GitHub it should just work
-
@NitinSahu Most languages can call other programs (e.g. Python: subprocess module).
Also there is the Github API, which can be used with personal access tokens, too. -
What language are you using? There are a lot of git implementations you could use to do a simple commit.
No external program needed aaand a good way to see how git works. -
@Cultist I am using python. Basically my goal is to make a commit in a particular repository automatically every day at a specific time
Related Rants
So I developed this bot which will make one commit everyday for. But duh! Github's security service sends me a verification code Everytime my script tries to login and the further selenium actions fails. 😂😂😂
In short : all my pain went in bin
If anyone knows how can I overcome this issue please let me know
rant
github issues
selenium
automation python
bot
github
story of my life