Skip to content
#

hashtag

Here are 152 public repositories matching this topic...

cbarraford
cbarraford commented Jul 10, 2017

Twitter has an official list of characters that are allowed/disallowed in hashtags and mentions. For example, hashtags can't start with a number, and cannot contain special characters (some are allowed like _ (underscore)).

Create a function that gets mentions/hashtags according to these standard set by Twitter. May make sense to do this in a subdirectory creating an organizational location t

vinitshahdeo
vinitshahdeo commented Oct 2, 2019

Currently, the query is hardcoded in jobtweets.py i.e.

tweets = api.get_tweets(query = 'Job Opportunities', count = 500)

Taking the input for query (i.e. #hashtag) from the user through CLI seems better!

Question to answer?

Can we take input as a comma-separated string for processing multiple hashtags at a time?

Enter hashtags: **`jobs, openings, job oppor

Improve this page

Add a description, image, and links to the hashtag topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hashtag topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.