jeromecc
jeromecc
Hello @doeg & @jsha! Which solution would you suggest to start the i18n process? I'm interested in providing a French translation. I can work on the internationalization of the code...
'refresh_token' method for 'offline.access' works well. Would be great to merge this. Thanks @alpdeniz!
Hi! Thanks for your answer. I came up with a solution. I indeed changed the login template to add a button that links to the social-auth-app-django Twitter oauth endpoint. I...
I added them in my fork. add locales to setup.py: https://github.com/jeromecc/django-fobi/commit/df8ac0977743fbc2d50228f64cad6ebba7553cd5 update make_messages and compile_messages scripts: https://github.com/jeromecc/django-fobi/commit/c8d64cfcad02a7d7ad6bf125ed42bae32c6a9d23
Combine them in the search string with OR or AND operators: "#This OR #That" "#This AND #That" You can build your search string with https://twitter.com/search-advanced (it will be url encoded...
Here it is: config.sample https://github.com/basti2342/retweet-bot/commit/1c4621f8410ff210f89c804356295cd3700edda6#diff-755a5b26e014be32395d2ff7f722e183
Missing 1 config argument inside [settings] number_of_rt: Look here: https://github.com/jeromecc/doctoctocbot/blob/master/config.sample
Best practice with open source projects on public repositories would be to put keys & secrets in environment variables & get them with ```os.getenv(key, default=None)``` because one day or the...
> Hi, I was trying to setup a neo4j 4.0 instance on a local network and serve it through a domain. I've got both the browser and the python driver...
> I think a solution would be to store the invitation in the session (in the AcceptInvite view) and retrieve this actual invitation in the accept_invite_after_signup signal handler. The invite_accepted...