SkillAgentSearch skills...

QuoraTweeter

A few python scripts to post your most recent upvoted answers on Twitter

Install / Use

/learn @jayshahtx/QuoraTweeter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#QuoraTweeter quoraTweeter is a collection of Python scripts which help you scrape, parse, and tweet a user's Quora activity to Twitter. Bitly integration also lets you analyze traffic to all the links the script tweets. For a sample output, visit http://twitter.com/quoragems

##Functionality After configuring all APIs, a specified Twitter account will autonomously post tweets in the following format:

<tt> ‹Quora Question Text› ‹Hash Tag from Quora Categories› ‹Bitly URL to Quora Question› </tt> The scripts parse a user's page daily and find new questions that have not yet been posted to Twitter. Using Bitly's API, the scripts also enable tracking click through rates of each tweet/link.

##Non-Standard Dependencies

  • selenium
  • beautifulsoup
  • bitly_api
  • twitter (note: this is not python-twitter)

##Getting Started

  1. Install all dependencies
  2. Register for a bitly account and get API key
  3. Create Twitter handle and register an application with <b> read and write</b> permissions
  4. Create (or find) a user profile on Quora
  5. Update global variables in driver.py and run it
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated9mo ago
Forks6

Languages

Python

Security Score

67/100

Audited on Jul 4, 2025

No findings