gdr / bitmoji (public) (License: GPLv3) (since 2017-01-25) (hash sha1)
Download all your bitmoji emoticons, with a nice live search HTML page
List of commits:
Subject Hash Author Date (UTC)
Better mobile look 6b2479dc91afe68a3b0c55235dc3d859cca7bf77 GDR! 2016-11-06 22:11:01
initial 9714ddc23ee6ee973cc3cb8f2e73fd3eed4d00b3 GDR! 2016-11-06 21:59:34
Commit 6b2479dc91afe68a3b0c55235dc3d859cca7bf77 - Better mobile look
Author: GDR!
Author date (UTC): 2016-11-06 22:11
Committer name: GDR!
Committer date (UTC): 2016-11-06 22:11
Parent(s): 9714ddc23ee6ee973cc3cb8f2e73fd3eed4d00b3
Signing key:
Tree: c72d77a1dd0f58c5a66633893d6878e857281f5f
File Lines added Lines deleted
bitmoji.html 7 1
update_json.py 0 1
File bitmoji.html changed (mode: 100644) (index 81199c3..1a324c6)
1 1 <html> <html>
2 2 <head> <head>
3 <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
3 4 <style> <style>
4 5 .emoji { .emoji {
5 max-width: 33%;
6 max-width: 30%;
7 }
8 .filterinput {
9 font-size: 25px;
10 width: 100%;
11 min-height: 40px;
6 12 } }
7 13 </style> </style>
8 14 </head> </head>
File update_json.py changed (mode: 100644) (index 3af6570..8b7fc9a)
... ... def login(username, password):
22 22 headers=headers, headers=headers,
23 23 data=json.dumps(body), data=json.dumps(body),
24 24 ) )
25 print r.json()
26 25 r.raise_for_status() r.raise_for_status()
27 26 response = r.json() response = r.json()
28 27 return response['access_token'] return response['access_token']
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/bitmoji

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/bitmoji

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/bitmoji

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main