Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

A Twitter bot that tweets when issues labelled as a good first issue are opened in beginner friendly open source Github repos

License

Notifications You must be signed in to change notification settings

nahteb/good-first-issues-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Good first issues bot

Two things that the world needs are:

  • More people contributing to open source, so we can share knowledge to create high quality software
  • Another Twitter account

This is a Twitter bot that tweets when issues labelled as a good first issue are opened in beginner-friendly open source Github repos.

To run locally

  • Make sure you have Python 3 installed
  • Apply for a Twitter developer account and create an app
  • Set the environment variables TWITTER_API_KEY, TWITTER_API_SECRET_KEY, TWITTER_ACCESS_TOKEN, and TWITTER_ACCESS_TOKEN_SECRET with the variables generated for your app
  • Grant your app read and write permissions
  • pip install requests and pip install tweepy
  • Run main.py

About

A Twitter bot that tweets when issues labelled as a good first issue are opened in beginner friendly open source Github repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages