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

Latest commit

 

History

History
15 lines (12 loc) · 862 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 862 Bytes

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