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.
- Host: GitHub
- URL: https://github.com/m0nica/click_to_retweet
- Owner: M0nica
- Created: 2017-04-06T00:35:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T17:57:41.000Z (over 9 years ago)
- Last Synced: 2025-10-25T13:49:08.388Z (9 months ago)
- Topics: flask, flask-application, retweet, twitter, twython
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.