summaryrefslogtreecommitdiff
path: root/exitter.el
Commit message (Collapse)AuthorAgeFilesLines
* Adding a utility to guess that a url is a x/twitter postYuchen Pei2024-12-261-0/+4
|
* Initial implementation of exitter-open-postYuchen Pei2024-12-261-10/+256
| | | | | | The first command in the package, which formats a thread in an org buffer Adapted code from mastorg and mastodon.el
* Adding a "test" for request signingYuchen Pei2024-12-261-16/+52
| | | | | | The test is the example from twitter developer document. Also adding references to the document about various steps.
* Fixing a typoYuchen Pei2024-12-261-1/+1
| | | | | | | And now we have a working xitter client. Yes this is why it didn't work. Let it be a lesson (of what? I don't know).
* fix implementation of tweetdetailYuchen Pei2024-11-051-37/+41
| | | | variable and features are in the url param now
* initial implementation of TweetDetailsYuchen Pei2024-11-051-14/+243
|
* Implement LoginSuccessSubtaskYuchen Pei2024-11-051-13/+37
|
* Fix LoginEnterAlternateIdentifierSubtask failureYuchen Pei2024-11-051-8/+10
|
* Specify user agent in headers like in squawkerYuchen Pei2024-11-051-121/+108
|
* [wip] Initial implementation to go through the flow login processYuchen Pei2024-11-051-0/+243