Skip to content

Latest commit

 

History

History

twitter-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

twitter-bot

👨‍💻 Code Task 👨‍💻

Deliverable

  1. The Bot
  2. The Repository
  3. The Code (src/...)

Write a Twitter Bot in Julia!

Task description

Make friends, post tweets and react to funny ones with your very own twitter bot written in Julia! You would need to authenticate the bot with understanding the standard OAuth2 authorization and write a simple Julia wrapper around the ones that Twitter already provides.

This would be a good learning exercise to understand the way HTTP protocols are handled, authorization works and how bots can be set up to post a random meme every day.

  • You would need a Twitter dev account.
  • Understand Julia's HTTP Client library
  • Read and understand how authorization is handled.
  • Learn about JSON and how it is handled in Julia.

This task involves writing a Bot and not just a program. The Bot should be able to run on a schedule and post the tweets. This is probably easiest to accomplish using GitHub Actions.


Github Action Defined here