MichaelCurrin / python-twitter-guide

Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦
https://michaelcurrin.github.io/python-twitter-guide/
MIT License
4 stars 8 forks source link

Rename Code snippets / usecases to Tweepy recipes #22

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Sometimes the approach is high level and describes techniques which need a lot code. That is a FAQ / recipe.

And sometimes its How do you do this...? And then the recipe might be a code snippet for a few snippets which have to get tied together. Maybe recipe and snippets are distinct. Is a recipe of one step a recipe?

MichaelCurrin commented 4 years ago

Also split doc into Install Tweepy, Use Tweepy/recipies/snippets. Maybe split further.