Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 741 Bytes

Python Job Bot

Twitter bot to tweet python related job postings using the Github Jobs API. New jobs are posted every 2 hours while the script is running. Visit the Twitter page at this link.

Prerequisites

  • Run the following command to set up tweepy: pip install tweepy
  • Create your own Twitter application at app.twitter.com
    • This is where you will be able to obtain the consumer key, consumer secret, access token, and access token secret

Screenshots

Useful Links

Github Jobs API

Pickling via Python