Skip to content

jpakki/Python-Job-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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