-
```html
Wordle - A daily word game
```
-
Tracking issue for the 1.0.0 release.
- [Release notes](https://github.com/SemanticMediaWiki/SemanticApprovedRevs/blob/master/RELEASE-NOTES.md)
##
- [ ] Finalize RELEASE NOTES
- [ ] Update "REA…
-
* Ripme version: 1.7.95
* Java version: openjdk version "11.0.14" 2022-01-18
* Operating system: Microsoft Windows [Version 10.0.19044.1586]
`https://api.twitter.com/1.1/application/rate_limit_…
-
現状、Twitter APIの ConsumerKey(Secret)を`appsetting.json`に記載している。
さらに、`TweetManager`内でコード内に直書きしている。
GitへCommitするたびに書き換えているため手間が多い
DBからの取得、もしくは`secret.json`の追加を行う。
-
What are the changes needed with the move to TwitterKit5?
Is replacing the `pod 'TwitterKit', '~> 3.3.0'` with `pod 'TwitterKit5'` in `Podfile` enough?
Also does [this](https://github.com/GoldenOwlA…
-
If I use code like this:
`(twittering-call-api 'update-status '((status . "you got it 5")))`
I can post tweets. I wonder how I can get the cited-id for that tweet though, so I can reply to it i…
-
```
Hi there,
I have modified Status::NewFromJsonDict() to parse geotagging data from the
JSON, here is the modified function:
@staticmethod
def NewFromJsonDict(data):
'''Create a new instan…
-
```
Hi there,
I have modified Status::NewFromJsonDict() to parse geotagging data from the
JSON, here is the modified function:
@staticmethod
def NewFromJsonDict(data):
'''Create a new instan…
-
what the question says
wondering if there is a way to use nitter with a twitter account? i have an account i dont care about and would like to use that to view the occasional tweet using the front en…
-
Hi,
Is there a way to use the new POST endpoint of the Twitter API V2 ? Therefore create a new tweet.
Thanks.