-
On the back of some Twitter enquiries about bus open data I discovered Stagecoach publish their schedules and fares as open data: https://www.stagecoachbus.com/open-data
As these are just file down…
-
```python
name =
tweetCriteria = got.manager.TweetCriteria().setUsername(name).setMaxTweets(15)
tweets = got.manager.TweetManager.getTweets(tweetCriteria)
print(tweet)
for v in tweet:
print(…
-
-
The twitterscraper library not returning any tweets fetched for query_tweets or user modules..
Please help!
-
Sometimes people change their twitter handle or delete their account. As if that wasn't bad enough, sometimes someone else starts using the same handle.
Sometimes users even go back to their old ha…
-
With the exception of `twitter-trends`, all Twitter scrapes are failing since sometime in the past hour. This is likely connected to Twitter as a whole getting locked behind a login wall since earlier…
-
**Describe the bug**
After auto-updating to 0.6.0, recieved the following and the program halts.
>
> fansyloader / v0.6.0
>
>
>
> SUCCESS Configuration file loaded: C:\Apps\fansyloader…
-
Hello, thank you very much for sharing this nice tool.
However, I have an issue. I use Jupiter Notebook with the default settings (e.g., search a term using random instances). After a while, I get, …
-
The feed on alpaca.ml shows the error message `Invalid date`. I haven't investigated it yet but it seems like our parser is broken.
Edit: The backend behind alpaca.ml does not log anything weird an…
-
Will not run with newest version of Firefox
Does run with "42.0" , not 49
Also, maybe update python with Homebrew