У нас вы можете посмотреть бесплатно Twitter API demo: twurl get fresh tweets with specific hashtag или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
                        Если кнопки скачивания не
                            загрузились
                            НАЖМИТЕ ЗДЕСЬ или обновите страницу
                        
                        Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
                        страницы. 
                        Спасибо за использование сервиса ClipSaver.ru
                    
subscribe to see more FREE videos! For this demo, I have a LAMP stack installed in a new VPS. using Twitter API and twurl to get some tweets. 1) you sign up and get twitter API key & secret 2) install ruby then get twurl gem in your VPS (I used Linux in my demo) 3) using twurl authorize with API key & secret. twurl gives you a URL to paste into a browser, which then gives you a PIN. then I copy and paste this PIN back to twurl at the console. OMG! 4) run twurl again with request to filter some tweets, I use #NASA for example 5) save the response to a text file and serve on my webserver. I can then paste it into pretty JSON viewer to better see stat such as follower count, language, the user, the post and other details.