/godotcommits-twitter-simple-bot

A bot made in python 3 to tweet commits from the github repository. It can be used with any other github repository

Primary LanguagePythonMIT LicenseMIT

GodotCommits-Twitter-Bot

A bot made in python 3 to tweet commits from the github repository. It can be used with any other github repository

Config Files

	[Repo]
	repo_url="https://github.com/godotengine/godot"

	[Twitter]
	consumer_key=""
	consumer_secret=""
	access_token_key=""
	access_token_secret=""

	[Config]
	commit_quantity_check=40
	fake_run=false