Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

And you are Dmitry! We use your TweetNacl-js implementation for https://github.com/wallix/PEPS!


sort by: page size:

That works, thanks. As far as I can see, there's not much glue code between TweetNaCl and the browser. Have you thought of writing/porting this to something like Python? Making it a command-line utility or a library might make adoption easier.

http://www.tweetlights.com <- I made this site as a side project when discussing how hard it is to help new followers quickly get up to speed on what you've tweeted about over the years since you can only have 1 pinned tweet. Quick and dirty code here (written in python using flask as well as the requisite javascript scripting for the front end): https://github.com/dbish/tweetlights. Site is hosted on AWS Elastic Beanstalk.

This is great! Super similar to a project I put out 2 months ago: https://twitter.com/vctweetbot

Author here. You can just read the book on GitHub[1], no tweetwall involved. It isn't as pretty as the HTML version, but it works well enough and alleviates your security concerns.

[1]: https://github.com/mjavascript/practical-es6


Author here. You can just read the book on GitHub[1], no tweetwall involved. It isn't as pretty as the HTML version, but it works well enough and alleviates your security concerns.

[1]: https://github.com/mjavascript/practical-es6


Agreed. Luckily Twitter makes it really easy: https://github.com/twitter/twitter-text-js

We've been working on something like this but better for a while: http://meeep.com A totally customizable Twitter web client (e.g., you can upload your own userscripts, HTML templates, etc.).

For anyone else wondering https://twitter.com/pythontap was created in 2014, apparently for the same purpose, but there was no follow through.

As an impromptu meeting point, I suggest https://twitter.com/hashtag/pythontap


I made this site over a weekend as a side project when discussing how hard it is to help new followers quickly get up to speed on what you've tweeted about over the years since you can only have 1 pinned tweet. Quick and dirty code here (written in python using flask as well as the requisite javascript scripting for the front end): https://github.com/dbish/tweetlights. Site is hosted on AWS Elastic Beanstalk.

This is an open source project BTW: https://github.com/karan/What-Would-I-Tweet

Built using a Python/Flask API backend, and angularjs frontend.


TweetNaCl (http://tweetnacl.cr.yp.to/software.html) is dead easy use - just drop the .c & .h files into your code.

Been working on a Twitter bot to automatically source information, honestly, its been the only thing keeping me alive and not super bored.

The stack is Node.js and Python(Tornado)

Shameless plug, https://twittersourcebot.tech/



I'll just put the code up on github. It'll take me a bit, so check back in a day or two.

http://classicempire.com/

I'll announce it here:

https://twitter.com/ClassicEmpire


We've gone full circle! This thing started as a stand-alone HTML page for dweets with ability to embed the code in the URL: http://arkt.is/t (hover to show editor). GitHub: https://github.com/sigvef/arktis-tweet-demo . Here it is with the same dweet embedded: http://arkt.is/t/Yy53aWR0aHw9MDtmb3Iobj0yMDA7bi09MS82NDt4LmZ... .

Incidentally, this is where the "dwitter" name came from: "demos" as in the demoscene (https://en.wikipedia.org/wiki/Demoscene) and twitter.


Github Actions. I run https://twitter.com/someonegoogled every hour using it. never fails. never late.

Funny , one of our user made a similar app on Webshell.io mixing Twitter API and tts (Text To Speach) API,

http://webshell.io/editor/thyb/ttsTweet

(you need to Github connect before to access his repo, then click on run, then Twitter connect of course for your own feed)

If you don't want signup or connect: You can also try directly the script in the console tour at the bottom of http://webshell.io homepage by copy pasting

fs.thyb.ttsTweet();


We have bots development tool for Twitter: http://t411.linkstore.ru :-)

To automate tweets there is another tool made by me, https://postergpt.xyz
next

Legal | privacy