An open API service indexing awesome lists of open source software.

https://github.com/m0nica/click_to_retweet

A Flask application that allows you to search Twitter for tweets (or manually input tweet link) and then generates click to RT links for relevant tweets.
https://github.com/m0nica/click_to_retweet

flask flask-application retweet twitter twython

Last synced: 9 days ago
JSON representation

A Flask application that allows you to search Twitter for tweets (or manually input tweet link) and then generates click to RT links for relevant tweets.

Awesome Lists containing this project

README

          

# click_to_retweet
A Flask application that allows you to search Twitter for tweets and then click to RT. Additionally, the app generate shareable links of the desired tweet with Twitter's RT parameters.

_important_ : You must setup and provide your own API keys to access the Twitter API with Twython. You can create a new Twitter app and get the required keys here: https://apps.twitter.com

`getTweets():`

Uses Twython to search Twitter for tweets (or manually input tweet url); the tweets are then rendered and a `click to tweet` link is generated with the option to `click to tweet` or to share the `click to tweet` link.

The `click to tweet` link when clicked it will direct people Twitter and confirm that they would like RT the specified tweet.