Skip to content

leonardssh/auto-github-bio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatized Github Biography

đź“š Automatized Github biography using openweathermap.org API

Remember to 🌟 this Github if you 💖 it.

a1

Installation

[Github] Create your personal access token

You have to create a personal access token, to allow your app to update your biography. Click here to go to the personal access token creation page. Select the User field (Update all user data) and click Generate new token. Copy and paste it in your config.json file (github field).

[OpenWeatherMap] Get your application key

You have to get your openweathermap.org api key, to allow your app to get the weather of your favourite city. Register here, then go on your dashboard to get your key. Copy and paste it in your config.json file (weather field).

[Crontab] Run the script every 5 minutes

You have to edit the crontab table using crontab -e. Then, add the following line to this file:

*/5 * * * * cd /path/to/auto-github-bio && /usr/bin/python3 /path/to/auto-github-bio/main.py >> ~/cron.log 2>&1

This will run the script and update your biography every 5 minutes.

That's it

Congratulations, you have successfully installed Automatized Github Biography. Feel free to open an issue if necessary!

Support me on patreon

Thanks to LeonardSSH for their contributions!

Feel free to support me on Patreon so that I can continue to finance my open source projects! Thanks!

About

đź“šAutomatized Github biography using openweathermap.org API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%