[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]
4chanarchives logo

4chan API

  1. Home
  2. Board: /g/ - Technology
  3. Reading: 4chan API

Thread replies: 14
Thread images: 3

File: kek1.png (2MB, 1420x1080px) Image search: [Google] [Yandex] [Bing]
kek1.png
2MB, 1420x1080px
Any good project/suggestions for projects involving the 4chan API?
>>
>>51739887

An Android app that's actually material and doesn't look like somebody from the FSF designed it.
>>
An android app that isn't shit
>>
something better than Cloverâ„¢
fuck you floens
>>
Notifications when anyone get trips or better across every board.
>>
>>51740005
>>51739911
>>51739985
This.

>>51740317
There's a Greasemonkey plugin for that.
>>
>>51740317
http://userscripts-mirror.org/scripts/show/180577
>>
File: 1425417741010.gif (84KB, 403x392px) Image search: [Google] [Yandex] [Bing]
1425417741010.gif
84KB, 403x392px
>>51739911
>>51739985
>>51740005
>enabling normies to browse 4chan
>>
A tool that attempts to ID anonymous users across a board. Basically, analyze posts and try to cross reference them based on grammar, vocabularly, time of posting etc. and then predict if a new post belongs to someone who has already posted.
>>
File: hey.png (825KB, 1155x836px) Image search: [Google] [Yandex] [Bing]
hey.png
825KB, 1155x836px
>>51741438
>Normies can already browse 4chan via the mobile version
>>
#Perfect for a rapberry Pi project
boardTag=input("board: ")
board = basc_py4chan.Board(boardTag)
idLen=GetIDLen(board)
thread_id=board.get_all_thread_ids()[1]
thread = board.get_thread(thread_id)
allPosts=thread.all_posts
l=len(allPosts)
lStr=[""] * l
for i in range(0,l):
lStr[i]=RemoveUnicodeAndNumber(allPosts[i].text_comment)
print(lStr[i])
while True:
sleep(10)
NumNewPosts=thread.update()
if NumNewPosts!=0:
allPosts=thread.all_posts#is there a way to only fetch the recent posts?
newL=len(allPosts)
for i in range(l,newL):
lStr+=RemoveUnicodeAndNumber(allPosts[i].text_comment)
print(lStr[i])#do text to speech here
l=newL
>>
>>51741813
Forgot indentations, actual version:
http://pastebin.com/pA0jbaeu
>>
>>51741863
>>51741813
Python pleb here, what does this do?
>>
>>51741900
Fills an array with text from posts on a thread, with unicode and >> removed. Can be used with the mechanize.Browser module to spam
Thread replies: 14
Thread images: 3
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK