codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
282.03k stars 26.47k forks source link

Replace outdated tutorial link for Python Twitter bot #965

Open Vaiterius opened 7 months ago

Vaiterius commented 7 months ago

Twitter has already moved on to its V2 API which breaks any code written before the version update. The previous tutorial that dates back to 2018 no longer holds any status with the current API.

I have provided an updated tutorial from 2021 on building a Twitter bot using the newest API which is what bot developers should take a look at instead.

If someone finds an even more updated and comprehensive tutorial, let me know 🙂