mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
1.1 update done, fixes #27
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
u/*
|
||||
active-users.txt
|
||||
version.txt
|
||||
secret.php
|
||||
|
||||
@@ -56,7 +56,6 @@ if (user) { window.location.replace("/u/" + user); }
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
<p>Twitter API is not working due to <a href="https://dev.twitter.com/blog/api-v1-is-retired">v1 retirement</a>. :( I'm reluctantly trying to use the <a href="https://github.com/kaihendry/Greptweet/tree/1.1">new way more complex 1.1 twitter API working</a>.</p>
|
||||
<p>Super-geeks please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
|
||||
<p>Active accounts: <!--#include virtual="active-users.txt" --></p>
|
||||
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" -->><!--#include virtual="version.txt" --></a></p>
|
||||
|
||||
Reference in New Issue
Block a user